aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/gnome-shell-dark.css
diff options
context:
space:
mode:
authorHorst31802016-05-16 20:17:02 +0200
committerHorst31802016-05-16 20:19:47 +0200
commita27b3333ad7fb9bad605a72afc1c7566c727a4d6 (patch)
treea0b73b46722223fa8eeaf6c02d650a6633f0c108 /common/gnome-shell/3.14/gnome-shell-dark.css
parent6539bc919d09c39f7a55753b33387dfc3733e709 (diff)
downloadsolarc-theme-a27b3333ad7fb9bad605a72afc1c7566c727a4d6.tar.gz
solarc-theme-a27b3333ad7fb9bad605a72afc1c7566c727a4d6.tar.xz
solarc-theme-a27b3333ad7fb9bad605a72afc1c7566c727a4d6.zip
gnome-shell: add support for the multi-monitors-add-on extension (fix #464)
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell-dark.css')
-rw-r--r--common/gnome-shell/3.14/gnome-shell-dark.css18
1 files changed, 12 insertions, 6 deletions
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);