Skip to content

Commit

Permalink
gnome-shell: rounded user avatar (fix #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdwrrsk committed May 29, 2019
1 parent 61bdd39 commit d4b57ba
Show file tree
Hide file tree
Showing 19 changed files with 107 additions and 115 deletions.
9 changes: 4 additions & 5 deletions src/gnome-shell/3.22/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,13 +2414,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #eeeeee;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
}

Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.22/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,14 +2414,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.22/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,14 +2414,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
9 changes: 4 additions & 5 deletions src/gnome-shell/3.24/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,13 +2414,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #eeeeee;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
}

Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.24/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,14 +2414,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.24/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2414,14 +2414,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
9 changes: 4 additions & 5 deletions src/gnome-shell/3.26/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,13 +2444,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #eeeeee;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
}

Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.26/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,14 +2444,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.26/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,14 +2444,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
9 changes: 4 additions & 5 deletions src/gnome-shell/3.28/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,13 +2444,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #eeeeee;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
}

Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.28/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,14 +2444,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.28/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2444,14 +2444,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
9 changes: 4 additions & 5 deletions src/gnome-shell/3.30/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2442,13 +2442,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #eeeeee;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
}

Expand Down
11 changes: 5 additions & 6 deletions src/gnome-shell/3.30/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.polkit-dialog-user-icon {
border-radius: 5px;
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;
Expand Down Expand Up @@ -2442,14 +2442,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Auth Dialogs & Screen Shield */
.framed-user-icon {
background-size: contain;
border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px;
border: 0;
color: #2e2e2e;
border-radius: 99px;
}

.framed-user-icon:hover {
border-color: white;
color: white;
color: #7b7b7b;
}

.login-dialog-banner-view {
Expand Down
Loading

0 comments on commit d4b57ba

Please sign in to comment.