mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Use menu_button style colors
This commit is contained in:
parent
f0adbc3c28
commit
408151c9cb
@ -197,13 +197,20 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#world_info+span.select2-container .select2-selection__choice__remove,
|
||||||
#world_info+span.select2-container .select2-selection__choice__display {
|
#world_info+span.select2-container .select2-selection__choice__display {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 1px; /* Fix weird alignment on the left side */
|
transition: background-color 0.3s;
|
||||||
|
color: var(--SmartThemeBodyColor);
|
||||||
|
background-color: var(--black50a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#world_info+span.select2-container .select2-selection__choice__display {
|
||||||
|
/* Fix weird alignment on the left side */
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#world_info+span.select2-container .select2-selection__choice__remove:hover,
|
||||||
#world_info+span.select2-container .select2-selection__choice__display:hover {
|
#world_info+span.select2-container .select2-selection__choice__display:hover {
|
||||||
background-color: #f1f1f1;
|
background-color: var(--white30a);
|
||||||
color: #333;
|
}
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user