Adwaita: app icon shadow fix

- of course I'd miss the _ to - change
This commit is contained in:
Jakub Steiner 2018-11-26 17:31:19 +01:00
parent ffde7d780d
commit 0271471b81
3 changed files with 6 additions and 6 deletions

View File

@ -4577,7 +4577,7 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons
* App Icons *
*************/
/* Outline for low res icons */
.lowres_icon {
.lowres-icon {
icon-shadow: 1px 1px rgba(0,0,0,0.3),
-1px -1px rgba(0,0,0,0.3),
-1px 1px rgba(0,0,0,0.3),
@ -4585,7 +4585,7 @@ icon-shadow: 1px 1px rgba(0,0,0,0.3),
}
/* Drapshadow for large icons */
.icon_dropshadow {
.icon-dropshadow {
icon-shadow: 0 2px 12px rgba(0,0,0,0.2),
0 1px 2px rgba(0,0,0,0.7);
}

View File

@ -1937,10 +1937,10 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
/************* App Icons * */
/* Outline for low res icons */
.lowres_icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
.lowres-icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
/* Drapshadow for large icons */
.icon_dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
.icon-dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
/********* Emoji * */
popover.emoji-picker { padding-left: 0; padding-right: 0; }

View File

@ -1957,10 +1957,10 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
/************* App Icons * */
/* Outline for low res icons */
.lowres_icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
.lowres-icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
/* Drapshadow for large icons */
.icon_dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
.icon-dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
/********* Emoji * */
popover.emoji-picker { padding-left: 0; padding-right: 0; }