diff options
author | petemcfarlane <peterjohnmcfarlane@gmail.com> | 2013-08-30 10:48:04 +0100 |
---|---|---|
committer | petemcfarlane <peterjohnmcfarlane@gmail.com> | 2013-08-30 10:48:04 +0100 |
commit | ab1f78eac39396113b379360c1fba505923ce999 (patch) | |
tree | 28e86b3521eaedf0190112fb6bfc0ee6e3c275c6 | |
parent | 7d398ba62227cf77066585b47adfcb5188dd991b (diff) | |
download | nextcloud-server-ab1f78eac39396113b379360c1fba505923ce999.tar.gz nextcloud-server-ab1f78eac39396113b379360c1fba505923ce999.zip |
prefix 'tbody tr' to separate app/core css errors
For specific details see:
https://github.com/owncloud/core/pull/4536/files#r6082305
-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 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); } |