fix styling for active save slot

This commit is contained in:
2022-12-29 16:08:15 -06:00
parent 93be649ce2
commit c4a7db2fb2
+6 -4
View File
@@ -56,6 +56,12 @@ a {
-webkit-app-region: drag;
z-index: 1000;
}
#view-buttons-bar .active {
background-color: rgba(255, 255, 255, 0.3);
color: white;
border: #61c650;
border-style: solid;
}
#view-buttons-bar button {
background-color: rgba(255, 255, 255, 0.07);
width: 26px;
@@ -293,10 +299,6 @@ button:hover {
button:focus {
outline: none;
}
button.active {
background-color: rgba(255, 255, 255, 0.3);
color: white;
}
button:disabled {
background: rgba(255, 255, 255, 0.03);
}