mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
CSS: Add border around avatars
Avatars in https://gitlab.gnome.org/Teams/Design/os-mockups/-/blob/master/lock-login/lock-screen.png have a white circular border around them. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/379
This commit is contained in:
parent
30d8164ddc
commit
498710c2ec
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
background-size: contain;
|
||||
color: $osd_fg_color;
|
||||
border-radius: 99px;
|
||||
border: 2px $osd_fg_color;
|
||||
&:hover {
|
||||
color: lighten($osd_fg_color,30%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue