mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#2416 Recompile popup styles
This commit is contained in:
@@ -301,19 +301,19 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-messageSyntax {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-messageSyntax {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message {
|
||||||
background-color: var(--ac-style-color-background);
|
background-color: var(--ac-style-color-background);
|
||||||
color: var(--ac-style-color-text);
|
color: var(--ac-style-color-text);
|
||||||
}
|
}
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection {
|
||||||
color: unset;
|
color: unset;
|
||||||
background-color: rgba(108 171 251 / 0.25);
|
background-color: rgba(108 171 251 / 0.25);
|
||||||
}
|
}
|
||||||
@supports (color: rgb(from white r g b / 0.25)) {
|
@supports (color: rgb(from white r g b / 0.25)) {
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection {
|
||||||
background-color: rgb(from var(--ac-style-color-matchedText) r g b / 0.25);
|
background-color: rgb(from var(--ac-style-color-matchedText) r g b / 0.25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -343,12 +343,12 @@
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder > #qr--modal-message::selection {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder > #qr--modal-message::selection {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-color: rgba(108 171 251 / 0.25);
|
background-color: rgba(108 171 251 / 0.25);
|
||||||
}
|
}
|
||||||
@supports (color: rgb(from white r g b / 0.25)) {
|
@supports (color: rgb(from white r g b / 0.25)) {
|
||||||
.dialogue_popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder > #qr--modal-message::selection {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder > #qr--modal-message::selection {
|
||||||
background-color: rgb(from var(--ac-style-color-matchedText) r g b / 0.25);
|
background-color: rgb(from var(--ac-style-color-matchedText) r g b / 0.25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -485,7 +485,6 @@
|
|||||||
background-color: var(--progFlashColor);
|
background-color: var(--progFlashColor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.qr--hide {
|
.popup.qr--hide {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
@@ -510,3 +510,7 @@
|
|||||||
.popup.qr--hide {
|
.popup.qr--hide {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup.qr--hide::backdrop {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user