[gnome-shell] theme: update sass submodule
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: update sass submodule
- Date: Thu, 12 Mar 2015 15:16:21 +0000 (UTC)
commit d9211b8e202ad6f2726fea239f064002939c2e92
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Mar 12 16:15:52 2015 +0100
theme: update sass submodule
data/theme/gnome-shell-high-contrast.css | 6 ++++--
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 6 ++++--
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 50f9bc1..e127622 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1452,10 +1452,12 @@ StScrollBar {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
- border: 2px solid black;
+ border: 2px solid #eeeeec;
+ color: #eeeeec;
border-radius: 3px; }
.framed-user-icon:hover {
- border-color: #4d4d4d; }
+ border-color: white;
+ color: white; }
.login-dialog-banner-view {
padding-top: 24px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 6f76116..d70fb7b 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 6f76116373be69506ac86829c14f37602aea8204
+Subproject commit d70fb7be0ee902875156c58f9e05befe0a9638c6
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2025143..9cb2586 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1452,10 +1452,12 @@ StScrollBar {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
- border: 2px solid #1c1f1f;
+ border: 2px solid #eeeeec;
+ color: #eeeeec;
border-radius: 3px; }
.framed-user-icon:hover {
- border-color: #656f6f; }
+ border-color: white;
+ color: white; }
.login-dialog-banner-view {
padding-top: 24px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]