Better wi 2 (#1203)

* Update world-info.css

* Update index.html

* V-center Wi delete

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
valden80 2023-10-01 15:46:06 +03:00 committed by GitHub
parent 046bf20592
commit 6df0c2acf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View File

@ -170,10 +170,15 @@
}
.disabledWIEntry {
opacity: 0.2;
opacity: 0.4;
filter: grayscale(1);
}
.disabledWIEntry:hover {
opacity: 1.0;
filter: grayscale(1);
}
.height32px {
height: 32px;
}
}

View File

@ -3912,7 +3912,7 @@
<small>
<span>
<span class="world_entry_form_position_value"></span>
<select name="entryStateSelector" class="widthNatural height32px margin0">
<select title="State of this entry:&#13;&#13; ! - Constant&#13; O - Normal&#13; X - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
<option value="constant">!</option>
<option value="normal">O</option>
<option value="disabled">X</option>
@ -3940,7 +3940,7 @@
(ignored if empty)
</span>
</small>
<div class="flex-container flexFlowRow">
<div class="flex-container flexFlowRow alignitemscenter">
<textarea class="text_pole keysecondarytextpole" name="keysecondary" rows="1" data-i18n="[placeholder]Comma separated (ignored if empty)" placeholder="Comma separated (ignored if empty)" maxlength="1000"></textarea>
<i class="menu_button delete_entry_button fa-solid fa-trash-can" type="submit" data-i18n="" value="" /></i>
</div>
@ -4082,9 +4082,9 @@
</div>
</div>
</div>
</div>
</form>
</div>
@ -4642,4 +4642,4 @@
</script>
</body>
</html>
</html>