diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-28 22:04:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-28 22:04:10 +0200 |
commit | ee4ef87724fda6c474e7e69b519acd58a574679d (patch) | |
tree | 27f39e93349d4c1537ab628e738641b9ee0b0165 /application/palemoon/themes/shared/newtab | |
parent | 8efb8f608f4da9bf7f728e1ec2f597a2900be109 (diff) | |
download | UXP-ee4ef87724fda6c474e7e69b519acd58a574679d.tar UXP-ee4ef87724fda6c474e7e69b519acd58a574679d.tar.gz UXP-ee4ef87724fda6c474e7e69b519acd58a574679d.tar.lz UXP-ee4ef87724fda6c474e7e69b519acd58a574679d.tar.xz UXP-ee4ef87724fda6c474e7e69b519acd58a574679d.zip |
Add back the Quickdial show/hide control.
This also slightly tweaks the grid design styling.
Resolves #563
Diffstat (limited to 'application/palemoon/themes/shared/newtab')
-rw-r--r-- | application/palemoon/themes/shared/newtab/newTab.css.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/shared/newtab/newTab.css.inc b/application/palemoon/themes/shared/newtab/newTab.css.inc index 4ffd32d50..3341ba7e5 100644 --- a/application/palemoon/themes/shared/newtab/newTab.css.inc +++ b/application/palemoon/themes/shared/newtab/newTab.css.inc @@ -105,7 +105,7 @@ body { .newtab-site:hover, .newtab-site[dragged] { - box-shadow: 0 3px 10px rgba(8,20,37,.6); + box-shadow: 0 3px 6px 1px rgba(8,20,37,.6); } .newtab-site[dragged] { |