diff options
Diffstat (limited to 'application/palemoon/themes/windows/places')
-rw-r--r-- | application/palemoon/themes/windows/places/organizer.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/application/palemoon/themes/windows/places/organizer.css b/application/palemoon/themes/windows/places/organizer.css index 16ce25911..45851d0da 100644 --- a/application/palemoon/themes/windows/places/organizer.css +++ b/application/palemoon/themes/windows/places/organizer.css @@ -5,7 +5,14 @@ :root { --toolbar-custom-color: hsl(210,75%,92%); --toolbar-highlight-top: rgba(255,255,255,.5); - --toolbarbutton-image: url("chrome://browser/skin/Toolbar.svg"); + --toolbarbutton-image: url("chrome://browser/skin/Toolbar.png"); +} + +/* Use SVG for HiDPI 133%+ */ +@media (min-resolution: 1.33dppx) { + :root { + --toolbarbutton-image: url("chrome://browser/skin/Toolbar.svg"); + } } /* Toolbar */ |