mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Page Info - Text contrast
- Table: selected color, bold - Field: regular color ( not dimmed )
This commit is contained in:
parent
40275c9361
commit
a7d776ac69
1 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue