This commit is contained in:
rods%netscape.com 1999-10-07 21:58:14 +00:00
Родитель a4a981c24d
Коммит 276fd20b77
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -1225,8 +1225,8 @@ select[size]:focus {
padding-bottom: 1px;
}
select, select[size="1"]:focus {
border: 2px dotted black;
select:focus, select[size="1"]:focus {
border: 2px dotted rgb(128,128,128);
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
@ -1234,7 +1234,7 @@ select, select[size="1"]:focus {
}
select[multiple]:focus {
border: 2px dotted black;
border: 2px dotted rgb(128,128,128);
padding-left: 0px;
padding-top: 0px;
padding-right: 3px;

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

@ -1225,8 +1225,8 @@ select[size]:focus {
padding-bottom: 1px;
}
select, select[size="1"]:focus {
border: 2px dotted black;
select:focus, select[size="1"]:focus {
border: 2px dotted rgb(128,128,128);
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
@ -1234,7 +1234,7 @@ select, select[size="1"]:focus {
}
select[multiple]:focus {
border: 2px dotted black;
border: 2px dotted rgb(128,128,128);
padding-left: 0px;
padding-top: 0px;
padding-right: 3px;