aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/gnome-shell-dark.css
diff options
context:
space:
mode:
authorHorst31802016-09-14 12:42:57 +0200
committerHorst31802016-09-14 12:42:57 +0200
commit3fd402cc39af37d113c2eeb30a9c793818c35092 (patch)
treedc0f5c80688b10ca23695d46074b6b024a161254 /common/gnome-shell/3.18/gnome-shell-dark.css
parentea8aa1697a1c6db52fdb2e1990a013284eee6407 (diff)
downloadsolarc-theme-3fd402cc39af37d113c2eeb30a9c793818c35092.tar.gz
solarc-theme-3fd402cc39af37d113c2eeb30a9c793818c35092.tar.xz
solarc-theme-3fd402cc39af37d113c2eeb30a9c793818c35092.zip
gnome-shell: fix jumping switcher list subitems (#636)
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell-dark.css')
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index 9b7463c..3c5ac2a 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.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; }