Enhanced Theme: New CSS class added to file input fields to adjust their hight to be equal to other input fields.

This commit is contained in:
Nate Jones
2014-08-16 18:24:41 +00:00
parent 846e06eb95
commit d092413956
7 changed files with 13 additions and 9 deletions

View File

@@ -326,6 +326,10 @@ input[type=text]::-ms-clear {
display: none;
}
input.fileinput {
padding: 1px;
}
.vncell {
border-bottom: 1px solid #fff;
background-color: #e5e9f0;