about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 89397a96d..2cd58bb2b 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -325,12 +325,22 @@
   top: 100%;
   width: 100%;
   z-index: 99;
+  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
 }
 
-.react-autosuggest__suggestions-list {
+.react-autosuggest__section-title {
   background: #9baec8;
+  padding: 4px 10px;
+  font-weight: 500;
+  cursor: default;
+  color: #282c37;
+  text-transform: uppercase;
+  font-size: 11px;
+}
+
+.react-autosuggest__suggestions-list {
+  background: #d9e1e8;
   color: #282c37;
-  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
   font-size: 14px;
 }