mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Colour active filter buttons
This commit is contained in:
parent
bd9fe54fd7
commit
84a14c0f25
7 changed files with 36 additions and 29 deletions
|
@ -680,6 +680,13 @@ textarea.form-control:focus {
|
|||
.btn-form:focus {
|
||||
color: #eee;
|
||||
}
|
||||
.btn-filter.active,
|
||||
.btn-filter.active.focus {
|
||||
background-color: #b7800a !important;
|
||||
}
|
||||
.btn-filter.active:hover {
|
||||
background-color: #896007 !important;
|
||||
}
|
||||
.form-control-feedback {
|
||||
color: #E5A00D;
|
||||
margin: 5px 40px 5px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue