Added rule for INPUT[type=radio] to set properties for gfx-rendered radio buttons.

This commit is contained in:
kmcclusk%netscape.com 1999-02-09 18:29:15 +00:00
Родитель c9f82ebd33
Коммит 4dcc702db3
2 изменённых файлов: 16 добавлений и 0 удалений

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

@ -425,6 +425,14 @@ IFRAME {
INPUT {
vertical-align: bottom;
}
INPUT[type=radio] {
background-color:white;
color:black;
width:12px;
height:12px;
border-color:gray;
border-style:inset;
}
INPUT[type=checkbox] {
width:11px;
height:11px;

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

@ -425,6 +425,14 @@ IFRAME {
INPUT {
vertical-align: bottom;
}
INPUT[type=radio] {
background-color:white;
color:black;
width:12px;
height:12px;
border-color:gray;
border-style:inset;
}
INPUT[type=checkbox] {
width:11px;
height:11px;