mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-04 13:13:04 +00:00
Fixed #1086
This commit is contained in:
parent
e3345227c0
commit
b67b24e8c4
@ -52,10 +52,14 @@ $panel_height: $menuitem_size;
|
||||
color: $panel_fg;
|
||||
|
||||
StBoxLayout {
|
||||
padding: 0 $scaled_padding * 0.5;
|
||||
spacing: $container_padding;
|
||||
}
|
||||
|
||||
.workspace-dot {
|
||||
border-radius: $circular_radius;
|
||||
min-width: $scalable_icon_size * 0.5;
|
||||
min-height: $scalable_icon_size * 0.5;
|
||||
background-color: $panel_fg;
|
||||
}
|
||||
|
||||
@ -332,7 +336,7 @@ $panel_height: $menuitem_size;
|
||||
&.unlock-screen,
|
||||
&.login-screen,
|
||||
&.lock-screen {
|
||||
background-color: if($trans == 'false' and $variant == 'light', transparent, transparent);
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
|
||||
StLabel, StIcon { color: $light_alt_fg_color; }
|
||||
@ -373,6 +377,16 @@ $panel_height: $menuitem_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@if $activities == 'default' {
|
||||
&#panelActivities {
|
||||
color: $light_fg_color;
|
||||
|
||||
.workspace-dot {
|
||||
background-color: $light_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel-corner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user