css: don't apply readonly look to date/time picker input borders

This commit is contained in:
Frédéric Péters 2016-09-18 20:10:28 +02:00
parent 9380ba2a1f
commit 39ccc33cc4
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ input[readonly], select[readonly], textarea[readonly] {
border-width: 0 0 1px 0;
}
div.date input[readonly] {
border-width: 1px;
}
input[type=file] {
border: none;
padding-left: 0;