general: padded and flat inputs

This commit is contained in:
Frédéric Péters 2015-06-05 09:54:37 +02:00
parent c63358b9af
commit 33ca5735e6
1 changed files with 3 additions and 3 deletions

View File

@ -492,13 +492,13 @@ div.WcsExtraStringWidget input,
div.TextWidget textarea,
div.SingleSelectHintWidget select {
border: 1px solid #aaa;
background: white url(field-shade.png) top left repeat-x;
padding: 1px;
background: white;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color: black;
-webkit-transition: background 200ms ease-out;
padding: 5px 10px;
}
div.DateWidget input:focus,
@ -828,7 +828,7 @@ div.content table tbody tr {background-color: #eeeeee; border-bottom: 1px solid
div.content table tbody tr td {}
div.content table tbody tr td input {
border: 1px solid #aaa;
background: white url(field-shade.png) top left repeat-x;
background: white;
padding: 1px;
border-radius: 2px;
-moz-border-radius: 2px;