1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-07 19:51:58 +00:00
This commit is contained in:
irule311 2017-05-13 10:03:09 +00:00 committed by GitHub
commit 1ef4001b19

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