Change selection colors
This commit is contained in:
parent
c8b9d96f66
commit
50c821af3a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue