summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-06 08:39:05 +0100
committerPhil Hughes <me@iamphill.com>2016-06-07 15:02:00 +0100
commitf62df363b5daa83b5ba81d75c63816976648446d (patch)
tree31ea7cc2b65b60af0dba2383b181ad9da165bdad
parent51a62fce040a307955d6e66d0a22f1bbfa068b38 (diff)
downloadgitlab-ce-notification-dropdown-labels.tar.gz
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index cf664627f81..1ce7c57ebcd 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -542,9 +542,11 @@
.dropdown-menu-inner-title {
display: block;
+ color: $gl-title-color;
font-weight: 600;
}
.dropdown-menu-inner-content {
display: block;
+ color: $gl-placeholder-color;
}