WI: 🔵>🟢 & 🟡>🟢

This commit is contained in:
RossAscends 2023-10-05 20:10:16 +09:00
parent 99a89a7329
commit 995b4d07ff
2 changed files with 12 additions and 8 deletions

View File

@ -169,16 +169,20 @@
margin-bottom: 3px;
}
.world_entry {
transition: all 500ms;
}
.disabledWIEntry {
opacity: 0.4;
filter: grayscale(1);
}
.disabledWIEntry:hover {
opacity: 1.0;
filter: grayscale(1);
opacity: 1;
filter: grayscale(0.5);
}
.height32px {
height: 32px;
}
}

View File

@ -3934,10 +3934,10 @@
<small>
<span>
<span class="world_entry_form_position_value"></span>
<select title="State of this entry:&#13;&#13; 🟢 - Constant&#13; 🟡 - Normal&#13; ❌ - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
<option value="constant">🟢</option>
<option value="normal">🟡</option>
<option value="disabled"></option>
<select title="WI Entry Status:&#13;🔵 Constant&#13;🟢 Normal&#13;❌ Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
<option title="WI Entry Status:&#13;🔵 Constant&#13;🟢 Normal&#13;❌ Disabled" value="constant">🔵</option>
<option title="WI Entry Status:&#13;🔵 Constant&#13;🟢 Normal&#13;❌ Disabled" value="normal">🟢</option>
<option title="WI Entry Status:&#13;🔵 Constant&#13;🟢 Normal&#13;❌ Disabled" value="disabled"></option>
</select>
</span>
</small>
@ -4671,4 +4671,4 @@
</script>
</body>
</html>
</html>