From: petemcfarlane Date: Fri, 30 Aug 2013 09:48:04 +0000 (+0100) Subject: prefix 'tbody tr' to separate app/core css errors X-Git-Tag: v6.0.0alpha2~241 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ab1f78eac39396113b379360c1fba505923ce999;p=nextcloud-server.git prefix 'tbody tr' to separate app/core css errors For specific details see: https://github.com/owncloud/core/pull/4536/files#r6082305 --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a9b93dc2dee..af0cb835811 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -72,7 +72,7 @@ color:#888; text-shadow:#fff 0 1px 0; } #filestable { position: relative; top:37px; width:100%; } -tbody tr { background-color:#fff; height:2.5em; } +#filestable tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); }