|
|
@@ -1225,13 +1225,13 @@
|
|
|
&.error {
|
|
|
border-color: #f4645f !important;
|
|
|
}
|
|
|
- &:focus {
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- border: 1px solid #3c7cf5;
|
|
|
- }
|
|
|
}
|
|
|
+ input:focus {
|
|
|
+ -webkit-box-shadow: none;
|
|
|
+ -moz-box-shadow: none;
|
|
|
+ box-shadow: none;
|
|
|
+ border: 1px solid #3c7cf5;
|
|
|
+ }
|
|
|
&:nth-child(1) {
|
|
|
input {
|
|
|
width: 145px;
|
|
|
@@ -1255,11 +1255,11 @@
|
|
|
select {
|
|
|
width: 25px;
|
|
|
padding: 0 0 0 2px;
|
|
|
- background: url(/images/applyPurchase/select.png) no-repeat right;
|
|
|
+ background: url(/images/applyPurchase/select2.png) no-repeat right;
|
|
|
background-size: 12px 28px;
|
|
|
background-position: 12px 0;
|
|
|
position: absolute;
|
|
|
- top: 20px;
|
|
|
+ top: 21px;
|
|
|
border-bottom: none;
|
|
|
border-top: none;
|
|
|
border-left: 0;
|