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, 0 insertions, 16 deletions
diff --git a/browser/extensions/pocket/skin/windows/pocket.css b/browser/extensions/pocket/skin/windows/pocket.css
deleted file mode 100644
index 011b821a9..000000000
--- a/browser/extensions/pocket/skin/windows/pocket.css
+++ /dev/null
@@ -1,16 +0,0 @@
-@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);
- }
-}