From 685042dfe729fde95f7a95b182d8247afb558bae Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 18 Feb 2014 20:04:53 -0800 Subject: [PATCH] Take that, ginormous Autralis tabs! --- common/skin/dactyl.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: */