style fixes

This commit is contained in:
Rushabh Mehta
2012-03-12 16:12:09 +05:30
parent ae4d1f973c
commit b9878d01e1
9 changed files with 66 additions and 194 deletions

View File

@@ -26,12 +26,15 @@ label {
}
select, input, textarea {
border: 1px solid #AAA;
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 13px;
padding: 4px;
color: #222;
color: #444;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea {