diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-27 12:26:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-28 13:29:37 +0200 |
commit | d92310ac2b924ad695630308f75ba11e2831e4c0 (patch) | |
tree | 96167fb37d2af6d7d2f80fd466518ef09afdce70 | |
parent | 90d7e8f6f4efcdf158136683e554e1c94509beb2 (diff) | |
download | nextcloud-server-d92310ac2b924ad695630308f75ba11e2831e4c0.tar.gz nextcloud-server-d92310ac2b924ad695630308f75ba11e2831e4c0.zip |
Adjust settings navigation heading style
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-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 ab8d69b3a42..84939b01798 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1267,7 +1267,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; + } } |