Skip to content

Commit

Permalink
Fix: Content - Odd rows color at pippki #783
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 1, 2023
1 parent cc55546 commit 2f69ac8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
10 changes: 6 additions & 4 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions src/contents/proton_contents/_about_preferences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

@include moz-document(
url-prefix "about:preferences",
url-prefix "chrome://browser/content/preferences/dialogs/"
url-prefix "chrome://browser/content/preferences/dialogs/",
url-prefix "chrome://pippki/content/"
) {
// Odd table #737 #751
:is(.contentPane, .main-content) richlistbox > richlistitem,
// Odd table #737 #751 #783
:is(.contentPane, .main-content, #certmanagertabs) richlistbox > richlistitem,
#translations-manage-install-list > .translations-manage-language {
&:hover {
background-color: var(--in-content-item-hover);
Expand Down

0 comments on commit 2f69ac8

Please sign in to comment.