diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-30 22:05:44 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-30 22:05:44 +0200 |
commit | 668c4c2652ef4619a132d609461423aafaef424e (patch) | |
tree | ed757086fcf6d761a615eb7bbbf24ebc06407310 /apps | |
parent | 8ef40277b21688112c48d40a9c80a519c3e7460c (diff) | |
download | nextcloud-server-668c4c2652ef4619a132d609461423aafaef424e.tar.gz nextcloud-server-668c4c2652ef4619a132d609461423aafaef424e.zip |
fix issue with filetable background
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index aadf29687b8..498e34d70d4 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -75,7 +75,7 @@ color:#888; text-shadow:#fff 0 1px 0; } #filestable { position: relative; top:37px; width:100%; } -#filestable tbody tr { background-color:#fff; height:2.5em; } +tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); } |