gluon-config-mode-theme: background grey of clicked buttons

This commit is contained in:
rubo77 2018-07-24 02:38:17 +02:00
parent 8395c08e66
commit 287a800183
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -407,6 +407,10 @@ input.gluon-button-submit {
@include button-primary; @include button-primary;
} }
input.gluon-button-submit:active {
background: grey;
}
.gluon-input-invalid { .gluon-input-invalid {
background: $red !important; background: $red !important;
color: white; color: white;