Change selection colors

This commit is contained in:
Petko Bordjukov 2016-10-05 17:41:26 +03:00
parent c8b9d96f66
commit 50c821af3a
1 changed files with 13 additions and 0 deletions

View File

@ -13,3 +13,16 @@
*= require_tree .
*= require_self
*/
.event.friend {
background: yellow !important;
}
.event.selected {
background: #4588BA !important;
}
.selected:hover,
.friend:hover {
background: #AFDDFF !important;
}