From 87693ec5e3e58ab1daa7a0e7d41b538c46cadfe3 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 27 Aug 2021 17:26:45 +0900 Subject: [PATCH 1/4] Fix: support.org - image inversed filter --- userContent.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 01591a1..9b0d6e8 100644 --- a/userContent.css +++ b/userContent.css @@ -559,7 +559,12 @@ .mzp-c-menu-item-icon, .mzp-c-menu-button-close, .topic-article--icon, - .card--topic > .card--icon { + .card--topic > .card--icon, + .mzp-c-details .is-summary button::before, + details .is-summary button::before, + summary::before, + .icon-button > button, + .search-button { filter: invert(95%) !important; } From fe79bf0ba323aaf243d8142c891271e66cb9cbb6 Mon Sep 17 00:00:00 2001 From: Jonta <359397+Jonta@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:54:22 +0200 Subject: [PATCH 2/4] Doc: Issue Template - Commenting out, grammar, "get GTK-theme" added Fixes https://github.com/black7375/Firefox-UI-Fix/issues/197 Commenting out explanatory text to avoid reading it when people forget to remove it before posting --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2731bd0..d4f51d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,34 +8,34 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. + **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** -If applicable, add screenshots to help explain your problem. + -**Environment (please complete the following information):** -Check like `- [x]`. +**Environment:** + - Distribution - [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix) - [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style) - [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style) - - Firefox Version: [write from `about:support` - `version`] + - Firefox Version: - OS: - [ ] Linux - [ ] Windows - [ ] Mac - - [ ] Others: + - [ ] Other: - Theme: - [ ] Light - [ ] Dark - - [ ] Alpenglow(System: Light) - - [ ] Alpenglow(System: Dark) + - [ ] Alpenglow (System: Light) + - [ ] Alpenglow (System: Dark) - [ ] System Default - - GTK Theme Name(Only Linux User): [sample] Adwaita, Adwaita-Dark, Breath, Breath-Dark - - [ ] Others: [sample] [Photon Colors](https://addons.mozilla.org/en-US/firefox/addon/photon-colors/), [Google Chrome Dark](https://addons.mozilla.org/en-US/firefox/addon/google-chrome-dark/), [Fairytale Of Nature](https://addons.mozilla.org/en-US/firefox/addon/fairytale-of-nature/) + - GTK Theme Name (Linux only): + - [ ] Other: (e.g. [Photon Colors](https://addons.mozilla.org/en-US/firefox/addon/photon-colors/), [Google Chrome Dark](https://addons.mozilla.org/en-US/firefox/addon/google-chrome-dark/), [Fairytale Of Nature](https://addons.mozilla.org/en-US/firefox/addon/fairytale-of-nature/)) **Additional context** -Add any other context about the problem here. + From c61b6f942da1a2e81ee58e12b56ab02c6e08731c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 30 Aug 2021 09:10:24 +0900 Subject: [PATCH 3/4] Doc: PR Template - Comment out --- .github/pull_request_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 002686c..d1da789 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,14 @@ **Describe the PR** -A clear and concise description of what the PR is. + **Related Issue** + **Screenshots** -If applicable, add screenshots to help explain your commit. + **Environment (please complete the following information):** -Check like `- [x]`. + - PR Type - [ ] `Add:` Add feature or enhanced. @@ -20,4 +21,4 @@ Check like `- [x]`. - [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style) **Additional context** -Add any other context about the commit here. + From 79582dd1bcd793946250b4cc06fec9e276a2bd0c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 30 Aug 2021 13:13:59 +0900 Subject: [PATCH 4/4] Fix: Supports.org - css valid --- userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 9b0d6e8..132e52d 100644 --- a/userContent.css +++ b/userContent.css @@ -588,7 +588,7 @@ @media screen and (min-width: 768px) { .mzp-c-menu-panel { - box-shadow: box-shadow: 0 16px 16px -16px rgba(255,255,255,.3) !important; + box-shadow: 0 16px 16px -16px rgba(255,255,255,.3) !important; } } .card--product,