mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-15 11:30:09 +01:00
WI: 🔵>🟢 & 🟡>🟢
This commit is contained in:
parent
99a89a7329
commit
995b4d07ff
@ -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;
|
||||
}
|
||||
}
|
@ -3934,10 +3934,10 @@
|
||||
<small>
|
||||
<span>
|
||||
<span class="world_entry_form_position_value"></span>
|
||||
<select title="State of this entry: 🟢 - Constant 🟡 - Normal ❌ - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
||||
<option value="constant">🟢</option>
|
||||
<option value="normal">🟡</option>
|
||||
<option value="disabled">❌</option>
|
||||
<select title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
||||
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="constant">🔵</option>
|
||||
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="normal">🟢</option>
|
||||
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="disabled">❌</option>
|
||||
</select>
|
||||
</span>
|
||||
</small>
|
||||
@ -4671,4 +4671,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user