css for selected stop

This commit is contained in:
Sanj 2012-02-20 20:36:19 +05:30
parent 9c104e8fca
commit eecfbe17eb

View File

@ -43,6 +43,10 @@ html, body {
.selectedListItem .listItemText { .selectedListItem .listItemText {
color: blue; color: blue;
} }
.selectedStop {
color: blue;
}
.clear { .clear {
clear: both; clear: both;
} }