зеркало из https://github.com/mozilla/gecko-dev.git
fixing a typo which caused a parsing error. been there 8 months, by the way
This commit is contained in:
Родитель
7a94e66b89
Коммит
a1ba18b687
|
@ -118,7 +118,7 @@ statusbar {
|
|||
-moz-appearance: statusbar;
|
||||
border-top: 1px solid #000000 !important;
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-right: none !important
|
||||
border-right: none !important;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
min-width: 1px; /* DON'T DELETE!
|
||||
Prevents hiding of scrollbars in browser when window is made smaller.*/
|
||||
|
|
|
@ -93,7 +93,7 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
|
||||
.menu-right[disabled="true"],
|
||||
.menu-right[_moz-menuactive="true"][disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/menu/menu-arrow-dis.gif);
|
||||
list-style-image: url("chrome://global/skin/menu/menu-arrow-dis.gif");
|
||||
}
|
||||
|
||||
.menu-right[_moz-menuactive="true"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче