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,10 +170,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabledWIEntry {
|
.disabledWIEntry {
|
||||||
opacity: 0.2;
|
opacity: 0.4;
|
||||||
|
filter: grayscale(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabledWIEntry:hover {
|
||||||
|
opacity: 1.0;
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.height32px {
|
.height32px {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3912,7 +3912,7 @@
|
||||||
<small>
|
<small>
|
||||||
<span>
|
<span>
|
||||||
<span class="world_entry_form_position_value"></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="constant">!</option>
|
||||||
<option value="normal">O</option>
|
<option value="normal">O</option>
|
||||||
<option value="disabled">X</option>
|
<option value="disabled">X</option>
|
||||||
|
@ -3940,7 +3940,7 @@
|
||||||
(ignored if empty)
|
(ignored if empty)
|
||||||
</span>
|
</span>
|
||||||
</small>
|
</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>
|
<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>
|
<i class="menu_button delete_entry_button fa-solid fa-trash-can" type="submit" data-i18n="" value="" /></i>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4082,9 +4082,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4642,4 +4642,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue