diff options
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell-dark.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell-dark.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index 1f66115..00e0bc5 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -572,7 +572,8 @@ StScrollBar { spacing: 8px; } .switcher-list .item-box { padding: 8px; - border-radius: 2px; } + border-radius: 2px; + border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; border: 1px solid #5294e2; } |