diff options
author | Horst3180 | 2015-07-17 14:34:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-17 14:34:04 +0200 |
commit | 8aaf55c319f06160b14f402f012144b74baa8d01 (patch) | |
tree | 7b257c6091c615848d048fd86b6b193360f65e48 /common/gnome-shell/3.14 | |
parent | 1d2d684363bfefd9fc2413ec7d8101464e727c0f (diff) | |
download | solarc-theme-8aaf55c319f06160b14f402f012144b74baa8d01.tar.gz solarc-theme-8aaf55c319f06160b14f402f012144b74baa8d01.tar.xz solarc-theme-8aaf55c319f06160b14f402f012144b74baa8d01.zip |
use libsass and update build system
Diffstat (limited to 'common/gnome-shell/3.14')
-rwxr-xr-x | common/gnome-shell/3.14/dash/dash-placeholder.svg (renamed from common/gnome-shell/3.14/misc/dash-placeholder.svg) | 0 | ||||
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/misc/dash-placeholder.svg b/common/gnome-shell/3.14/dash/dash-placeholder.svg index cbae148..cbae148 100755 --- a/common/gnome-shell/3.14/misc/dash-placeholder.svg +++ b/common/gnome-shell/3.14/dash/dash-placeholder.svg diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 4bd4616..716241f 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -1034,7 +1034,7 @@ StScrollBar StButton#vhandle:active { } .placeholder { - background-image: url("misc/dash-placeholder.svg"); + background-image: url("dash/dash-placeholder.svg"); background-size: contain; height: 24px; } |