[gnome-shell/wip/christopherdavis/nicer-avatars: 6/6] CSS: Add border around avatars




commit c1a64837114869319de15c06d394fd36db5b2e48
Author: Christopher Davis <brainblasted disroot org>
Date:   Mon Sep 21 19:45:13 2020 -0700

    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.

 data/theme/gnome-shell-sass/widgets/_misc.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss
index aa543a0e53..96dd4d1dd7 100644
--- a/data/theme/gnome-shell-sass/widgets/_misc.scss
+++ b/data/theme/gnome-shell-sass/widgets/_misc.scss
@@ -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%);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]