mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-09-27 17:36:00 -04:00
Gnome-shell: Fix color of horizontal workspace switcher
This commit is contained in:
@@ -719,13 +719,17 @@ StScrollBar {
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
.ws-switcher-active-up, .ws-switcher-active-down {
|
||||
.ws-switcher-active-up,
|
||||
.ws-switcher-active-down,
|
||||
.ws-switcher-active-left,
|
||||
.ws-switcher-active-right {
|
||||
height: 50px;
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
//background-image: url("resource:///org/gnome/shell/theme/assets/ws-switch-arrow-up.png");
|
||||
background-size: 32px;
|
||||
border-radius: 8px;
|
||||
border-color: $selected_bg_color;
|
||||
}
|
||||
.ws-switcher-active-up {
|
||||
background-image: url("assets/ws-switch-arrow-up.png"); }
|
||||
|
||||
@@ -658,12 +658,16 @@ StScrollBar {
|
||||
padding: 0px;
|
||||
spacing: 8px; }
|
||||
|
||||
.ws-switcher-active-up, .ws-switcher-active-down {
|
||||
.ws-switcher-active-up,
|
||||
.ws-switcher-active-down,
|
||||
.ws-switcher-active-left,
|
||||
.ws-switcher-active-right {
|
||||
height: 50px;
|
||||
background-color: #8fbcbb;
|
||||
color: #fefefe;
|
||||
background-size: 32px;
|
||||
border-radius: 8px; }
|
||||
border-radius: 8px;
|
||||
border-color: #8fbcbb; }
|
||||
|
||||
.ws-switcher-active-up {
|
||||
background-image: url("assets/ws-switch-arrow-up.png"); }
|
||||
|
||||
Reference in New Issue
Block a user