diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 14:53:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 14:53:49 +0100 |
commit | 52b679a2d6f6b273f46334b15534ab312f974a1a (patch) | |
tree | dbe429a8a8f1fd1f3912c284a275143bf5fb58c5 /settings | |
parent | ce12cd91db86c14dc304ee89bbca66ba3af8f6c7 (diff) | |
parent | d92310ac2b924ad695630308f75ba11e2831e4c0 (diff) | |
download | nextcloud-server-52b679a2d6f6b273f46334b15534ab312f974a1a.tar.gz nextcloud-server-52b679a2d6f6b273f46334b15534ab312f974a1a.zip |
Merge pull request #6667 from nextcloud/settings-heading
Adjust settings navigation headings to style used in Mail & Calendar
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index f649ef1a31e..9a315b79151 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1191,7 +1191,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { .settings-caption { font-weight: bold; line-height: 44px; - padding: 0 12px; + padding: 0 44px; white-space: nowrap; text-overflow: ellipsis; + // !important to overwrite specific hover and focus + opacity: .4 !important; + box-shadow: none !important; + + &:not(:first-child) { + margin-top: 22px; + } } |