Merge pull request #6667 from nextcloud/settings-heading

Adjust settings navigation headings to style used in Mail & Calendar
This commit is contained in:
Jan-Christoph Borchardt 2017-11-01 14:53:49 +01:00 committed by GitHub
commit 52b679a2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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;
}
}