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 d3cf401df..4cb054aa6 100644 --- a/public/index.html +++ b/public/index.html @@ -1049,7 +1049,7 @@
-
+

User Settings

@@ -1276,7 +1276,7 @@
-
+
- +

@@ -1545,7 +1545,7 @@
- +
@@ -1669,7 +1669,7 @@ - Close Past Chat Popup +
diff --git a/public/script.js b/public/script.js index d58e38c90..14dc4380f 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( `
-
+
` ); } @@ -2827,7 +2827,7 @@ async function getAllCharaChats() { mes + "
" + "
" + - '
' + + '
' + '
' @@ -3179,8 +3179,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 17d711154..cc93606bf 100644 --- a/public/style.css +++ b/public/style.css @@ -618,6 +618,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; } @@ -1011,16 +1024,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 { @@ -2153,18 +2166,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 {