mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add hover highlight to extension panel headers
This commit is contained in:
@@ -3570,6 +3570,12 @@ label[for="extensions_autoconnect"] {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid var(--grey30);
|
border: 1px solid var(--grey30);
|
||||||
|
transition: all 250ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
#extensions_settings .inline-drawer-toggle.inline-drawer-header:hover,
|
||||||
|
#extensions_settings2 .inline-drawer-toggle.inline-drawer-header:hover {
|
||||||
|
filter: brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
|
Reference in New Issue
Block a user