Added button element to input[button]-related css statements

This commit is contained in:
matthew 2019-06-27 08:12:42 -05:00 committed by Shish
parent a7c978c8d2
commit f12e2891e5
2 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,8 @@ TD>INPUT[type="text"],
TD>INPUT[type="password"],
TD>INPUT[type="email"],
TD>SELECT,
TD>TEXTAREA {width: 100%;}
TD>TEXTAREA,
TD>BUTTON {width: 100%;}
TABLE.form {width: 300px;}
TABLE.form TD, TABLE.form TH {vertical-align: middle;}

View file

@ -140,7 +140,7 @@ TABLE.zebra TR TD {border-bottom: 1px solid #C3D2E0;}
TABLE.zebra TR:nth-child(odd) {background: #CEDFF0;}
TABLE.zebra TR:nth-child(even) {background: #F0F7FF;}
INPUT, TEXTAREA {
INPUT, TEXTAREA, button {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #C8D1DB;
@ -149,7 +149,7 @@ INPUT, TEXTAREA {
padding:2px;
}
INPUT:hover, TEXTAREA:hover {
INPUT:hover, button:hover, TEXTAREA:hover {
background-color:#FFFFFF;
text-decoration:none;
}
@ -196,7 +196,7 @@ NAV TABLE {
NAV TD {
vertical-align: middle;
}
NAV INPUT {
NAV INPUT, nav button {
width: 95%;
padding: 0px;
}