diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-30 18:11:18 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-30 18:11:18 +0200 |
commit | 8ef40277b21688112c48d40a9c80a519c3e7460c (patch) | |
tree | e1dce17e21c734964aec2ae432d03677d7f32d57 /apps/files/css | |
parent | 40cee5639e89ad052ba5234a28e5f197f2fd70ba (diff) | |
parent | 0f5df181a3b1f88075193fca0bed88f289314c8e (diff) | |
download | nextcloud-server-8ef40277b21688112c48d40a9c80a519c3e7460c.tar.gz nextcloud-server-8ef40277b21688112c48d40a9c80a519c3e7460c.zip |
Merge master into oc_preview
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index be2af2d1aa5..aadf29687b8 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -75,10 +75,7 @@ color:#888; text-shadow:#fff 0 1px 0; } #filestable { position: relative; top:37px; width:100%; } -tbody tr { - background-color: #fff; - height: 50px; -} +#filestable tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); } |