Minor fix

This commit is contained in:
Dion Moult
2021-02-04 11:56:56 +11:00
parent 55b081edf7
commit d7f526eafd
+10
View File
@@ -237,3 +237,13 @@ img.active-flag {
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.button-primary {
background-color: #b85934 !important;
border: 0px !important;
}
.button-primary:hover {
background-color: #e18a42 !important;
}