From d9211b8e202ad6f2726fea239f064002939c2e92 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 12 Mar 2015 16:15:52 +0100 Subject: [PATCH] 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 50f9bc1b2..e127622a9 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 6f7611637..d70fb7be0 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 20251430e..9cb2586c3 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;