Use a scrollbar, not auto-scroll arrows, for <select size=1>. Bug 129805, r=blake, sr=ben, a=brendan.

This commit is contained in:
bryner%netscape.com 2002-03-18 07:07:45 +00:00
Родитель 6c5ad7c1d3
Коммит 24af4a0620
3 изменённых файлов: 12 добавлений и 0 удалений

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

@ -98,6 +98,10 @@ select:focus > xul|*.select-label-box {
color: HighlightText;
}
xul|*.select-menupopup {
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
}
/* ..... disabled state ..... */
select[disabled="true"] {

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

@ -98,6 +98,10 @@ select:focus > xul|*.select-label-box {
color: HighlightText;
}
xul|*.select-menupopup {
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
}
/* ..... disabled state ..... */
select[disabled="true"] {

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

@ -98,6 +98,10 @@ select:focus > xul|*.select-label-box {
color: HighlightText;
}
xul|*.select-menupopup {
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
}
/* ..... disabled state ..... */
select[disabled="true"] {