fix: iframes not enabling dark mdoe

This commit is contained in:
SethBurkart123
2024-02-07 17:14:48 +11:00
parent e6e10e3d04
commit 88c9aa10f8
3 changed files with 34 additions and 5 deletions
+21
View File
@@ -318,6 +318,9 @@ ol:has(.MessageList__avatar___2wxyb svg) {
border: none !important;
border-radius: 16px !important;
}
.actions .uiButton {
color: var(--text-primary) !important;
}
.singleSelect {
border-radius: 16px !important;
padding: 4px !important;
@@ -1515,6 +1518,17 @@ div.bar.flat {
z-index: 10;
}
.dashlet {
.cke_contents {
background: var(--background-secondary) !important;
}
.cke_button,
.cke_combo_button {
background: var(--background-secondary) !important;
}
}
.formattedText > .wrapper > .cke > .cke_inner > .cke_contents {
background: var(--background-primary);
border-radius: 1rem;
@@ -1582,6 +1596,13 @@ div.bar.flat {
.cke_toolbox > .cke_toolbar .cke_button_on {
background-color: #797979 !important;
}
.dark {
.cke_toolbox > .cke_toolbar .cke_combo_on > .cke_combo_button,
.cke_toolbox > .cke_toolbar .cke_button_on {
background-color: #3d3d3e !important;
}
}
.legacy-root input.singleSelect:focus {
background: var(--auto-background);
color: var(--text-primary) !important;