Skip to content

Commit

Permalink
Fix Firefox text on address bar being shown on on Strata 14
Browse files Browse the repository at this point in the history
  • Loading branch information
travy-patty committed Feb 28, 2024
1 parent 9a1fe94 commit f864950
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Echelon/Profile Folder/chrome/Echelon.tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion Echelon/Profile Folder/chrome/Echelon.urlBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f864950

Please sign in to comment.