summaryrefslogtreecommitdiffstats
path: root/browser/extensions/pocket/skin/windows/pocket.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/pocket/skin/windows/pocket.css')
-rw-r--r--browser/extensions/pocket/skin/windows/pocket.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/browser/extensions/pocket/skin/windows/pocket.css b/browser/extensions/pocket/skin/windows/pocket.css
new file mode 100644
index 000000000..011b821a9
--- /dev/null
+++ b/browser/extensions/pocket/skin/windows/pocket.css
@@ -0,0 +1,16 @@
+@import url("chrome://pocket-shared/skin/pocket.css");
+
+#nav-bar #pocket-button > .toolbarbutton-icon {
+ padding: calc(var(--toolbarbutton-vertical-inner-padding)) 6px;
+}
+
+:-moz-any(#TabsToolbar, .widget-overflow-list) #pocket-button > .toolbarbutton-icon {
+ max-width: 18px;
+ padding: 0;
+}
+
+@media (-moz-windows-theme: luna-silver) and (max-resolution: 1dppx) {
+ #pocket-button {
+ list-style-image: url(Toolbar-lunaSilver.png);
+ }
+}