theme: fix invisible avatar for classic

https://bugzilla.gnome.org/show_bug.cgi?id=745693
This commit is contained in:
Jakub Steiner
2015-03-12 16:07:13 +01:00
parent 7189f8586b
commit 6c58d700aa
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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;