gluon-config-mode-theme: background grey of clicked buttons
This commit is contained in:
parent
8395c08e66
commit
287a800183
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