From: Robert Kaiser <kairo@kairo.at>
Date: Sun, 12 May 2013 22:50:22 +0000 (+0200)
Subject: add 2px of addition padding to title bar tabs to match firefox button height
X-Git-Tag: LCARStrek-2.18~1
X-Git-Url: https://git-public.kairo.at//?a=commitdiff_plain;h=2caba1a988aa5d51285650f0d6a436a48ae3547a;p=themes.git

add 2px of addition padding to title bar tabs to match firefox button height
---

diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css
index 1c9448a9..1eb84a38 100644
--- a/LCARStrek/browser/browser.css
+++ b/LCARStrek/browser/browser.css
@@ -65,6 +65,9 @@ menubar {
   background-color: #8050B0;
   color: #FF9F00;
 }
+#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar > .tabbrowser-tabs > .tabbrowser-tab {
+  padding-top: 3px;
+}
 
 #main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
   visibility: hidden;