CSR-1887 update error styling for payment form.
This commit is contained in:
parent
b2af82cb3f
commit
1c6865858e
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ body .has-error select {
|
|||
}
|
||||
body .has-error input:focus,
|
||||
body .has-error select:focus {
|
||||
border: 1px solid transparent;
|
||||
box-shadow: 0 0 0 2.5px #fcbfbb;
|
||||
}
|
||||
body .has-error input:hover,
|
||||
body .has-error select:hover {
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ body {
|
|||
select {
|
||||
border: 1px solid #d4281c;
|
||||
&:focus {
|
||||
border: 1px solid transparent;
|
||||
box-shadow: 0 0 0 2.5px #fcbfbb;
|
||||
}
|
||||
&:hover {
|
||||
border: 1px solid #d4281c;
|
||||
|
|
|
|||
Loading…
Reference in a new issue