mirror of
https://github.com/louislam/dockge.git
synced 2024-12-02 15:14:03 +00:00
fix placeholder (#342)
This commit is contained in:
parent
36c3f01d00
commit
2e6e2bda38
1 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,7 @@ textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: $dark-font-color3 !important;
|
color: $dark-font-color3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.incident a,
|
.incident a,
|
||||||
|
@ -422,9 +422,8 @@ optgroup {
|
||||||
// Floating Label
|
// Floating Label
|
||||||
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
|
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-floating > label {
|
.form-floating > label {
|
||||||
.dark & {
|
.dark & {
|
||||||
color: $dark-font-color3 !important;
|
color: $dark-font-color3 !important;
|
||||||
|
|
Loading…
Reference in a new issue