Remove hover effects for HTML buttons (38427). r=me (simple commenting change), a=ekrock.
git-svn-id: svn://10.0.0.236/trunk@75544 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user