mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 23:03:38 +00:00
fix styling for active save slot
This commit is contained in:
+6
-4
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user