diff options
author | Kris Maglione <maglione.k@gmail.com> | 2014-02-18 20:04:53 -0800 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2014-02-18 20:04:53 -0800 |
commit | 685042dfe729fde95f7a95b182d8247afb558bae (patch) | |
tree | 16758227e67aebd38e0a7e36016a5e7ffe348166 | |
parent | 428af087d2804276a5c4e178c43e7dbd9fd16751 (diff) | |
download | pentadactyl-685042dfe729fde95f7a95b182d8247afb558bae.tar.gz |
Take that, ginormous Autralis tabs!
-rw-r--r-- | common/skin/dactyl.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 5282a48e..44a37eae 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -223,4 +223,20 @@ statusbarpanel { } +@-moz-document url(chrome://browser/content/browser.xul) { + +/* Fix ginormous Australis tabs. */ +.tab-background > * { + min-height: 24px !important; + max-height: 24px !important; +} + +.tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after { + background-size: 30px 24px !important; + max-height: 24px !important; + min-height: 24px !important; +} + +} + /* vim: set fdm=marker sw=4 ts=4 et: */ |