modified forms

This commit is contained in:
Bernd Erk 2014-11-07 11:38:32 +01:00
parent acd6e91757
commit 049c9edb67
2 changed files with 6 additions and 4 deletions

View File

@ -32,8 +32,10 @@ input, select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #ddd;
font-size: 0.9em;
padding: 0.2em;
background: #fff;
font-family: Calibri, Helvetica, sans-serif;
}
input:focus, select:focus {
@ -43,9 +45,10 @@ input:focus, select:focus {
input[type=submit] {
font-weight: bold;
text-align: center;
color: #eee;
border-color: #777;
background: #777;
color: #fff;
border: 2px solid #ddd;
border-color: #049baf;
background: #049baf;
outline: 0;
}

View File

@ -220,7 +220,6 @@
background-repeat: no-repeat;
background-position: 1.2em center;
color: @colorTextDefault;
font-family: Calibri, Helvetica, sans-serif;
border-bottom: 1px solid #d9d9d9;
}