summaryrefslogtreecommitdiffstats
path: root/application/palemoon/themes/windows/places/organizer.css
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-17 11:41:50 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-17 17:26:23 +0100
commitf84f1961bc5aa44667529ff33e0030a6cdfcc8ff (patch)
treee9f74129cc349db2d87ef4b60177128373fc5f4f /application/palemoon/themes/windows/places/organizer.css
parent3aac95141154dde26268e0114486f5620717bb68 (diff)
downloadUXP-f84f1961bc5aa44667529ff33e0030a6cdfcc8ff.tar
UXP-f84f1961bc5aa44667529ff33e0030a6cdfcc8ff.tar.gz
UXP-f84f1961bc5aa44667529ff33e0030a6cdfcc8ff.tar.lz
UXP-f84f1961bc5aa44667529ff33e0030a6cdfcc8ff.tar.xz
UXP-f84f1961bc5aa44667529ff33e0030a6cdfcc8ff.zip
Improve toolbar icons for all DPIs (uplift)
Tag #576. - Redraw toolbar SVG images, pixel-aligning them as best as possible with manual node placement on the pixel grid. - Reintroduce PNG versions for < 1.33 dppx (with added glow arrow) - Make the css adaptive around the 1.33 dppx border, using PNG below that threshold and SVG above it.
Diffstat (limited to 'application/palemoon/themes/windows/places/organizer.css')
-rw-r--r--application/palemoon/themes/windows/places/organizer.css9
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 */