X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fskin%2Fdactyl.css;fp=common%2Fskin%2Fdactyl.css;h=43aef7f47b515c69dbb0aa2d3938efa47a20a5dc;hb=0bcd111e64a8cb0f8019a4cb3270fc5b46270a1b;hp=53d3dc29ba6a260ae6e078fab52df58c70caf1ce;hpb=4385b68da3a031ef7347f966df57b6e52d48ec94;p=dactyl.git diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 53d3dc2..43aef7f 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -168,6 +168,23 @@ statusbarpanel { visibility: collapse; } +:-moz-any(#addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker { + margin-left: 0 !important; + margin-right: 0 !important; +} + +#dactyl-addon-bar .toolbarbutton-1 > xul|dropmarker::after { + content: "▾"; + color: white; + font-size: 18px; + line-height: 18px; +} + +#nav-bar { + padding-top: 0px !important; + padding-bottom: 0px !important; +} + .dactyl-commandline-prompt { /* background-color: inherit; */ margin: 0px; @@ -207,4 +224,60 @@ statusbarpanel { } +@-moz-document url(chrome://browser/content/browser.xul) { + +/* Fix ginormous Australis tabs. */ +[dactyl-australis=true] xul|tab.tabbrowser-tab .tab-background > * { + min-height: 24px !important; + max-height: 24px !important; +} + +[dactyl-australis=true] xul|tab.tabbrowser-tab + .tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after { + background-size: 30px 24px !important; + max-height: 24px !important; + min-height: 24px !important; +} + +[dactyl-australis=true] .tabbrowser-tabs { + min-height: 0 !important; +} + +/* Fix stupid line... */ +[dactyl-australis=true] #navigator-toolbox::after { + height: 0 !important; +} + +#nav-bar-customization-target > .toolbarbutton-1 { + margin-top: -5px !important; + margin-bottom: -5px !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: */