mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
perf: remove document color change observer
This commit is contained in:
@@ -1672,6 +1672,17 @@ div.entry.class[style*="width: 46.5%"] {
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
||||
.dark .title a.uiFile {
|
||||
color: #06b4fc !important;
|
||||
}
|
||||
|
||||
.document td:not([class^="colourBar"]):not([class^="title"]) {
|
||||
color: black;
|
||||
}
|
||||
.dark .document td:not([class^="colourBar"]):not([class^="title"]) {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.uiFileHandlerPanel::before {
|
||||
border: 12px solid rgba(0, 0, 0, 0);
|
||||
border-top-color: var(--background-primary);
|
||||
|
||||
Reference in New Issue
Block a user