Improve highlighting of changesets in the changeset list
This commit is contained in:
parent
e098d52424
commit
bdee581d44
2 changed files with 22 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue