mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-06-29 08:20:54 +00:00
Fix blue quota selection colors
When selecting quota for a user, the drop down is blue.  I think it should look like this: 
This commit is contained in:
parent
01b9e72925
commit
7c516e6b4f
1 changed files with 5 additions and 0 deletions
|
@ -407,6 +407,11 @@ button, .button, select {
|
|||
background-color: #3daee9;
|
||||
color: #fcfcfc;
|
||||
border-color: #3daee9; }
|
||||
button:active, .button:focus, .button:active, select:focus, select:active {
|
||||
background-color: #31363b;
|
||||
color: #eff0f1;
|
||||
border-color: #3daee9;
|
||||
}
|
||||
input[type="submit"]:disabled, input[type="button"]:disabled,
|
||||
button:disabled, .button:disabled, select:disabled {
|
||||
background-color: #4d4d4d; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue