mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
Fixed #137
This commit is contained in:
@@ -183,6 +183,16 @@
|
|||||||
StLabel, StIcon { color: on(dark, secondary); }
|
StLabel, StIcon { color: on(dark, secondary); }
|
||||||
|
|
||||||
.panel-button {
|
.panel-button {
|
||||||
|
@if $float == 'true' {
|
||||||
|
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.clock-display {
|
||||||
|
.clock {
|
||||||
|
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: on(dark);
|
color: on(dark);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Reference in New Issue
Block a user