Change the event selection colours
As requested by @jul1an
This commit is contained in:
parent
db852bd788
commit
410e5109ab
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue