css for has_point

This commit is contained in:
Sanj 2012-02-22 17:20:43 +05:30
parent ca4d71887a
commit c1b3c0c58a

View File

@ -57,8 +57,7 @@ html, body {
} }
.selectedListItem .listItemText { .selectedListItem .listItemText {
background: #666; background: #ccc;
color: #fff;
} }
.selectedStop { .selectedStop {
@ -76,7 +75,7 @@ html, body {
} }
.no_has_point { .no_has_point {
color: #666; color: #ff8282;
} }
ul { ul {