diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 44a37eae..c58ec7c0 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -177,6 +177,7 @@ statusbarpanel { content: "▾"; color: white; font-size: 18px; + line-height: 18px; } #nav-bar { @@ -237,6 +238,29 @@ statusbarpanel { min-height: 24px !important; } +#PanelUI-button, +#PanelUI-menu-button, +#nav-bar-customization-target > .toolbarbutton-1, +#nav-bar-customization-target > .toolbarbutton-1 > xul|toolbarbutton { + padding: 0 !important; +} + +#nav-bar-customization-target > xul|toolbaritem > .toolbarbutton-1 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +#nav-bar-customization-target > .toolbarbutton-1, +#nav-bar-customization-target > .toolbarbutton-1 > xul|dropmarker > xul|image { + margin-top: 0 !important; + margin-bottom: 0 !important; + max-height: 24px !important; +} + +#nav-bar-customization-target #urlbar { + margin-bottom: 0 !important; +} + } /* vim: set fdm=marker sw=4 ts=4 et: */