Skip to content

Commit

Permalink
Make selection color no longer apply to content.
Browse files Browse the repository at this point in the history
This does mean that the default selection color is used in settings and such where other colors are applied. Not sure how to work around exactly.
  • Loading branch information
K4sum1 committed Feb 12, 2025
1 parent 7b9a9fc commit 3a717e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser/themes/shared/r3dfox.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--tabpanel-background-color: linear-gradient(to bottom, #480808 0%,#240103 93%,#200000 97%,#1E0000 100%) !important;
}

::selection {
.urlbar-input::selection, .searchbar-textbox::selection {
background: light-dark(rgb(255, 80, 80), rgb(160, 60, 60)) !important;
}

Expand Down Expand Up @@ -70,7 +70,7 @@
--download-progress-fill-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;
--lwt-tab-line-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;

::selection {
.urlbar-input::selection, .searchbar-textbox::selection {
background: light-dark(rgb(255, 118, 72), rgb(183, 98, 69)) !important;
}

Expand Down Expand Up @@ -112,7 +112,7 @@
--download-progress-fill-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;
--lwt-tab-line-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;

::selection {
.urlbar-input::selection, .searchbar-textbox::selection {
background: light-dark(rgb(255, 80, 211), rgb(160, 60, 135)) !important;
}

Expand Down

0 comments on commit 3a717e5

Please sign in to comment.