refs #703: fix dark mode expander contrast
This commit is contained in:
@@ -58,6 +58,13 @@ def apply_console_theme(st: Any, profile: AppProfile) -> None:
|
|||||||
div[data-testid="stChatMessage"] [data-testid="stCaptionContainer"] * {{
|
div[data-testid="stChatMessage"] [data-testid="stCaptionContainer"] * {{
|
||||||
color:var(--console-text) !important;
|
color:var(--console-text) !important;
|
||||||
-webkit-text-fill-color:var(--console-text) !important; }}
|
-webkit-text-fill-color:var(--console-text) !important; }}
|
||||||
|
/* Streamlit expanders use a dark summary bar in dark browser themes. */
|
||||||
|
details, details > summary {{
|
||||||
|
background:#fff !important; color:var(--console-text) !important;
|
||||||
|
border-color:var(--console-border) !important; color-scheme:light !important; }}
|
||||||
|
details > summary *, details > summary::marker {{
|
||||||
|
color:var(--console-text) !important;
|
||||||
|
-webkit-text-fill-color:var(--console-text) !important; }}
|
||||||
div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button {{
|
div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button {{
|
||||||
background:#fff !important; color:var(--console-text) !important;
|
background:#fff !important; color:var(--console-text) !important;
|
||||||
-webkit-text-fill-color:var(--console-text) !important;
|
-webkit-text-fill-color:var(--console-text) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user