summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 15:48:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 15:48:15 +0200
commit04d6dfa67c21997917e78b828e4915c2ac96ed50 (patch)
tree04f24ae7c580b2efc301d8a77b901fa7adc36309 /settings/css
parent6b5c6e580bf1025d9e506748bd5c38bd799011b5 (diff)
downloadnextcloud-server-04d6dfa67c21997917e78b828e4915c2ac96ed50.tar.gz
nextcloud-server-04d6dfa67c21997917e78b828e4915c2ac96ed50.zip
Bold federation scope title in dropdown menu, as intended
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 9202a28899b..e3c48786be3 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -230,6 +230,10 @@ input#passwordbutton {
line-height: 1.6em;
}
+.federationScopeMenu.popovermenu .menuitem .menuitem-text {
+ font-weight: 600;
+}
+
.federationScopeMenu.popovermenu .menuitem .menuitem-text-detail {
opacity: .75;
}