never try to theme <button> tags, we just can't catch all the permutations

(r=pink/sr=bryner/a=asa, bug 244058)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@157678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%aol.net
2004-06-09 21:58:22 +00:00
parent e642d9e3ef
commit addec0e88f

View File

@@ -136,14 +136,10 @@ button,
button[disabled],
button:active:hover,
button[disabled]:active {
-moz-appearance: button-bevel;
margin: 5px 2px 0px 2px;
padding: 0px;
border-width: 2px 4px 4px 4px;
-moz-appearance: none;
}
/* this turns off the mozilla focus ring shown inside clicked or selecetd buttons */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,