diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 16:20:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 16:20:37 +0200 |
commit | ba17caaec02953193efcf3966dd66105920cdd93 (patch) | |
tree | ca0d2185aa08226634dab599db5071f34efc525d /settings | |
parent | b93ee7f515d4bb4eedb7c3657549e5fde2ea67aa (diff) | |
download | nextcloud-server-ba17caaec02953193efcf3966dd66105920cdd93.tar.gz nextcloud-server-ba17caaec02953193efcf3966dd66105920cdd93.zip |
Font-weight exception, use light for personal settings h3
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index fb7f5a22a81..a45423e0d53 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -104,6 +104,11 @@ input { display: inline-grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr; + + /* Same font-weight exception as for .personal-settings-container */ + > div h3 { + font-weight: 300; + } } .personal-show-container { @@ -219,6 +224,8 @@ select { flex-wrap: nowrap; justify-content: flex-start; width: 100%; + font-weight: 300; + > label { white-space: nowrap; text-overflow: ellipsis; |