styling for screensaver settings btn

This commit is contained in:
Justin 2023-08-22 19:12:16 +08:00 committed by GitHub
parent 4dd8155e71
commit 5e366456e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1279,10 +1279,31 @@ input[type=checkbox]:hover {
}
.btn-screensaver-settings {
background-color: #003337;
border-color:#00CFDF;
color:white;
display: inline-block;
margin-right: 5%;
}
.btn-screensaver-settings:hover {
color:white;
background-color:#008993;
border-color:#00EDFF;
}
.btn-screensaver-settings:active {
color:grey;
background-color:#002225;
border-color:#00CFDF;
}
.btn-scheduler {
background-color: #003337;
border-color:#00CFDF;
color:white;
display: inline-block;
}
.btn-scheduler:hover {