From a7d776ac692dd3f51b0b9519d20779fda1d3de61 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 10 Oct 2021 03:10:13 +0900 Subject: [PATCH] Fix: Page Info - Text contrast - Table: selected color, bold - Field: regular color ( not dimmed ) --- userChrome.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index d6377ad..3f20c18 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1585,8 +1585,7 @@ color: var(--in-content-button-text-color) !important; /* SelectedItemText */ background-color: var(--in-content-button-background-active) !important; /* #C1D2EE; */ } - #viewGroup > radio, - #mainDeck input { + #viewGroup > radio { color: var(--in-content-deemphasized-text) !important; /* FieldText */ } @@ -1619,6 +1618,10 @@ padding: 0 6 !important; } + #mainDeck input { + color: var(--in-content-page-color) !important; + } + #permList { -moz-appearance: none !important; color: var(--in-content-page-color) !important; @@ -1675,6 +1678,10 @@ padding: 4px !important; margin: 0 !important; } + treechildren::-moz-tree-cell-text(selected) { + font-weight: 600 !important; + color: color-mix(in srgb, var(--in-content-text-color) 95%, var(--in-content-table-background)) !important; + } #imagecontainerbox { background-color: var(--in-content-box-background) !important;