gluon-config-mode-theme: background grey of clicked buttons (#1492)

This commit is contained in:
Ruben Barkow 2018-07-25 22:36:48 +02:00 committed by Andreas Ziegler
parent ca2929a61f
commit b9b61ed79c
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;
}
input.gluon-button-submit:active {
background: grey;
}
.gluon-input-invalid {
background: $red !important;
color: white;