From: Georg Ehrke Date: Fri, 30 Aug 2013 20:05:44 +0000 (+0200) Subject: fix issue with filetable background X-Git-Tag: v6.0.0alpha2~235^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=668c4c2652ef4619a132d609461423aafaef424e;p=nextcloud-server.git fix issue with filetable background --- 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); }