зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2f59b71900
Коммит
0fa24c7355
|
@ -125,7 +125,7 @@ statusbarpanel {
|
||||||
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
|
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
|
||||||
|
|
||||||
sidebarheader {
|
sidebarheader {
|
||||||
height: 25px;
|
min-height: 25px;
|
||||||
background-color: -moz-Dialog;
|
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. */
|
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
|
||||||
|
|
||||||
sidebarheader {
|
sidebarheader {
|
||||||
height: 25px;
|
min-height: 25px;
|
||||||
background-color: -moz-Dialog;
|
background-color: -moz-Dialog;
|
||||||
-moz-appearance: toolbox;
|
-moz-appearance: toolbox;
|
||||||
border-bottom: 1px solid ThreeDShadow;
|
border-bottom: 1px solid ThreeDShadow;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче