From 4bd80671b5794c796d1eefb3de6e277c127451c8 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Jun 2021 15:12:43 +0900 Subject: [PATCH 1/3] Add: Activity Stream - Darkmode Case --- userContent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index a155e81..8941351 100644 --- a/userContent.css +++ b/userContent.css @@ -3,7 +3,8 @@ /** Activity Stream - Search Focus Border: like URL ***********************/ /* At DarkMode, Color */ body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"], - body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] { + body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"], + body[style*="--newtab-background-color: rgba(42, 42, 46, 1);"] { /* inner */ --newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */ --newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */ From 098e6ca52b9ef6e793a1f554ffb1262373a045f1 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Jun 2021 16:56:59 +0900 Subject: [PATCH 2/3] Doc: F&A - Black pixels around the selected tab bottom corners --- README.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 91cb5d8..5161c58 100644 --- a/README.org +++ b/README.org @@ -11,6 +11,7 @@ - [[#why-proton][WHY Proton?]] - [[#why-not-proton][WHY Not Proton?]] - [[#padding-comparisons][Padding Comparisons]] + - [[#fa][F&A]] :END: @@ -26,7 +27,7 @@ | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Installation-Guide][Installation Guide]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Screenshots][Screenshots]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution][Compatibility Issues Solution]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Tips][Tips]] | [[https://user-images.githubusercontent.com/25581533/119774062-20942280-beb1-11eb-80aa-c18dd52f18d7.png]] - + (Lepton's design :arrow_up:) - *Color* @@ -66,7 +67,7 @@ ** Installation Guide 1. Download files - - Click the green ":arrow_down: Code"-button above + - Click the green ":arrow_down: Code"-button above - Select ":package: Download Zip" 2. Find your profile directory - Open =about:support= in a new tab @@ -116,3 +117,11 @@ - Photon (Quantum) - Proton - Lepton + +** F&A + + - *Black pixels around the selected tab bottom corners* + [[https://user-images.githubusercontent.com/5571586/120401980-edf58a00-c2f5-11eb-9e64-ce50c5b189b2.png]] + + Please follow [[https://github.com/black7375/Firefox-UI-Fix/wiki/Installation-Guide][Installation Guide]]. \\ + Or =about:config='s =svg.context-properties.content.enabled= to =true= From 9d6940c3faa33ab9f876d8400a5ec9acf1c51c5a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Jun 2021 17:03:01 +0900 Subject: [PATCH 3/3] Doc: Pinned - combinded Close Button is removed #10 --- README.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.org b/README.org index 5161c58..d98f3ba 100644 --- a/README.org +++ b/README.org @@ -54,8 +54,6 @@ - Sound: - Remove Second Label - Show Favicon: Always show favicon - - Pinned: - - Combinded Close Button: Replace favicon to close button at selected - Container Tab: - Highlight line position: Displayed under favicon. - *Activity Stream Design*