modified forms
This commit is contained in:
parent
acd6e91757
commit
049c9edb67
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue