Improve highlighting of changesets in the changeset list

This commit is contained in:
Tom Hughes 2011-05-05 18:58:05 +01:00
parent e098d52424
commit bdee581d44
2 changed files with 22 additions and 13 deletions

View file

@ -623,7 +623,8 @@ hr {
}
#changeset_list .selected {
background-color: #ffff55;
background-color: rgb(255, 255, 160);
background-color: rgba(255, 255, 85, 0.5);
}
#changeset_list_map {