aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/gnome-shell-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell-dark.css')
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index a680046..e458f34 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -1416,16 +1416,22 @@ StScrollBar {
padding: 10px 8px 5px 8px;
spacing: 4px; }
-.workspace-thumbnails {
+.workspace-thumbnails, .workspace-thumbnails:rtl,
+.workspace-thumbnails-left,
+.workspace-thumbnails-left:rtl {
visible-width: 40px;
spacing: 11px;
- padding: 12px;
+ padding: 12px; }
+
+.workspace-thumbnails,
+.workspace-thumbnails-left:rtl {
padding-right: 7px;
border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; }
- .workspace-thumbnails:rtl {
- padding: 12px;
- padding-left: 7px;
- border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
+
+.workspace-thumbnails:rtl,
+.workspace-thumbnails-left {
+ padding-left: 7px;
+ border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; }
.workspace-thumbnail-indicator {
border: 4px solid rgba(82, 148, 226, 0.8);