diff --git a/Full dark theme/Proton (FF 89+)/userChrome.css b/Full dark theme/Proton (FF 89+)/userChrome.css index 65203bd..f012323 100644 --- a/Full dark theme/Proton (FF 89+)/userChrome.css +++ b/Full dark theme/Proton (FF 89+)/userChrome.css @@ -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 */ @@ -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); diff --git a/Full dark theme/Proton (FF 89+)/userContent.css b/Full dark theme/Proton (FF 89+)/userContent.css index e75460e..ede502c 100644 --- a/Full dark theme/Proton (FF 89+)/userContent.css +++ b/Full dark theme/Proton (FF 89+)/userContent.css @@ -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 */ @@ -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} diff --git a/README.md b/README.md index be3de23..20915a8 100644 --- a/README.md +++ b/README.md @@ -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: