Remove hover effects for HTML buttons (38427). r=me (simple commenting change), a=ekrock.

This commit is contained in:
BlakeR1234%aol.com 2000-08-03 22:58:06 +00:00
Родитель 8755b31f98
Коммит 39a96ac4c5
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -630,7 +630,7 @@ input[type="submit"] {
}
input[type="submit"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="submit"]:active:hover {
@ -681,7 +681,7 @@ input[type="reset"] {
}
input[type="reset"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="reset"]:active:hover {
@ -732,7 +732,7 @@ input[type="button"] {
}
input[type="button"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="button"]:active:hover {
@ -790,7 +790,7 @@ button {
}
button:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
button:active:hover {

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

@ -630,7 +630,7 @@ input[type="submit"] {
}
input[type="submit"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="submit"]:active:hover {
@ -681,7 +681,7 @@ input[type="reset"] {
}
input[type="reset"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="reset"]:active:hover {
@ -732,7 +732,7 @@ input[type="button"] {
}
input[type="button"]:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
input[type="button"]:active:hover {
@ -790,7 +790,7 @@ button {
}
button:hover {
border : 2px solid black;
/* border : 2px solid black; */
}
button:active:hover {