diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-07 14:19:54 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-07 14:20:21 +0100 |
commit | e8cebef9d2a524067863741333a6784db4ea258d (patch) | |
tree | 88f64a34a96f0bbfa2d73efc5cf5584a36a18160 /application/palemoon/themes | |
parent | 9f4afc2552a67cc675b8b8af2ecb8ebc04a473a7 (diff) | |
download | UXP-e8cebef9d2a524067863741333a6784db4ea258d.tar UXP-e8cebef9d2a524067863741333a6784db4ea258d.tar.gz UXP-e8cebef9d2a524067863741333a6784db4ea258d.tar.lz UXP-e8cebef9d2a524067863741333a6784db4ea258d.tar.xz UXP-e8cebef9d2a524067863741333a6784db4ea258d.zip |
Fix library window reference to SVG toolbar image.
Tag #576.
This needs uplift to the relbranch.
Diffstat (limited to 'application/palemoon/themes')
-rw-r--r-- | application/palemoon/themes/windows/places/organizer.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/windows/places/organizer.css b/application/palemoon/themes/windows/places/organizer.css index 16a0ab09c..16ce25911 100644 --- a/application/palemoon/themes/windows/places/organizer.css +++ b/application/palemoon/themes/windows/places/organizer.css @@ -5,7 +5,7 @@ :root { --toolbar-custom-color: hsl(210,75%,92%); --toolbar-highlight-top: rgba(255,255,255,.5); - --toolbarbutton-image: url("chrome://browser/skin/Toolbar.png"); + --toolbarbutton-image: url("chrome://browser/skin/Toolbar.svg"); } /* Toolbar */ |