Update theme

One more time to fix workspace thumbnail
This commit is contained in:
Jasper St. Pierre 2015-02-20 18:09:35 -08:00
parent 27318a8967
commit d6d1fec4bd
3 changed files with 5 additions and 3 deletions

View File

@ -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; }

@ -1 +1 @@
Subproject commit af76fe6aa2eb3b8636c1817f2a2c5f34b6f40e3e
Subproject commit 69dbdecb38e5e60209bfa4181d1a585c67002438

View File

@ -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; }