gluon-config-mode-theme: background grey of clicked buttons (#1492)
This commit is contained in:
parent
ca2929a61f
commit
b9b61ed79c
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user