Change the event selection colours

As requested by @jul1an
This commit is contained in:
Petko Bordjukov 2015-10-08 17:45:41 +03:00
parent db852bd788
commit 410e5109ab
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ hr.guide {
}
.selected {
background: red !important;
background: #4588BA !important;
}
.selected.friend {
background-image:
@ -257,7 +257,7 @@ hr.guide {
}
.selected:hover,
.friend:hover {
background: pink !important;
background: #AFDDFF !important;
color: black;
}
.friend {