aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/components/dropdowns.less
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/less/components/dropdowns.less')
-rw-r--r--server/sonar-web/src/main/less/components/dropdowns.less11
1 files changed, 9 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/less/components/dropdowns.less b/server/sonar-web/src/main/less/components/dropdowns.less
index 756622d3a53..174693013cb 100644
--- a/server/sonar-web/src/main/less/components/dropdowns.less
+++ b/server/sonar-web/src/main/less/components/dropdowns.less
@@ -102,12 +102,19 @@
// Dropdown section headers
.dropdown-header {
display: block;
- padding: 3px 20px;
+ padding: 3px 8px 5px;
font-size: @smallFontSize;
- color: @baseFontColor;
+ color: @secondFontColor;
white-space: nowrap; // as with > li > a
}
+.dropdown-menu .divider {
+ height: 1px;
+ margin: 9px 0;
+ overflow: hidden;
+ background-color: #e5e5e5;
+}
+
// Backdrop to catch body clicks on mobile, etc.
.dropdown-backdrop {
position: fixed;