1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:52:27 +01:00

Remove some !importants from add-on bar styles, against my better judgment. Closes issue #561.

This commit is contained in:
Kris Maglione
2011-07-27 09:11:28 -04:00
parent ece2ad9b96
commit d7efec2582

View File

@@ -39,9 +39,9 @@ var StatusLine = Module("statusline", {
padding: 0 !important;
border-width: 0px !important;
min-width: 0 !important;
color: inherit !important;
color: inherit;
}
AddonButton:not(:hover) background: transparent !important;
AddonButton:not(:hover) background: transparent;
]]>)({ padding: util.OS.isMacOSX ? "padding-right: 10px !important;" : "" }));
if (document.getElementById("appmenu-button"))