Adwaita: subtle app icon dropshadow

- make application icon dropshadow a legibility aid,
  not a strong styling choice.
This commit is contained in:
Jakub Steiner 2019-07-19 12:07:35 +02:00
parent df3c4f9363
commit f95f3c707a

View File

@ -4667,10 +4667,13 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons
-1px 0 rgba(0,0,0,0.1);
}
/* Drapshadow for large icons */
/* Dropshadow for large icons */
.icon-dropshadow {
-gtk-icon-shadow: 0 2px 12px rgba(0,0,0,0.1),
0 1px 2px rgba(0,0,0,0.5);
-gtk-icon-shadow: 0 1px 12px rgba(0,0,0,0.05),
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);
}
/*********