mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
16 lines
446 B
CSS
16 lines
446 B
CSS
@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);
|
|
}
|
|
}
|