mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 23:00:39 +03:00
fixes #458
This commit is contained in:
parent
5dd480e408
commit
c462efc27e
|
@ -183,7 +183,6 @@ fieldset[disabled] .form-control:disabled, .form-control-wrapper .form-control:d
|
||||||
select.form-control {
|
select.form-control {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom: 1px solid #757575;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
&:focus, &.focus {
|
&:focus, &.focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
|
@ -169,7 +169,6 @@ select[multiple].form-control {
|
||||||
select.form-control {
|
select.form-control {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom: 1px solid #757575;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
&:focus, &.focus {
|
&:focus, &.focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user