mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: clean up compose buttons
This commit is contained in:
+19
-2
@@ -203,7 +203,13 @@ html {
|
|||||||
.cke_panel {
|
.cke_panel {
|
||||||
border-radius: 16px !important;
|
border-radius: 16px !important;
|
||||||
margin-top: 8px !important;
|
margin-top: 8px !important;
|
||||||
background: unset;
|
background: var(--background-primary) !important;
|
||||||
|
border: var(--background-secondary) !important;
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.legacy-root button:active,
|
.legacy-root button:active,
|
||||||
@@ -1997,6 +2003,11 @@ div.bar.flat {
|
|||||||
background: unset !important;
|
background: unset !important;
|
||||||
gap: 0 8px;
|
gap: 0 8px;
|
||||||
}
|
}
|
||||||
|
.cke_toolbar:has(.cke_toolgroup) {
|
||||||
|
.cke_combo {
|
||||||
|
margin-right: 8px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.cke_toolbox > .cke_toolbar > .cke_toolgroup {
|
.cke_toolbox > .cke_toolbar > .cke_toolgroup {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
@@ -2013,7 +2024,13 @@ div.bar.flat {
|
|||||||
}
|
}
|
||||||
.cke_toolbox > .cke_toolbar .cke_combo_on > .cke_combo_button,
|
.cke_toolbox > .cke_toolbar .cke_combo_on > .cke_combo_button,
|
||||||
.cke_toolbox > .cke_toolbar .cke_button_on {
|
.cke_toolbox > .cke_toolbar .cke_button_on {
|
||||||
background-color: #797979 !important;
|
background-color: #d5d5d6 !important;
|
||||||
|
&::after {
|
||||||
|
background: black !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.quicktable {
|
||||||
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
.dark {
|
.dark {
|
||||||
.cke_toolbox > .cke_toolbar .cke_combo_on > .cke_combo_button,
|
.cke_toolbox > .cke_toolbar .cke_combo_on > .cke_combo_button,
|
||||||
|
|||||||
Reference in New Issue
Block a user