diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-07 20:31:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-07 20:31:26 +0200 |
commit | 8db3419df1f7c03325de439ef51b062db7e91aee (patch) | |
tree | c2e7661d6ce4a40eef43c797baf6da1941f84129 /core/css | |
parent | 11b46389af09a8ad95c38464fbafeca95d2f16fc (diff) | |
download | nextcloud-server-8db3419df1f7c03325de439ef51b062db7e91aee.tar.gz nextcloud-server-8db3419df1f7c03325de439ef51b062db7e91aee.zip |
Fix font-weight of Unshare entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 0c31e5bae44..da1c5162051 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -477,7 +477,7 @@ kbd { border-radius: 0; text-align: left; padding-left: 42px; - font-weight: normal; + font-weight: 300; &:hover, &:focus { background-color: $color-main-background; @@ -667,7 +667,7 @@ kbd { width: auto; height: auto; margin: 0; - font-weight: inherit; + font-weight: 300; box-shadow: none; /* prevent .action class to break the design */ &.action { |