Commit 3c2ba492 authored by minseok.park's avatar minseok.park

update chat textarea placeholder style

parent 1b897eb9
Pipeline #21772 passed with stages
in 4 minutes and 11 seconds
...@@ -104,9 +104,9 @@ object[type="image/svg+xml"]:not([width]) { ...@@ -104,9 +104,9 @@ object[type="image/svg+xml"]:not([width]) {
width: fit-content; width: fit-content;
} }
::placeholder { /* ::placeholder {
opacity: 0.5; opacity: 0.5;
} } */
@media (pointer: fine) { @media (pointer: fine) {
@supports (scrollbar-width: thin) { @supports (scrollbar-width: thin) {
......
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
line-height: 1.5; line-height: 1.5;
} }
.chat .chat-area textarea::placeholder { #chat-input::placeholder {
color: #757575; color: #757575;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment