Add cursor pointer to characters and groups
This commit is contained in:
parent
6c81cc32e4
commit
581a1e485b
|
@ -1,3 +1,7 @@
|
|||
#rm_print_characters_block .character_select,
|
||||
#rm_print_characters_block .group_select{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#rm_print_characters_block.group_overlay_mode_select .character_select {
|
||||
transition: background-color 0.4s ease;
|
||||
|
|
Loading…
Reference in New Issue