mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #369 from StroepWafel/globalSearch-improvements
Global search improvements
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
background: var(--better-main) !important;
|
||||
--navy: #1a1a1a !important;
|
||||
--auto-background: var(--better-pale, var(--background-secondary)) !important;
|
||||
font-family: Rubik, sans-serif !important;
|
||||
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
::view-transition-old(root),
|
||||
@@ -36,7 +36,7 @@ body,
|
||||
.legacy-root option,
|
||||
.legacy-root .input,
|
||||
html {
|
||||
font-family: Rubik, sans-serif !important;
|
||||
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
select option {
|
||||
@@ -56,7 +56,7 @@ select {
|
||||
background: var(--auto-background) !important;
|
||||
}
|
||||
:root * {
|
||||
font-family: Rubik, sans-serif !important;
|
||||
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
||||
--theme-fg-parts: white;
|
||||
}
|
||||
.extension-editor {
|
||||
@@ -302,7 +302,7 @@ select {
|
||||
|
||||
.material-icons {
|
||||
font-size: 0px !important;
|
||||
font-family: Rubik, sans-serif !important;
|
||||
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
||||
&::before {
|
||||
font-size: 18px !important;
|
||||
content: "Search" !important;
|
||||
@@ -413,7 +413,7 @@ ul.magicDelete > li.deleting {
|
||||
background: var(--better-main) !important;
|
||||
color: var(--text-color);
|
||||
border-right: none;
|
||||
font-family: Rubik, sans-serif !important;
|
||||
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
||||
}
|
||||
#menu li > label > svg,
|
||||
#menu section > label > svg {
|
||||
|
||||
Reference in New Issue
Block a user