1
0
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:
Kris Maglione
2011-01-04 13:38:53 -05:00
parent bf5846e876
commit c345904fb3
2 changed files with 15 additions and 2 deletions

View File

@@ -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;
]]>);
}