made button elements render the same as input.btn

This commit is contained in:
Matthew Vale 2015-11-12 11:10:34 +00:00
parent efdd731d2a
commit 04fbd896df
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ form {
margin: 0;
}
input.btn, input.button {
input.btn, input.button, button {
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
padding: 2px 6px 3px 6px;
color: #fff;
@ -273,7 +273,7 @@ input.btn, input.button {
-moz-opacity: 0.9;
}
input.btn:hover, input.button:hover, img.list_control_icon:hover {
input.btn:hover, input.button:hover, img.list_control_icon:hover, button:hover {
box-shadow: 0 0 5px #cddaf0;
-webkit-box-shadow: 0 0 5px #cddaf0;
-moz-box-shadow: 0 0 5px #cddaf0;