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;