fix issue with filetable background

This commit is contained in:
Georg Ehrke 2013-08-30 22:05:44 +02:00
parent 8ef40277b2
commit 668c4c2652
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
color:#888; text-shadow:#fff 0 1px 0; color:#888; text-shadow:#fff 0 1px 0;
} }
#filestable { position: relative; top:37px; width:100%; } #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 { tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240); background-color: rgb(240,240,240);
} }