Minor styling to selected rows in the Events view.

This commit is contained in:
Kyle Johnson 2013-05-29 07:50:23 -04:00
parent 984035dde3
commit 870298082e
1 changed files with 5 additions and 0 deletions

View File

@ -748,3 +748,8 @@ div.menu a{
div#footer a{
color: #fff;
}
td.selected {
background-color:green;
font-weight:bold;
}