theme: app icon helper tweaks
Shell cannot composite multiple shadows, simplify to only use one. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/168
This commit is contained in:
parent
b82b553b9e
commit
43443d08ae
@ -624,16 +624,12 @@ StScrollBar {
|
||||
*************/
|
||||
/* Outline for low res icons */
|
||||
.lowres-icon {
|
||||
icon-shadow: 0 -1px rgba(0,0,0,0.05),
|
||||
1px 0 rgba(0,0,0,0.1),
|
||||
0 1px rgba(0,0,0,0.3),
|
||||
-1px 0 rgba(0,0,0,0.1);
|
||||
icon-shadow: 0 1px 2px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
/* Drapshadow for large icons */
|
||||
.icon-dropshadow {
|
||||
icon-shadow: 0 2px 12px rgba(0,0,0,0.1),
|
||||
0 1px 2px rgba(0,0,0,0.5);
|
||||
icon-shadow: 0 1px 2px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
/* OSD */
|
||||
|
Loading…
Reference in New Issue
Block a user