Minor styling to selected rows in the Events view.
This commit is contained in:
parent
984035dde3
commit
870298082e
|
@ -748,3 +748,8 @@ div.menu a{
|
|||
div#footer a{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
td.selected {
|
||||
background-color:green;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue