1
0
Fork 0
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. 
![2017-05-12 21_26_25-users - storage](https://cloud.githubusercontent.com/assets/10052885/26021747/d2a3fd6c-3759-11e7-9243-d55ce152e948.png)

I think it should look like this:
![2017-05-12 21_28_14-users - storage](https://cloud.githubusercontent.com/assets/10052885/26021754/f6b01d8a-3759-11e7-8c38-2c4ab5633f60.png)
This commit is contained in:
irule311 2017-05-12 21:31:14 -05:00 committed by GitHub
parent 01b9e72925
commit 7c516e6b4f

View file

@ -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; }