mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed #137
This commit is contained in:
@@ -183,6 +183,16 @@
|
||||
StLabel, StIcon { color: on(dark, secondary); }
|
||||
|
||||
.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 {
|
||||
color: on(dark);
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user