Skip to content

Commit

Permalink
fuck 💔
Browse files Browse the repository at this point in the history
  • Loading branch information
aubymori committed Feb 4, 2024
1 parent b2565ba commit 9e7cfa9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Echelon/Profile Folder/chrome/Echelon.tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@

#main-window[echelon-style-3] #urlbar-background,
#main-window[echelon-style-3] #searchbar,
#main-window[echelon-style-3] #stop-reload-button {
#main-window[echelon-style-3] #stop-reload-button.unified {
border-radius: 2px !important;
border-color: ThreeDShadow !important;
}

#main-window[echelon-style-3] #stop-reload-button {
#main-window[echelon-style-3] #stop-reload-button.unified {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
Expand Down
12 changes: 6 additions & 6 deletions Echelon/Profile Folder/chrome/Echelon.urlBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

#urlbar:hover #urlbar-background,
#searchbar:hover,
#urlbar-container:hover + #stop-reload-button {
#urlbar-container:hover + #stop-reload-button.unified {
background-color: rgba(255, 255, 255, 0.898) !important;
}

#urlbar[open] > #urlbar-background,
#nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button,
#nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button.unified,
#searchbar.focus {
background-color: rgb(255, 255, 255) !important;
}
Expand Down Expand Up @@ -495,11 +495,11 @@
}
#main-window[echelon-style-3][tabs-on-top=true] #urlbar:hover #urlbar-background,
#main-window[echelon-style-3][tabs-on-top=true] #searchbar:hover,
#main-window[echelon-style-3][tabs-on-top=true] #urlbar-container:hover + #stop-reload-button {
#main-window[echelon-style-3][tabs-on-top=true] #urlbar-container:hover + #stop-reload-button.unified {
border-color: hsla(210, 54%, 20%, 0.35) hsla(210, 54%, 20%, 0.37) hsla(210, 54%, 20%, 0.4) !important;
}
#main-window[echelon-style-3][tabs-on-top=true] #urlbar[open] > #urlbar-background,
#main-window[echelon-style-3][tabs-on-top=true] #nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button,
#main-window[echelon-style-3][tabs-on-top=true] #nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button.unified,
#main-window[echelon-style-3][tabs-on-top=true] #searchbar.focus {
border-color: hsla(206, 100%, 60%, 0.65) hsla(206, 100%, 55%, 0.65) hsla(206, 100%, 50%, 0.65) !important;
}
Expand All @@ -511,11 +511,11 @@
}
#main-window[echelon-style-3] #urlbar:hover #urlbar-background:-moz-lwtheme,
#main-window[echelon-style-3] #searchbar:hover:-moz-lwtheme,
#main-window[echelon-style-3] #urlbar-container:hover + #stop-reload-button:-moz-lwtheme {
#main-window[echelon-style-3] #urlbar-container:hover + #stop-reload-button.unified:-moz-lwtheme {
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.32) !important;
}
#main-window[echelon-style-3] #urlbar[open] > #urlbar-background:-moz-lwtheme,
#main-window[echelon-style-3] #nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button:-moz-lwtheme,
#main-window[echelon-style-3] #nav-bar[urlbar-exceeds-toolbar-bounds=true] #stop-reload-button.unified:-moz-lwtheme,
#main-window[echelon-style-3] #searchbar.focus:-moz-lwtheme {
background-color: rgb(255, 255, 255) !important;
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.32) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@

#main-window[echelon-style-3] #urlbar-background,
#main-window[echelon-style-3] #searchbar,
#main-window[echelon-style-3] #stop-reload-button {
#main-window[echelon-style-3] #stop-reload-button.unified {
border-radius: 2px !important;
border-color: ThreeDShadow !important;
}

#main-window[echelon-style-3] #stop-reload-button {
#main-window[echelon-style-3] #stop-reload-button.unified {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

#urlbar:hover #urlbar-background,
#searchbar:hover,
#urlbar-container:hover + #stop-reload-button {
#urlbar-container:hover + #stop-reload-button.unified {
background-color: rgba(255,255,255,.898) !important;
}

#urlbar[open] > #urlbar-background,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button.unified,
#searchbar.focus {
background-color: rgb(255, 255, 255) !important;
}
Expand Down Expand Up @@ -525,11 +525,11 @@
}
#urlbar:hover #urlbar-background,
#searchbar:hover,
#urlbar-container:hover + #stop-reload-button {
#urlbar-container:hover + #stop-reload-button.unified {
border-color: hsla(210,54%,20%,.35) hsla(210,54%,20%,.37) hsla(210,54%,20%,.4) !important;
}
#urlbar[open] > #urlbar-background,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button.unified,
#searchbar.focus {
border-color: hsla(206,100%,60%,.65) hsla(206,100%,55%,.65) hsla(206,100%,50%,.65) !important;
}
Expand All @@ -545,13 +545,13 @@
}
#urlbar:hover #urlbar-background,
#searchbar:hover,
#urlbar-container:hover + #stop-reload-button {
#urlbar-container:hover + #stop-reload-button.unified {
&:-moz-lwtheme {
border-color: rgba(0, 0, 0, .32) rgba(0, 0, 0, .32) rgba(0, 0, 0, .32) !important;
}
}
#urlbar[open] > #urlbar-background,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button,
#nav-bar[urlbar-exceeds-toolbar-bounds="true"] #stop-reload-button.unified,
#searchbar.focus {
&:-moz-lwtheme {
background-color: rgb(255, 255, 255) !important;
Expand Down

0 comments on commit 9e7cfa9

Please sign in to comment.