From d6d1fec4bd8b7db026b5cb1d00ead73c1ac388de Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 20 Feb 2015 18:09:35 -0800 Subject: [PATCH] Update theme One more time to fix workspace thumbnail --- data/theme/gnome-shell-high-contrast.css | 3 ++- data/theme/gnome-shell-sass | 2 +- data/theme/gnome-shell.css | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index 963df878e..8724a68aa 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -1112,7 +1112,8 @@ StScrollBar { visible-width: 32px; spacing: 11px; padding: 8px; - border-radius: 9px 0 0 9px; } + border-radius: 9px 0 0 9px; + margin-bottom: 14px; } .workspace-thumbnails:rtl { border-radius: 0 9px 9px 0; } diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index af76fe6aa..69dbdecb3 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit af76fe6aa2eb3b8636c1817f2a2c5f34b6f40e3e +Subproject commit 69dbdecb38e5e60209bfa4181d1a585c67002438 diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 2ae1935f4..f70af47b7 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1112,7 +1112,8 @@ StScrollBar { visible-width: 32px; spacing: 11px; padding: 8px; - border-radius: 9px 0 0 9px; } + border-radius: 9px 0 0 9px; + margin-bottom: 14px; } .workspace-thumbnails:rtl { border-radius: 0 9px 9px 0; }