about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-10-03 20:10:57 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-10-03 13:10:57 +0200
commitecacb15cd50609fb3d749ecac89835a43255fb34 (patch)
tree5cb3ec1feea63182a40917a70ff41959a9893c9e /app
parenteb6ec3d0689bfb56da7a5889929e16c409144127 (diff)
Add placeholder text color to form of media attachments (#5196)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index e83a22e00..3e1b08e9f 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -371,6 +371,11 @@
       &:focus {
         color: $white;
       }
+
+      &::placeholder {
+        opacity: 0.54;
+        color: $ui-secondary-color;
+      }
     }
 
     &.active {