Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
- Fix Add to Bookmarks button having a margin on Australis
- Fix bottom border of toolbars being blue on Native style
  • Loading branch information
travy-patty committed Feb 4, 2024
1 parent 27154ba commit f70bf4d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Echelon/Profile Folder/chrome/Echelon.navBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ toolbar .toolbarbutton-1 > .toolbarbutton-text {
#nav-bar .toolbarbutton-1:not(#back-button, #forward-button, #tabs-newtab-button, #PanelUI-menu-button, #new-tab-button, #reload-button.unified, #stop-button.unified, #go-button.unified, #appmenu-button, .toolbarbutton-combined) {
margin-inline: 3px !important;
}
#main-window[echelon-style-4] #nav-bar .toolbarbutton-1:not(#back-button, #forward-button, #tabs-newtab-button, #PanelUI-menu-button, #new-tab-button, #reload-button.unified, #stop-button.unified, #go-button.unified, #appmenu-button, .toolbarbutton-combined)#bookmarks-button {
margin-inline-end: -1px !important;
}
#nav-bar .toolbarbutton-1:not(#back-button, #forward-button, #tabs-newtab-button, #PanelUI-menu-button, #new-tab-button, #reload-button.unified, #stop-button.unified, #go-button.unified, #appmenu-button, .toolbarbutton-combined) .toolbarbutton-badge-stack {
width: 100% !important;
height: 100% !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 @@ -520,7 +520,7 @@
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;
}
#main-window[echelon-style-3]:is([echelon-style-3]) #navigator-toolbox::after {
#main-window[echelon-style-3][echelon-appearance-blue] #navigator-toolbox::after {
background-color: rgb(170, 188, 207) !important;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ toolbar .toolbarbutton-1 > .toolbarbutton-text {
#nav-bar .toolbarbutton-1:not(#back-button, #forward-button, #tabs-newtab-button, #PanelUI-menu-button, #new-tab-button, #{$unified-refresh-buttons}, #appmenu-button, .toolbarbutton-combined) {
margin-inline: 3px !important;

#main-window[echelon-style-4] &#bookmarks-button {
margin-inline-end: -1px !important;
}

.toolbarbutton-badge-stack {
width: 100% !important;
height: 100% !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
}
}

&:is([echelon-style-3]) #navigator-toolbox::after {
&[echelon-appearance-blue] #navigator-toolbox::after {
background-color: rgb(170, 188, 207) !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion Echelon/Profile Folder/chrome/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RC2
1.0
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<checkbox native="" label="Hide &quot;Extensions&quot; button (not recommended)" class="option" data-type="bool" data-option="Echelon.Option.HideUnifiedExtensions" change-requires-restart="true"/>
<checkbox native="" label="Use 2013+ Firefox logo" class="option" data-type="bool" data-option="Echelon.Appearance.NewLogo" change-requires-restart="true"/>
<checkbox native="" label="Enable fog (Australis only)" class="option" data-type="bool" data-option="Echelon.Appearance.Australis.EnableFog" australis-only="true"/>
<checkbox native="" label="Theme DevTools" class="option" data-type="bool" data-option="Echelon.Appearance.DevTools" change-requires-restart="true"/>
<checkbox native="" label="Theme Developer Tools" class="option" data-type="bool" data-option="Echelon.Appearance.DevTools" change-requires-restart="true"/>
</groupbox>
<groupbox>
<caption>Firefox Button</caption>
Expand Down

0 comments on commit f70bf4d

Please sign in to comment.