diff --git a/public/img/cross.png b/public/img/unused PNG/cross.png similarity index 100% rename from public/img/cross.png rename to public/img/unused PNG/cross.png diff --git a/public/img/swipe_left.png b/public/img/unused PNG/swipe_left.png similarity index 100% rename from public/img/swipe_left.png rename to public/img/unused PNG/swipe_left.png diff --git a/public/img/swipe_right.png b/public/img/unused PNG/swipe_right.png similarity index 100% rename from public/img/swipe_right.png rename to public/img/unused PNG/swipe_right.png diff --git a/public/index.html b/public/index.html index e08dd8f45..72e0e6c31 100644 --- a/public/index.html +++ b/public/index.html @@ -1493,7 +1493,7 @@ - +

@@ -1536,7 +1536,7 @@
- +
@@ -1660,7 +1660,7 @@ - Close Past Chat Popup +
diff --git a/public/script.js b/public/script.js index 235f9210a..d4840153e 100644 --- a/public/script.js +++ b/public/script.js @@ -690,7 +690,7 @@ async function getBackgrounds() { const thumbPath = `/thumbnail?type=bg&file=${encodeURIComponent(bg)}`; $("#bg_menu_content").append( `
-
+
` ); } @@ -2825,7 +2825,7 @@ async function getAllCharaChats() { mes + "
" + "
" + - '
' + + '
' + '
' @@ -3177,8 +3177,8 @@ function read_bg_load(input) { "url(" + e.target.result + ")" ); $("#form_bg_download").after( - `
- + `
+
` ); }, diff --git a/public/style.css b/public/style.css index 56a5775a8..cd40f8729 100644 --- a/public/style.css +++ b/public/style.css @@ -614,6 +614,19 @@ select { margin-bottom: 0; } +#character_cross, +#world_cross, +#select_chat_cross { + position: absolute; + right: 15px; + top: 15px; + width: 20px; + height: 20px; + cursor: pointer; + opacity: 0.6; + font-size: 24px; +} + #firstmessage_textarea { height: -webkit-fill-available; } @@ -1007,16 +1020,16 @@ input[type=search]:focus::-webkit-search-cancel-button { position: relative; float: right; right: 10px; - top: 10px; + top: 5px; cursor: pointer; - opacity: 0.4; - background-color: var(--black100); + opacity: 0.7; border-radius: 50%; - background-repeat: no-repeat; - background-size: cover; - background-position: center; - box-shadow: 0 0 0 2pt black; - background-image: url(img/cross.png); + font-size: 20px; + color: var(--black70a); + text-shadow: none; + padding: 0; + margin: 0; + filter: drop-shadow(0px 0px 3px white); } .no-border { @@ -2149,18 +2162,11 @@ h5 { height: 15px; cursor: pointer; opacity: 0.4; - background-image: url(img/cross.png); - background-size: contain; - background-color: var(--black100); - background-repeat: no-repeat; - background-position: center; - border-radius: 50%; - box-shadow: 0 0 0 2pt black; } .PastChat_cross:hover { - background-color: var(--fullred); - box-shadow: 0 0 0 2pt red; + color: red; + filter: drop-shadow(0 0 2px red); } #advanced_book_logo {