[gnome-shell-extensions/sass] Update style from submodule
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/sass] Update style from submodule
- Date: Fri, 20 Feb 2015 13:45:06 +0000 (UTC)
commit e8a4d567f122b8defc10a8d9ec16f5f0d16416d9
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Feb 20 14:44:33 2015 +0100
Update style from submodule
data/gnome-classic.css | 38 +++++++++++++++++++-------------------
data/gnome-shell-sass | 2 +-
2 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index ac42c61..92d1b3c 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -115,13 +115,13 @@ StScrollBar {
.check-box StBin {
width: 24px;
height: 22px;
- background-image: url("checkbox-off.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
.check-box:focus Stbin {
- background-image: url("checkbox-off-focused.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
.check-box:checked Stbin {
- background-image: url("checkbox.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
.check-box:focus:checked Stbin {
- background-image: url("checkbox-focused.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
/* Switches */
.toggle-switch {
@@ -130,14 +130,14 @@ StScrollBar {
background-size: contain; }
.toggle-switch-us {
- background-image: url("toggle-off-us.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/toggle-off-us.svg"); }
.toggle-switch-us:checked {
- background-image: url("toggle-on-us.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/toggle-on-us.svg"); }
.toggle-switch-intl {
- background-image: url("toggle-off-intl.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/toggle-off-intl.svg"); }
.toggle-switch-intl:checked {
- background-image: url("toggle-on-intl.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/toggle-on-intl.svg"); }
/* links */
.shell-link {
@@ -619,14 +619,14 @@ StScrollBar {
background-color: rgba(237, 237, 237, 0.05); }
.calendar-change-month-back {
- background-image: url("calendar-arrow-left.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/calendar-arrow-left.svg"); }
.calendar-change-month-back:rtl {
- background-image: url("calendar-arrow-right.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/calendar-arrow-right.svg"); }
.calendar-change-month-forward {
- background-image: url("calendar-arrow-right.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/calendar-arrow-right.svg"); }
.calendar-change-month-forward:rtl {
- background-image: url("calendar-arrow-left.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/calendar-arrow-left.svg"); }
.calendar-day-base {
font-size: 80%;
@@ -710,7 +710,7 @@ StScrollBar {
border: 1px solid rgba(46, 52, 54, 0.4); }
#appMenu {
- spinner-image: url("process-working.svg");
+ spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg");
spacing: 4px; }
#appMenu .label-shadow {
color: transparent; }
@@ -740,11 +740,11 @@ StScrollBar {
.ripple-box {
width: 52px;
height: 52px;
- background-image: url("corner-ripple-ltr.png");
+ background-image: url("resource:///org/gnome/shell/theme/corner-ripple-ltr.png");
background-size: contain; }
.ripple-box:rtl {
- background-image: url("corner-ripple-rtl.png"); }
+ background-image: url("resource:///org/gnome/shell/theme/corner-ripple-rtl.png"); }
.popup-menu-arrow {
width: 16px;
@@ -754,7 +754,7 @@ StScrollBar {
icon-size: 1.09em; }
.window-close, .notification-close {
- background-image: url("close-window.svg");
+ background-image: url("resource:///org/gnome/shell/theme/close-window.svg");
background-size: 32px;
height: 32px;
width: 32px; }
@@ -915,7 +915,7 @@ StScrollBar {
.search-provider-icon-more {
width: 16px;
height: 16px;
- background-image: url("more-results.svg"); }
+ background-image: url("resource:///org/gnome/shell/theme/more-results.svg"); }
/* DASHBOARD */
#dash {
@@ -929,7 +929,7 @@ StScrollBar {
#dash:rtl {
border-radius: 9px 0 0 9px; }
#dash .placeholder {
- background-image: url("dash-placeholder.svg");
+ background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
background-size: contain;
height: 24px; }
#dash .empty-dash-drop-target {
@@ -1095,7 +1095,7 @@ StScrollBar {
/* NOTIFICATIONS & MESSAGE TRAY */
#message-tray {
- background: #17191a url("noise-texture.png");
+ background: #17191a url("resource:///org/gnome/shell/theme/noise-texture.png");
background-repeat: repeat;
height: 72px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
diff --git a/data/gnome-shell-sass b/data/gnome-shell-sass
index 9890934..6fcf14d 160000
--- a/data/gnome-shell-sass
+++ b/data/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 98909344c9623147184f8f28d0a4d87f412b4762
+Subproject commit 6fcf14d45074d74df41f63d84c612a9d56494d47
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]