mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 17:15:46 +01:00
Fix padding for nested Add-on Bar buttons.
--HG-- extra : rebase_source : 9e2ffe6ebd8da5ea8c8284cf654dbfce1e4c213a
This commit is contained in:
@@ -29,7 +29,7 @@ var StatusLine = Module("statusline", {
|
|||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
<padding>
|
<padding>
|
||||||
}
|
}
|
||||||
!AddonButton;#addon-bar>xul|toolbarbutton {
|
!AddonButton;#addon-bar>xul|toolbarbutton,#addon-bar>xul|toolbarbutton>xul|toolbarbutton {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
border-width: 0px !important;
|
border-width: 0px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user