From a27b3333ad7fb9bad605a72afc1c7566c727a4d6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 16 May 2016 20:17:02 +0200 Subject: gnome-shell: add support for the multi-monitors-add-on extension (fix #464) --- common/gnome-shell/3.14/gnome-shell-dark.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'common/gnome-shell/3.14/gnome-shell-dark.css') diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index cee5c60..0f4fba2 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -1405,16 +1405,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); -- cgit v1.2.3