From f86495080de04635c23163956e715f4b2c5d978d Mon Sep 17 00:00:00 2001 From: travis <94665268+travy-patty@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:26:58 -0800 Subject: [PATCH] Fix Firefox text on address bar being shown on on Strata 14 --- Echelon/Profile Folder/chrome/Echelon.tweaks.css | 6 +++++- Echelon/Profile Folder/chrome/Echelon.urlBar.css | 2 +- .../chrome/echelon-scss-src/Echelon.tweaks.scss | 6 +++++- .../chrome/echelon-scss-src/Echelon.urlBar.scss | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Echelon/Profile Folder/chrome/Echelon.tweaks.css b/Echelon/Profile Folder/chrome/Echelon.tweaks.css index 479b5a1..3d8499a 100644 --- a/Echelon/Profile Folder/chrome/Echelon.tweaks.css +++ b/Echelon/Profile Folder/chrome/Echelon.tweaks.css @@ -466,7 +466,11 @@ opacity: 0.3 !important; } -#main-window[echelon-style-3] #identity-box.chromeUI #identity-icon-label { +#main-window[echelon-style-3]:not([echelon-appearance-newlogo=true]) #identity-box.chromeUI #identity-icon-label { + display: none !important; +} + +#main-window[echelon-style-3][echelon-appearance-newlogo=true] #identity-box.chromeUI #identity-icon-label { display: inline-flex !important; margin-top: 1px !important; } diff --git a/Echelon/Profile Folder/chrome/Echelon.urlBar.css b/Echelon/Profile Folder/chrome/Echelon.urlBar.css index 784a891..1dea7d7 100644 --- a/Echelon/Profile Folder/chrome/Echelon.urlBar.css +++ b/Echelon/Profile Folder/chrome/Echelon.urlBar.css @@ -394,7 +394,7 @@ background-position-x: -13px !important; } -/* STOP & REFRESH BUTTON */ +/* ::::: STOP & REFRESH BUTTONS :::::*/ #stop-reload-button.unified { width: 22px !important; height: 24px !important; diff --git a/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.tweaks.scss b/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.tweaks.scss index 7cb0325..cae1124 100644 --- a/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.tweaks.scss +++ b/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.tweaks.scss @@ -508,7 +508,11 @@ opacity: 0.3 !important; } -#main-window[echelon-style-3] #identity-box.chromeUI #identity-icon-label { +#main-window[echelon-style-3]:not([echelon-appearance-newlogo="true"]) #identity-box.chromeUI #identity-icon-label { + display: none !important; +} + +#main-window[echelon-style-3][echelon-appearance-newlogo="true"] #identity-box.chromeUI #identity-icon-label { display: inline-flex !important; margin-top: 1px !important; } diff --git a/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.urlBar.scss b/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.urlBar.scss index e652826..5f37108 100644 --- a/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.urlBar.scss +++ b/Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.urlBar.scss @@ -413,7 +413,7 @@ background-position-x: -13px !important; } -/* STOP & REFRESH BUTTON */ +/* ::::: STOP & REFRESH BUTTONS :::::*/ #stop-reload-button.unified { width: 22px !important; height: 24px !important;