From 0fa24c7355478ec38c0797348b88cdb3abf5136e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Tue, 23 May 2017 11:59:05 +0200 Subject: [PATCH] Bug 1367007 - Allow sidebar headers to consume more than 25px in height. r=bgrins MozReview-Commit-ID: EtYgdhCEbTT --HG-- extra : rebase_source : 4e5e0dcde13079816e40dada6196ad70aacc9e87 --- toolkit/themes/linux/global/global.css | 2 +- toolkit/themes/windows/global/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/themes/linux/global/global.css b/toolkit/themes/linux/global/global.css index e49f380ee50d..0aaeb2e49fc4 100644 --- a/toolkit/themes/linux/global/global.css +++ b/toolkit/themes/linux/global/global.css @@ -125,7 +125,7 @@ statusbarpanel { /* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */ sidebarheader { - height: 25px; + min-height: 25px; background-color: -moz-Dialog; } diff --git a/toolkit/themes/windows/global/global.css b/toolkit/themes/windows/global/global.css index 1e903a82cfe2..1e970c462f36 100644 --- a/toolkit/themes/windows/global/global.css +++ b/toolkit/themes/windows/global/global.css @@ -134,7 +134,7 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme { /* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */ sidebarheader { - height: 25px; + min-height: 25px; background-color: -moz-Dialog; -moz-appearance: toolbox; border-bottom: 1px solid ThreeDShadow;