2023-10-21 15:12:09 +02:00
|
|
|
|
|
|
|
#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);
|
|
|
|
}
|
2023-10-30 19:33:18 +01:00
|
|
|
|
|
|
|
#bulkEditButton.bulk_edit_overlay_active {
|
|
|
|
color: var(--golden);
|
|
|
|
}
|
2023-11-04 19:33:15 +01:00
|
|
|
|
|
|
|
#bulk_tag_shadow_popup {
|
|
|
|
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
|
|
|
-webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
|
|
|
background-color: var(--black30a);
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
height: 100svh;
|
|
|
|
z-index: 9998;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk_tag_shadow_popup #bulk_tag_popup {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulk_tag_shadow_popup #bulk_tag_popup #dialogue_popup_controls .menu_button {
|
|
|
|
width: 100px;
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|