[gnome-shell] Update theme



commit 8e40aa96badee48e12e6fcc1b1ebe971d9cc718f
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Feb 23 13:00:28 2015 +0100

    Update theme

 data/theme/gnome-shell-high-contrast.css |   10 +++++++---
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |   10 +++++++---
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 44072c3..36835d9 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -74,6 +74,10 @@ StEntry {
     color: #7f7f7f;
     border-color: #0d0d0d;
     box-shadow: none; }
+  StEntry StIcon.capslock-warning {
+    icon-size: 16px;
+    warning-color: #f57900;
+    padding: 0 4px; }
 
 /* Scrollbars */
 StScrollBar {
@@ -115,11 +119,11 @@ StScrollBar {
   width: 24px;
   height: 22px;
   background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
-.check-box:focus Stbin {
+.check-box:focus StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
-.check-box:checked Stbin {
+.check-box:checked StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
-.check-box:focus:checked Stbin {
+.check-box:focus:checked StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
 
 /* Switches */
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 943f849..099f3d3 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 943f849e3da047bc7b8b8cd24eded1bede35199d
+Subproject commit 099f3d31813ce1f30c30c14f168a8af2e6cd4904
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 113d265..04055a7 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -74,6 +74,10 @@ StEntry {
     color: #939695;
     border-color: #323636;
     box-shadow: none; }
+  StEntry StIcon.capslock-warning {
+    icon-size: 16px;
+    warning-color: #f57900;
+    padding: 0 4px; }
 
 /* Scrollbars */
 StScrollBar {
@@ -115,11 +119,11 @@ StScrollBar {
   width: 24px;
   height: 22px;
   background-image: url("resource:///org/gnome/shell/theme/checkbox-off.svg"); }
-.check-box:focus Stbin {
+.check-box:focus StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox-off-focused.svg"); }
-.check-box:checked Stbin {
+.check-box:checked StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox.svg"); }
-.check-box:focus:checked Stbin {
+.check-box:focus:checked StBin {
   background-image: url("resource:///org/gnome/shell/theme/checkbox-focused.svg"); }
 
 /* Switches */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]