diff options
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 761e9a7..b9e3983 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -548,7 +548,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; } |