mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Set placeholder color for shared task modal textarea field [SCI-10120] (#7055)
This commit is contained in:
parent
71be4db51b
commit
ea0cdf5811
1 changed files with 6 additions and 0 deletions
|
@ -102,4 +102,10 @@
|
|||
.shareable-link-disclaimer {
|
||||
color: var(--sn-grey);
|
||||
}
|
||||
|
||||
.sci-input-container-v2 {
|
||||
textarea::placeholder {
|
||||
color: var(--sn-grey);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue