mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 16:45:47 +01:00
Hopefully fix some Add-on Bar button styling issues on OS-X.
This commit is contained in:
@@ -24,7 +24,13 @@ var StatusLine = Module("statusline", {
|
||||
]]></css>);
|
||||
highlight.loadCSS(<![CDATA[
|
||||
!AddonBar;#addon-bar padding: 0 !important; min-height: 18px !important; -moz-appearance: none !important;
|
||||
!AddonButton;#addon-bar>xul|toolbarbutton -moz-appearance: none !important; padding: 0 !important;
|
||||
!AddonButton;#addon-bar>xul|toolbarbutton {
|
||||
-moz-appearance: none !important;
|
||||
padding: 0 !important;
|
||||
border-width: 0px !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
AddonButton:not(:hover) background: transparent !important;
|
||||
]]>);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user