prefix #filestable to tbody tr

This commit is contained in:
Pete McFarlane 2013-09-06 10:01:11 +01:00
parent e9849270e3
commit 83afba5070
1 changed files with 3 additions and 3 deletions

View File

@ -69,11 +69,11 @@
/* FILE TABLE */ /* FILE TABLE */
#filestable { position: relative; top:37px; width:100%; } #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 { #filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240); background-color: rgb(240,240,240);
} }
tbody tr.selected { #filestable tbody tr.selected {
background-color: rgb(230,230,230); background-color: rgb(230,230,230);
} }
tbody a { color:#000; } tbody a { color:#000; }