mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Merge f222ce6853
into b43919c3ba
This commit is contained in:
commit
4d9d4fbdd9
|
@ -29,6 +29,15 @@ select[multiple].form-control {
|
|||
background-position: center bottom, center calc(~"100% - 1px");
|
||||
background-color: transparent;
|
||||
background-color: rgba(0,0,0,0);
|
||||
|
||||
// fix to stop horizontal resize.
|
||||
textarea& {
|
||||
height: auto;
|
||||
resize: vertical;
|
||||
&[disabled] {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||
background-color: transparent;
|
||||
|
|
|
@ -174,6 +174,13 @@ select.form-control {
|
|||
}
|
||||
}
|
||||
|
||||
textarea.form-control {
|
||||
height: auto;
|
||||
resize: vertical; // fix to stop horizontal resize.
|
||||
&:disabled {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin keyframe-input-highlight(){
|
||||
0% {
|
||||
|
|
Loading…
Reference in New Issue
Block a user