| 1 | #rm_print_characters_block.group_overlay_mode_select .character_select { |
| 2 | transition: background-color var(--animation-duration-3x) ease; |
| 3 | background-color: rgba(170, 170, 170, 0.15); |
| 4 | } |
| 5 | |
| 6 | #rm_print_characters_block.group_overlay_mode_select .bogus_folder_select, |
| 7 | #rm_print_characters_block.group_overlay_mode_select .group_select { |
| 8 | cursor: auto; |
| 9 | filter: saturate(0.3); |
| 10 | } |
| 11 | |
| 12 | #rm_print_characters_block.group_overlay_mode_select .bogus_folder_select:hover, |
| 13 | #rm_print_characters_block.group_overlay_mode_select .group_select:hover { |
| 14 | background: none; |
| 15 | } |
| 16 | |
| 17 | #rm_print_characters_block.group_overlay_mode_select .character_select input.bulk_select_checkbox { |
| 18 | display: none !important; |
| 19 | } |
| 20 | |
| 21 | #rm_print_characters_block.group_overlay_mode_select .character_select.character_selected { |
| 22 | background-color: var(--SmartThemeQuoteColor); |
| 23 | } |
| 24 | |
| 25 | #rm_print_characters_block.group_overlay_mode_select .character_select .bulk_select_checkbox { |
| 26 | visibility: hidden; |
| 27 | height: 0 !important; |
| 28 | } |
| 29 | |
| 30 | #character_context_menu.hidden { |
| 31 | display: none; |
| 32 | } |
| 33 | |
| 34 | #character_context_menu { |
| 35 | position: absolute; |
| 36 | padding: 3px; |
| 37 | z-index: 9998; |
| 38 | background-color: var(--black90a); |
| 39 | border: 1px solid var(--black90a); |
| 40 | border-radius: 10px; |
| 41 | } |
| 42 | |
| 43 | #character_context_menu ul li button { |
| 44 | border: 0; |
| 45 | border-bottom-color: currentcolor; |
| 46 | color: var(--SmartThemeQuoteColor); |
| 47 | background-color: transparent; |
| 48 | font-weight: bold; |
| 49 | font-size: 1em; |
| 50 | padding: 0.5em; |
| 51 | border-bottom: 1px dotted var(--SmartThemeQuoteColor); |
| 52 | width: 100%; |
| 53 | cursor: pointer; |
| 54 | } |
| 55 | |
| 56 | #character_context_menu ul li button:hover { |
| 57 | background-color: var(--SmartThemeBlurTintColor); |
| 58 | } |
| 59 | |
| 60 | #character_context_menu ul li:last-child button { |
| 61 | border-bottom: 0; |
| 62 | } |
| 63 | |
| 64 | #character_context_menu ul li #character_context_menu_delete { |
| 65 | color: var(--fullred); |
| 66 | } |
| 67 | |
| 68 | #character_context_menu ul { |
| 69 | list-style-type: none; |
| 70 | padding: 0; |
| 71 | margin: 0; |
| 72 | } |
| 73 | |
| 74 | #character_context_menu .character_context_menu_separator { |
| 75 | height: 1px; |
| 76 | background-color: var(--SmartThemeBotMesBlurTintColor); |
| 77 | } |
| 78 | |
| 79 | #character_context_menu li:hover { |
| 80 | background-color: var(--SmartThemeBotMesBlurTintColor); |
| 81 | } |
| 82 | |
| 83 | #bulkEditButton.bulk_edit_overlay_active { |
| 84 | color: var(--golden); |
| 85 | } |
| 86 | |
| 87 | #bulk_tag_shadow_popup { |
| 88 | backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2)); |
| 89 | -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2)); |
| 90 | background-color: var(--black30a); |
| 91 | position: absolute; |
| 92 | width: 100%; |
| 93 | height: 100vh; |
| 94 | height: 100dvh; |
| 95 | z-index: 9998; |
| 96 | top: 0; |
| 97 | } |
| 98 | |
| 99 | #bulk_tag_shadow_popup #bulk_tag_popup { |
| 100 | padding: 1em; |
| 101 | } |
| 102 | |
| 103 | #bulk_tag_shadow_popup #bulk_tag_popup #dialogue_popup_controls .menu_button { |
| 104 | width: unset; |
| 105 | padding: 0.25em; |
| 106 | } |