mirror of https://github.com/ColorlibHQ/AdminLTE
parent
4a4457b5d3
commit
57fb76966b
|
@ -4,9 +4,6 @@
|
||||||
*/
|
*/
|
||||||
.form-control {
|
.form-control {
|
||||||
.border-radius(@input-radius)!important;
|
.border-radius(@input-radius)!important;
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: @gray;
|
border-color: @gray;
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -23,6 +20,12 @@
|
||||||
&::-webkit-input-placeholder {
|
&::-webkit-input-placeholder {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:not(select) {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
|
@ -889,9 +889,6 @@ a:focus {
|
||||||
*/
|
*/
|
||||||
.form-control {
|
.form-control {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #d2d6de;
|
border-color: #d2d6de;
|
||||||
}
|
}
|
||||||
|
@ -909,6 +906,11 @@ a:focus {
|
||||||
.form-control::-webkit-input-placeholder {
|
.form-control::-webkit-input-placeholder {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
}
|
}
|
||||||
|
.form-control:not(select) {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
.form-group.has-success label {
|
.form-group.has-success label {
|
||||||
color: #00a65a;
|
color: #00a65a;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue