Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Minor fixers for FF94
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Nov 3, 2021
1 parent 65283b6 commit 53e8b78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Full dark theme/Proton (FF 89+)/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
/* Made by Izheil */
/* Last updated: 08/09/2021 */
/* Last updated: 03/11/2021 */

/* COLORING PART STARTS HERE */

Expand Down Expand Up @@ -164,6 +164,7 @@ but is disabled by default in this theme. If you want to override your lightweig
--buttons-primary-button-hover-bgcolor: rgb(49, 139, 212) !important;
--buttons-primary-button-active-bgcolor: rgb(0, 68, 124) !important;
--buttons-primary-button-color: #fff !important;
--in-content-primary-button-text-color: var(--buttons-primary-button-color);
--panelview-toolbarbutton-hover-bgcolor: rgba(255,255,255,0.1) !important;
--checkbox-checked-bgcolor: rgb(5, 103, 184) !important;
--checkbox-checked-color: rgb(43, 43, 43);
Expand Down
5 changes: 3 additions & 2 deletions Full dark theme/Proton (FF 89+)/userContent.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
/* Made by Izheil */

/* Last updated: 09/10/2021 */
/* Last updated: 03/11/2021 */

/* This part imports the Addons file if there is one, so that you don't have to edit the dynamic URL
from the addons rules every time we update anything here */
Expand Down Expand Up @@ -348,7 +348,8 @@ body {
input[data-l10n-id="onboarding-join-form-email"] {color: #ddd !important}
.modalOverlayOuter {background: rgba(0,0,0,0.7) !important}

.trailheadCards, .trailheadCard {background: rgba(0,0,0,0.5) !important}
.trailheadCards, .trailheadCard,
.top-sites-list:not(.dnd-active) .top-site-outer:is(.active, :focus, :hover) {background: rgba(0,0,0,0.5) !important}
.trailheadCards h1 {color: #fff !important; font-weight: bold !important}
.trailheadCard h3 {color: #fff !important}
.trailheadCard p {color: #ccc !important}
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ If you want to know how to change some colors of the theme, check the [wiki](htt

Files updated:

* __Rounded-connected-tabs.as.css__: Fixed some issues with pinned tabs with multirow on.
* __Multirow*.uc.js__: Fixed pinned tabs having forced height even on non Proton style.
* __userChrome.css__: Fixes for primary button colors.
* __userContent.cs__: Minor fixes for home screen.

### Pre-Last update: 21/10/2021

Files updated:

* __Rounded-connected-tabs.as.css__: Fixed some issues with gaps below tabs without multirow tabs on.
* __Rounded-connected-tabs.as.css__: Fixed some issues with pinned tabs with multirow on.
* __Multirow*.uc.js__: Fixed pinned tabs having forced height even on non Proton style.


### A note on people looking to replace some Tab Mix Plus features:
Expand Down

0 comments on commit 53e8b78

Please sign in to comment.