mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for border highlighting in game text
This commit is contained in:
@@ -1181,6 +1181,7 @@ body {
|
||||
padding: 0px 5px 10px 10px;
|
||||
vertical-align: bottom;
|
||||
overflow-y: scroll;
|
||||
outline: none;
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
@@ -49,7 +49,7 @@
|
||||
<div id="disconnect_message"><center><h1>Disconnected</h1></center></div>
|
||||
<div class="gametext" id="Selected Text" contenteditable=true onblur="select_game_text(null);" onclick="select_game_text(null);" onkeyup="select_game_text(event);">
|
||||
<span id="story_prompt" class="var_sync_story_prompt var_sync_alt_story_prompt_length var_sync_alt_story_prompt_in_ai rawtext"></span>
|
||||
<span id="Delete Me"class="noselect" contenteditable=false>
|
||||
<span id="Delete Me" class="noselect" contenteditable=false>
|
||||
<span>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user