aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gnome-shell/3.14/gnome-shell-dark.css4
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css4
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss4
3 files changed, 6 insertions, 6 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css
index 733c9e8..08d4237 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.css
@@ -675,7 +675,7 @@ StScrollBar {
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
- background: #5294E2, url("misc/null.svg");
+ background: #5294E2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px;
@@ -871,7 +871,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
- background: #5294E2, url("misc/null.svg");
+ background: #5294E2, url("common-assets/misc/null.svg");
border-width: 0; }
.calendar-day-with-events {
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index d636cd8..4a05834 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -675,7 +675,7 @@ StScrollBar {
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
- background: #5294E2, url("misc/null.svg");
+ background: #5294E2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px;
@@ -871,7 +871,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
- background: #5294E2, url("misc/null.svg");
+ background: #5294E2, url("common-assets/misc/null.svg");
border-width: 0; }
.calendar-day-with-events {
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;
}