[gnome-shell-extensions] theme: fix invisible avatar for classic
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] theme: fix invisible avatar for classic
- Date: Thu, 12 Mar 2015 15:14:15 +0000 (UTC)
commit 6c58d700aa12ef48850c574ec30578563a4f4b1b
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Mar 12 16:07:13 2015 +0100
theme: fix invisible avatar for classic
https://bugzilla.gnome.org/show_bug.cgi?id=745693
data/gnome-classic.css | 6 ++++--
data/gnome-shell-sass | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 42768f0..4396ffe 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -1453,10 +1453,12 @@ StScrollBar {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
- border: 2px solid #a1a1a1;
+ border: 2px solid #eeeeec;
+ color: #eeeeec;
border-radius: 3px; }
.framed-user-icon:hover {
- border-color: #ededed; }
+ border-color: white;
+ color: white; }
.login-dialog-banner-view {
padding-top: 24px;
diff --git a/data/gnome-shell-sass b/data/gnome-shell-sass
index 6f76116..d70fb7b 160000
--- a/data/gnome-shell-sass
+++ b/data/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 6f76116373be69506ac86829c14f37602aea8204
+Subproject commit d70fb7be0ee902875156c58f9e05befe0a9638c6
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]