From 8aaf55c319f06160b14f402f012144b74baa8d01 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 17 Jul 2015 14:34:04 +0200 Subject: use libsass and update build system --- common/gnome-shell/3.14/dash/dash-placeholder.svg | 84 +++++++++++++++++++++++ common/gnome-shell/3.14/gnome-shell.css | 2 +- common/gnome-shell/3.14/misc/dash-placeholder.svg | 84 ----------------------- 3 files changed, 85 insertions(+), 85 deletions(-) create mode 100755 common/gnome-shell/3.14/dash/dash-placeholder.svg delete mode 100755 common/gnome-shell/3.14/misc/dash-placeholder.svg (limited to 'common/gnome-shell/3.14') diff --git a/common/gnome-shell/3.14/dash/dash-placeholder.svg b/common/gnome-shell/3.14/dash/dash-placeholder.svg new file mode 100755 index 0000000..cbae148 --- /dev/null +++ b/common/gnome-shell/3.14/dash/dash-placeholder.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + 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; } diff --git a/common/gnome-shell/3.14/misc/dash-placeholder.svg b/common/gnome-shell/3.14/misc/dash-placeholder.svg deleted file mode 100755 index cbae148..0000000 --- a/common/gnome-shell/3.14/misc/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3