64 lines
1.6 KiB
CSS
64 lines
1.6 KiB
CSS
|
|
||
|
#rm_print_characters_block.group_overlay_mode_select .character_select {
|
||
|
background-color: rgba(170, 170, 170, 0.2);
|
||
|
}
|
||
|
|
||
|
#rm_print_characters_block.group_overlay_mode_select .character_select.character_selected {
|
||
|
background-color: var(--SmartThemeQuoteColor);
|
||
|
}
|
||
|
|
||
|
#rm_print_characters_block.group_overlay_mode_select .character_select .bulk_select_checkbox {
|
||
|
visibility: hidden;
|
||
|
height: 0 !important;
|
||
|
}
|
||
|
|
||
|
#character_context_menu.hidden { display: none; }
|
||
|
#character_context_menu {
|
||
|
position: absolute;
|
||
|
padding: 3px;
|
||
|
z-index: 10000;
|
||
|
background-color: var(--black90a);
|
||
|
border: 1px solid var(--black90a);
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
#character_context_menu ul li button {
|
||
|
border: 0;
|
||
|
border-bottom-color: currentcolor;
|
||
|
color: var(--SmartThemeQuoteColor);
|
||
|
background-color: transparent;
|
||
|
font-weight: bold;
|
||
|
font-size: 1em;
|
||
|
padding: 0.5em;
|
||
|
border-bottom: 1px dotted var(--SmartThemeQuoteColor);
|
||
|
width: 100%;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#character_context_menu ul li button:hover {
|
||
|
background-color: var(--SmartThemeBlurTintColor);
|
||
|
}
|
||
|
|
||
|
#character_context_menu ul li:last-child button {
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
|
||
|
#character_context_menu ul li #character_context_menu_delete {
|
||
|
color: var(--fullred);
|
||
|
}
|
||
|
|
||
|
#character_context_menu ul {
|
||
|
list-style-type: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#character_context_menu .character_context_menu_separator {
|
||
|
height: 1px;
|
||
|
background-color: var(--SmartThemeBotMesBlurTintColor);
|
||
|
}
|
||
|
|
||
|
#character_context_menu li:hover {
|
||
|
background-color: var(--SmartThemeBotMesBlurTintColor);
|
||
|
}
|