mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-25 15:06:03 -08:00
Fixed clock button in panel-no-pill tweak
This commit is contained in:
@@ -15,4 +15,9 @@
|
|||||||
.panel-button:active .clock {
|
.panel-button:active .clock {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: inset 0 0 0 999px ACCENT-DISABLED_HOVER;
|
box-shadow: inset 0 0 0 999px ACCENT-DISABLED_HOVER;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-button.clock-display:hover,
|
||||||
|
.panel-button.clock-display:active {
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user