mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +01:00
Remove new class
This commit is contained in:
parent
4167fe3d2b
commit
50fd3a2028
@ -149,12 +149,10 @@ body.no-blur .popup[open]::backdrop {
|
|||||||
box-shadow: 0 0 5px var(--white20a);
|
box-shadow: 0 0 5px var(--white20a);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_button.primary,
|
|
||||||
.menu_button.popup-button-ok {
|
.menu_button.popup-button-ok {
|
||||||
background-color: var(--crimson70a);
|
background-color: var(--crimson70a);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_button.primary:hover,
|
|
||||||
.menu_button.popup-button-ok:hover {
|
.menu_button.popup-button-ok:hover {
|
||||||
background-color: var(--crimson-hover);
|
background-color: var(--crimson-hover);
|
||||||
}
|
}
|
||||||
|
@ -534,7 +534,7 @@ async function renderDetailsContent(detailsContent) {
|
|||||||
const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
|
const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
|
||||||
customButtons: [{
|
customButtons: [{
|
||||||
text: 'Save and Update',
|
text: 'Save and Update',
|
||||||
classes: ['primary'],
|
classes: ['popup-button-ok'],
|
||||||
result: POPUP_RESULT.AFFIRMATIVE,
|
result: POPUP_RESULT.AFFIRMATIVE,
|
||||||
action: () => {
|
action: () => {
|
||||||
saveChanges = true;
|
saveChanges = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user