aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-08-30 22:05:44 +0200
committerGeorg Ehrke <developer@georgehrke.com>2013-08-30 22:05:44 +0200
commit668c4c2652ef4619a132d609461423aafaef424e (patch)
treeed757086fcf6d761a615eb7bbbf24ebc06407310 /apps
parent8ef40277b21688112c48d40a9c80a519c3e7460c (diff)
downloadnextcloud-server-668c4c2652ef4619a132d609461423aafaef424e.tar.gz
nextcloud-server-668c4c2652ef4619a132d609461423aafaef424e.zip
fix issue with filetable background
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css2
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);
}