mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1367007 - Allow sidebar headers to consume more than 25px in height. r=bgrins
MozReview-Commit-ID: EtYgdhCEbTT --HG-- extra : rebase_source : 4e5e0dcde13079816e40dada6196ad70aacc9e87
This commit is contained in:
parent
2f59b71900
commit
0fa24c7355
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user