Fixed selection of named anchor icon, b=68714, r=mjudge, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-04-17 23:13:45 +00:00
Родитель c00215dc6e
Коммит c77a226f22
2 изменённых файлов: 16 добавлений и 18 удалений

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

@ -43,20 +43,13 @@ a[name] {
cursor: default;
}
a:link img, a:visited img, a:active {
a:visited, a:active, a[name], a:link img, a:visited img {
-moz-user-input: none;
}
a:visited, a:activez {
a:visited, a:active {
cursor: text;
color : inherit;
-moz-user-input: none;
}
input, button, select, textarea {
-moz-user-select: all !important;
-moz-user-input: none !important;
-moz-user-focus: none !important;
}
/* We suppress user/author's prefs for link underline,
@ -67,6 +60,12 @@ a:link {
color: blue;
}
input, button, select, textarea {
-moz-user-select: all !important;
-moz-user-input: none !important;
-moz-user-focus: none !important;
}
input[type="hidden"] {
border: 1px solid black !important;
visibility: visible !important;

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

@ -43,20 +43,13 @@ a[name] {
cursor: default;
}
a:link img, a:visited img, a:active {
a:visited, a:active, a[name], a:link img, a:visited img {
-moz-user-input: none;
}
a:visited, a:activez {
a:visited, a:active {
cursor: text;
color : inherit;
-moz-user-input: none;
}
input, button, select, textarea {
-moz-user-select: all !important;
-moz-user-input: none !important;
-moz-user-focus: none !important;
}
/* We suppress user/author's prefs for link underline,
@ -67,6 +60,12 @@ a:link {
color: blue;
}
input, button, select, textarea {
-moz-user-select: all !important;
-moz-user-input: none !important;
-moz-user-focus: none !important;
}
input[type="hidden"] {
border: 1px solid black !important;
visibility: visible !important;