X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/68f5ac65b827cdbe06418e264c607218685f8e48..62504b1f48cf4c4d10c85533b71b7301a852cd87:/firefox/chrome/userChrome.css diff --git a/firefox/chrome/userChrome.css b/firefox/chrome/userChrome.css index 52b22dc..7bd824f 100644 --- a/firefox/chrome/userChrome.css +++ b/firefox/chrome/userChrome.css @@ -6,7 +6,7 @@ * Available for use under the MIT License: * https://opensource.org/licenses/MIT */ - #PanelUI-menu-button { +#PanelUI-menu-button { -moz-binding: url("userChrome.xml#js"); } @@ -51,8 +51,7 @@ window:not([inFullscreen="true"]) #PersonalToolbar height: var(--statusbar-height); } /* Move statuspanel to bar */ -/* XXX: opacity and collapse not really needed, just - * need to remove transitions. +/* XXX: opacity and collapse not really needed, just need to remove transitions * TODO: add box shadow to left of bar * XXX: :hover doesn't fire because pointer disabled in xul? */ @@ -87,3 +86,4 @@ window:not([inFullscreen="true"]) #statuspanel[inactive] { min-width: 30px !important; max-width: 30px !important; } +