mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
- less contrasty shadowpopup
- dialog_popup bg color more transparent to respect theme colors.
This commit is contained in:
@@ -1348,11 +1348,11 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
text-align: center;
|
||||
box-shadow: 0 0 5px black;
|
||||
box-shadow: 0px 0px 14px var(--black50a);
|
||||
/* var(--fullred) */
|
||||
border: 1px solid var(--white30a);
|
||||
padding: 4px;
|
||||
background-color: var(--black70a);
|
||||
background-color: var(--black30a);
|
||||
border-radius: 10px;
|
||||
max-height: 90svh;
|
||||
display: flex;
|
||||
@@ -1459,7 +1459,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
#shadow_popup {
|
||||
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
||||
-webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
||||
background-color: var(--black70a);
|
||||
background-color: var(--black30a);
|
||||
display: none;
|
||||
opacity: 0.0;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user