Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-01 16:53:49 +0300
committerGitHub <noreply@github.com>2017-11-01 16:53:49 +0300
commit52b679a2d6f6b273f46334b15534ab312f974a1a (patch)
treedbe429a8a8f1fd1f3912c284a275143bf5fb58c5 /settings
parentce12cd91db86c14dc304ee89bbca66ba3af8f6c7 (diff)
parentd92310ac2b924ad695630308f75ba11e2831e4c0 (diff)
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.scss9
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;
+ }
}