Fix avatar not showing on pantheon desktop

This commit is contained in:
EliverLara
2018-10-13 16:04:51 -05:00
parent 5666ec9196
commit 14bfdffe44
4 changed files with 13 additions and 11 deletions

4
.gitignore vendored
View File

@@ -5,4 +5,6 @@ node_modules/
.sass-cache/
*.css.map
_gnome-shell/
_gnome-shell/
install.sh

View File

@@ -271,13 +271,13 @@ LibraryWindow {
*********/
.avatar {
border: 1px solid transparentize(#000, 0.35);
border: 1px solid transparentize(#000, 0.77);
border-radius: 50%;
box-shadow:
inset 0 0 0 1px transparentize(#fff, 0.05),
inset 0 1px 0 0 transparentize(#fff, 0.45),
inset 0 -1px 0 0 transparentize(#fff, 0.15),
0 1px 3px transparentize(#000, 0.12),
0 1px 2px transparentize(#000, 0.24);
inset 0 0 0 1px transparentize(#fff, 0.95),
inset 0 1px 0 0 transparentize(#fff, 0.55),
inset 0 -1px 0 0 transparentize(#fff, 0.85),
0 1px 3px transparentize(#000, 0.88),
0 1px 2px transparentize(#000, 0.77);
}

View File

@@ -5723,9 +5723,9 @@ LibraryWindow .the-button-in-the-combobox {
* Avatar *
*********/
.avatar {
border: 1px solid rgba(0, 0, 0, 0.65);
border: 1px solid rgba(0, 0, 0, 0.23);
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95), inset 0 1px 0 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 0 rgba(255, 255, 255, 0.85), 0 1px 3px rgba(0, 0, 0, 0.88), 0 1px 2px rgba(0, 0, 0, 0.76); }
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); }
/********
* Unity *

View File

@@ -5748,9 +5748,9 @@ LibraryWindow .the-button-in-the-combobox {
* Avatar *
*********/
.avatar {
border: 1px solid rgba(0, 0, 0, 0.65);
border: 1px solid rgba(0, 0, 0, 0.23);
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95), inset 0 1px 0 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 0 rgba(255, 255, 255, 0.85), 0 1px 3px rgba(0, 0, 0, 0.88), 0 1px 2px rgba(0, 0, 0, 0.76); }
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); }
/********
* Unity *