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:
parent
046bf20592
commit
6df0c2acf3
|
@ -170,7 +170,12 @@
|
|||
}
|
||||
|
||||
.disabledWIEntry {
|
||||
opacity: 0.2;
|
||||
opacity: 0.4;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.disabledWIEntry:hover {
|
||||
opacity: 1.0;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
|
|
|
@ -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: ! - Constant O - Normal 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>
|
||||
|
|
Loading…
Reference in New Issue