aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-09-21 13:08:13 +0200
committerHorst31802015-09-21 13:08:13 +0200
commitf264d78ed1f6ae0028a9129d1d513f86d941e969 (patch)
treead8c3df76fe831e998f1c103ef8d14f398c85ff9 /common/gnome-shell/3.14/sass/_common.scss
parent18748a6dd2ae12410817e62924347c27b479fbb9 (diff)
downloadsolarc-theme-f264d78ed1f6ae0028a9129d1d513f86d941e969.tar.gz
solarc-theme-f264d78ed1f6ae0028a9129d1d513f86d941e969.tar.xz
solarc-theme-f264d78ed1f6ae0028a9129d1d513f86d941e969.zip
gnome-shell: fix wrong image path
Diffstat (limited to 'common/gnome-shell/3.14/sass/_common.scss')
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 63e239e..0c7baf3 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -865,7 +865,7 @@ StScrollBar {
&:active, &:overview, &:focus, &:checked {
color: $selected_fg_color;
- background:$selected_bg_color, url("misc/null.svg");
+ background:$selected_bg_color, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px;
@@ -1102,7 +1102,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: $selected_fg_color;
- background: $selected_bg_color, url("misc/null.svg");
+ background: $selected_bg_color, url("common-assets/misc/null.svg");
border-width: 0;
}