mirror of
https://github.com/louislam/dockge.git
synced 2024-11-27 13: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 {
|
||||
color: $dark-font-color3 !important;
|
||||
color: $dark-font-color3;
|
||||
}
|
||||
|
||||
.incident a,
|
||||
|
@ -422,9 +422,8 @@ optgroup {
|
|||
// 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 {
|
||||
background-color: transparent;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.form-floating > label {
|
||||
.dark & {
|
||||
color: $dark-font-color3 !important;
|
||||
|
|
Loading…
Reference in a new issue