mirror of
https://github.com/louislam/dockge.git
synced 2024-11-25 01:33:32 +01:00
fix placeholder (#342)
This commit is contained in:
parent
36c3f01d00
commit
2e6e2bda38
@ -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 New Issue
Block a user