Fix background of control group button

This commit is contained in:
Dmitry Lyzo
2022-02-07 00:12:33 +03:00
parent 2a5f3b4214
commit 1dfd2676ec
4 changed files with 17 additions and 0 deletions
+4
View File
@@ -91,6 +91,10 @@ html {
background: #143451;
}
a[data-role=button] {
background: #082845 !important;
}
.button-submit {
background: #00a4dc;
color: #fff;