diff options
author | Jakub Steiner <jimmac@gmail.com> | 2019-04-29 15:06:32 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2019-04-29 15:08:49 +0200 |
commit | 6fbf13965c135b0f0ccbab5dcc9d352192ee8449 (patch) | |
tree | c2a3729e0287dbdf697ef44da67ca417e7dbaab6 /gtk/theme | |
parent | 484e330e4a952a4667b4d5cb04e70452530ae707 (diff) | |
download | gtk+-6fbf13965c135b0f0ccbab5dcc9d352192ee8449.tar.gz |
Adwaita: tone down lowres icon aid
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1818
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 8 | ||||
-rw-r--r-- | gtk/theme/Adwaita/gtk-contained-dark.css | 2 | ||||
-rw-r--r-- | gtk/theme/Adwaita/gtk-contained.css | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 44c9ace476..2bb3f60447 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4628,10 +4628,10 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons *************/ /* Outline for low res icons */ .lowres-icon { --gtk-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); + -gtk-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); } /* Drapshadow for large icons */ diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 1167687e5d..7f24ea935d 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -2003,7 +2003,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w /************* App Icons * */ /* Outline for low res icons */ -.lowres-icon { -gtk-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 { -gtk-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); } /* Drapshadow for large icons */ .icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); } diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index c2b800497f..4ca9119645 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -2019,7 +2019,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w /************* App Icons * */ /* Outline for low res icons */ -.lowres-icon { -gtk-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 { -gtk-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); } /* Drapshadow for large icons */ .icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); } |