mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-02 05:10:14 +02:00
WI: 🔵>🟢 & 🟡>🟢
This commit is contained in:
parent
99a89a7329
commit
995b4d07ff
public
@ -169,14 +169,18 @@
|
|||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.world_entry {
|
||||||
|
transition: all 500ms;
|
||||||
|
}
|
||||||
|
|
||||||
.disabledWIEntry {
|
.disabledWIEntry {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabledWIEntry:hover {
|
.disabledWIEntry:hover {
|
||||||
opacity: 1.0;
|
opacity: 1;
|
||||||
filter: grayscale(1);
|
filter: grayscale(0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.height32px {
|
.height32px {
|
||||||
|
@ -3934,10 +3934,10 @@
|
|||||||
<small>
|
<small>
|
||||||
<span>
|
<span>
|
||||||
<span class="world_entry_form_position_value"></span>
|
<span class="world_entry_form_position_value"></span>
|
||||||
<select title="State of this entry: 🟢 - Constant 🟡 - Normal ❌ - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
<select title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
||||||
<option value="constant">🟢</option>
|
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="constant">🔵</option>
|
||||||
<option value="normal">🟡</option>
|
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="normal">🟢</option>
|
||||||
<option value="disabled">❌</option>
|
<option title="WI Entry Status: 🔵 Constant 🟢 Normal ❌ Disabled" value="disabled">❌</option>
|
||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
</small>
|
</small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user