diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-18 08:39:46 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-18 08:39:46 -0800 |
commit | b51d4058521714e56314eae20a342597bb017fe2 (patch) | |
tree | e00b71aa84d3a041390489ce270007bed0514dd9 | |
parent | 5da2929180c831812eaebdebd5c6f4cc1608c03c (diff) | |
parent | f2d18867af0d784c3d59df62598c5b0bf11ddb78 (diff) | |
download | nextcloud-server-b51d4058521714e56314eae20a342597bb017fe2.tar.gz nextcloud-server-b51d4058521714e56314eae20a342597bb017fe2.zip |
Merge pull request #5923 from owncloud/font-weight
change bold 'deleted files' button to normal for less focus
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index b9bf8cb87c1..5ad9e389c0a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -18,6 +18,7 @@ float: right; z-index: 1010; padding: 10px; + font-weight: normal; } #new>a { padding: 14px 10px; |