зеркало из https://github.com/mozilla/gecko-dev.git
Bug 617578 Except on OS/2, non-customisable menubars don't display correctly when a lightweight theme is applied r=dao a=beltzner
This commit is contained in:
Родитель
8e2d642f80
Коммит
637c4ae62b
|
@ -64,6 +64,7 @@ menubar, toolbar[type="menubar"] {
|
|||
padding: 1px 0px;
|
||||
}
|
||||
|
||||
menubar:-moz-lwtheme,
|
||||
toolbar:-moz-lwtheme {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
|
|
@ -45,6 +45,7 @@ toolbar {
|
|||
-moz-appearance: toolbar;
|
||||
}
|
||||
|
||||
menubar:-moz-lwtheme,
|
||||
toolbar:-moz-lwtheme {
|
||||
-moz-appearance: none;
|
||||
background: none;
|
||||
|
|
|
@ -74,6 +74,7 @@ toolbar:first-child, menubar {
|
|||
|
||||
/* ::::: lightweight theme ::::: */
|
||||
|
||||
menubar:-moz-lwtheme,
|
||||
toolbox:-moz-lwtheme,
|
||||
toolbar:-moz-lwtheme {
|
||||
-moz-appearance: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче