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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user