Give LABEL element a pointer cursor. b=158043 r=jkeiser sr=bzbarsky

This commit is contained in:
dbaron%fas.harvard.edu 2002-09-16 14:15:58 +00:00
Родитель ed8071f89a
Коммит f4b1031f84
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -67,6 +67,10 @@ fieldset {
border: 2px groove ThreeDFace;
}
label {
cursor: default;
}
/* default inputs, text inputs, and selects */
input {
padding: 1px 0 1px 0;

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

@ -67,6 +67,10 @@ fieldset {
border: 2px groove ThreeDFace;
}
label {
cursor: default;
}
/* default inputs, text inputs, and selects */
input {
padding: 1px 0 1px 0;