From 2c949b672aba7efd5401a7b05ad12038e5e45f65 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 3 Dec 2023 02:17:02 +0200 Subject: [PATCH] Fix bulk edit and message context action styles --- public/css/character-group-overlay.css | 1 - public/script.js | 5 ++++- public/style.css | 7 ++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/public/css/character-group-overlay.css b/public/css/character-group-overlay.css index 17c1fb7b4..5ccbefd9b 100644 --- a/public/css/character-group-overlay.css +++ b/public/css/character-group-overlay.css @@ -1,7 +1,6 @@ #rm_print_characters_block.group_overlay_mode_select .character_select { transition: background-color 0.4s ease; - margin-bottom: 1px; background-color: rgba(170, 170, 170, 0.15); } diff --git a/public/script.js b/public/script.js index e257b3d24..c574d998e 100644 --- a/public/script.js +++ b/public/script.js @@ -8673,9 +8673,12 @@ jQuery(async function () { // Transition the .extraMesButtonsHint back in $('.extraMesButtonsHint:not(:visible)').show().transition({ - opacity: .2, + opacity: .3, duration: 150, easing: 'ease-in-out', + complete: function () { + $(this).css('opacity', ''); + }, }); }, }); diff --git a/public/style.css b/public/style.css index 17a91c52f..d8731096b 100644 --- a/public/style.css +++ b/public/style.css @@ -1252,10 +1252,6 @@ input[type="file"] { align-self: center; } -#rm_print_characters_block.bulk_select .wide100pLess70px { - width: calc(100% - 85px); -} - #rm_print_characters_block .empty_block { display: flex; flex-direction: column; @@ -1545,6 +1541,7 @@ input[type=search]:focus::-webkit-search-cancel-button { padding: 5px; border-radius: 10px; cursor: pointer; + margin-bottom: 1px; } /*applies to char list and mes_text char display name*/ @@ -2509,7 +2506,7 @@ input[type="range"]::-webkit-slider-thumb { cursor: pointer; transition: 0.3s ease-in-out; filter: drop-shadow(0px 0px 2px black); - opacity: 0.2; + opacity: 0.3; } .mes_buttons .mes_edit:hover,