Bug 579208 - Sizes of some XUL elements changes when lightweight themes are applied. r=dao

--HG--
extra : rebase_source : f2276fef3f0e0be1cc245a3d889ee396f3d45515
This commit is contained in:
neil@parkwaycc.co.uk 2014-11-17 14:27:23 +01:00
Родитель 9d020c6017
Коммит 7925fb0e28
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -14,7 +14,7 @@ menubar:-moz-lwtheme,
toolbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
border-color: transparent;
}
menubar {

Просмотреть файл

@ -127,7 +127,7 @@ menubar > menu[_moz-menuactive="true"][open="true"] {
menubar > menu:-moz-lwtheme {
-moz-appearance: none;
border-style: none;
border-color: transparent;
}
menubar > menu:-moz-lwtheme:not([disabled="true"]) {

Просмотреть файл

@ -43,7 +43,7 @@ toolbox:-moz-lwtheme,
toolbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
border-color: transparent;
}
/* ::::: toolbar decorations ::::: */