summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-20 14:44:27 +0100
committerPhil Hughes <me@iamphill.com>2016-04-20 14:44:27 +0100
commit98b1c77e24f8f7e8a15de276b29f0c3b36b9990e (patch)
treed249e39d61851ecf630713d979a1a7e06892215e
parent34eacc539ad2150f74cf24789d32ec82997240fb (diff)
downloadgitlab-ce-note-form-text-color.tar.gz
Fixes issue with note form inheriting text colornote-form-text-color
-rw-r--r--app/assets/stylesheets/pages/note_form.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index c2371d79989..2f6d172568b 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -42,6 +42,7 @@
.note-textarea {
display: block;
padding: 10px 0;
+ color: $gl-gray;
font-family: $regular_font;
border: 0;