1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2025-06-13 12:53:52 +00:00

fix color top bar gnome in gnome-shell

This commit is contained in:
Francesco 2018-01-23 13:35:10 +01:00
parent 30053905df
commit 81c785aea9

View File

@ -960,7 +960,7 @@ StScrollBar {
& > .system-status-icon { icon-shadow: none; } & > .system-status-icon { icon-shadow: none; }
} }
.system-status-icon { icon-size: 16px; padding: 0 4px; } .system-status-icon { color: $selected_fg_color; icon-size: 16px; padding: 0 4px; }
.unlock-screen &, .unlock-screen &,
.login-screen &, .login-screen &,
.lock-screen & { .lock-screen & {
@ -969,11 +969,16 @@ StScrollBar {
} }
} }
.panel-button > *{
color: $selected_fg_color;
}
#panelActivities.panel-button { -natural-hpadding: 12px; } #panelActivities.panel-button { -natural-hpadding: 12px; }
.panel-status-indicators-box, .panel-status-indicators-box,
.panel-status-menu-box { .panel-status-menu-box {
spacing: 2px; spacing: 2px;
color: $selected_fg_color;
} }
// spacing between power icon and (optional) percentage label // spacing between power icon and (optional) percentage label