aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14')
-rw-r--r--common/gnome-shell/3.14/gnome-shell-dark.css3
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css3
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss1
3 files changed, 5 insertions, 2 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; }
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index f849ae0..2174e49 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.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; }
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 4bf7d46..91508cb 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -710,6 +710,7 @@ StScrollBar {
.item-box {
padding: 8px;
border-radius: 2px;
+ border: 1px solid transparent;
&:outlined {
padding: 8px;