Skip to content

Commit

Permalink
Real Pocket Icon & Accurate Fog Position
Browse files Browse the repository at this point in the history
  • Loading branch information
travy-patty committed Feb 26, 2024
1 parent 7a5fea5 commit cf392b3
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 18 deletions.
13 changes: 12 additions & 1 deletion Echelon/Profile Folder/chrome/Echelon.main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
#save-to-pocket-button {
list-style-image: url("images/icons/pocket.png") !important;
}
#save-to-pocket-button[open] {
list-style-image: url("images/icons/pocket_active.png") !important;
}

#developer-button {
list-style-image: url("images/icons/developer.png") !important;
Expand Down Expand Up @@ -274,7 +277,11 @@
list-style-image: url("images/icons/australis/stop.png") !important;
}
#main-window:not([echelon-appearance-blue], [echelon-appearance-xp])[echelon-appearance-australis-windows8][echelon-style-4] #save-to-pocket-button {
list-style-image: url("images/icons/australis/pocket.png") !important;
fill: #797C80 !important;
list-style-image: url("images/icons/australis/pocket.svg") !important;
}
#main-window:not([echelon-appearance-blue], [echelon-appearance-xp])[echelon-appearance-australis-windows8][echelon-style-4] #save-to-pocket-button[open] {
fill: #ED4255 !important;
}
#main-window:not([echelon-appearance-blue], [echelon-appearance-xp])[echelon-appearance-australis-windows8][echelon-style-4] #developer-button {
list-style-image: url("images/icons/australis/developer.png") !important;
Expand Down Expand Up @@ -420,6 +427,10 @@
#main-window[lwtheme-brighttext=true] #save-to-pocket-button {
list-style-image: url("images/icons/inverted/pocket.png") !important;
}
#main-window[echelon-style-3]:not([tabs-on-top=true]) #nav-bar #save-to-pocket-button[open],
#main-window[lwtheme-brighttext=true] #save-to-pocket-button[open] {
list-style-image: url("images/icons/inverted/pocket_active.png") !important;
}
#main-window[echelon-style-3]:not([tabs-on-top=true]) #nav-bar #developer-button,
#main-window[lwtheme-brighttext=true] #developer-button {
list-style-image: url("images/icons/inverted/developer.png") !important;
Expand Down
14 changes: 3 additions & 11 deletions Echelon/Profile Folder/chrome/Echelon.tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#TabsToolbar {
padding-inline: 4px !important;
}
#TabsToolbar:not(:-moz-lwtheme) {
position: relative;
}
:root[sizemode=maximized][tabsintitlebar][tabs-on-top=true] #TabsToolbar {
padding-inline-end: 0 !important;
}
Expand Down Expand Up @@ -379,17 +382,6 @@ spacer[part=overflow-start-indicator] {
margin-inline: 0 !important;
}

#scrollbutton-up,
#scrollbutton-down {
width: 22px !important;
list-style-image: none !important;
background-color: transparent !important;
padding: 0 !important;
padding-bottom: 2px !important;
border: 0 !important;
border-radius: 0 !important;
}

#scrollbutton-up .toolbarbutton-icon,
#scrollbutton-down .toolbarbutton-icon {
width: 15px !important;
Expand Down
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 @@ -496,7 +496,7 @@
}

#main-window[echelon-style-4] #PanelUI-button {
margin-inline-start: 3px !important;
margin-inline-start: 7px !important;
position: relative !important;
}
#main-window[echelon-style-4] #PanelUI-button #PanelUI-menu-button {
Expand Down Expand Up @@ -874,7 +874,7 @@
margin: 0 60px;
position: absolute;
pointer-events: none;
top: 30px;
top: 50%;
width: -moz-available;
z-index: -1;
order: 1001;
Expand Down
2 changes: 1 addition & 1 deletion Echelon/Profile Folder/chrome/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
309
312
15 changes: 14 additions & 1 deletion Echelon/Profile Folder/chrome/echelon-scss-src/Echelon.main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@

#save-to-pocket-button {
list-style-image: url("images/icons/pocket.png") !important;

&[open] {
list-style-image: url("images/icons/pocket_active.png") !important;
}
}

#developer-button {
Expand Down Expand Up @@ -289,7 +293,12 @@
}

#save-to-pocket-button {
list-style-image: url("images/icons/australis/pocket.png") !important;
fill: #797C80 !important;
list-style-image: url("images/icons/australis/pocket.svg") !important;

&[open] {
fill: #ED4255 !important;
}
}

#developer-button {
Expand Down Expand Up @@ -456,6 +465,10 @@

#save-to-pocket-button {
list-style-image: url("images/icons/inverted/pocket.png") !important;

&[open] {
list-style-image: url("images/icons/inverted/pocket_active.png") !important;
}
}

#developer-button {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#TabsToolbar {
padding-inline: 4px !important;

&:not(:-moz-lwtheme) {
position: relative;
}

:root[sizemode="maximized"][tabsintitlebar][tabs-on-top="true"] & {
padding-inline-end: 0 !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
}

#main-window[echelon-style-4] #PanelUI-button {
margin-inline-start: 3px !important;
margin-inline-start: 7px !important;
position: relative !important;
#PanelUI-menu-button {
width: 30px !important;
Expand Down Expand Up @@ -961,7 +961,7 @@
margin: 0 60px;
position: absolute;
pointer-events: none;
top: 30px;
top: 50%;
width: -moz-available;
z-index: -1;
order: 1001;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Echelon/Profile Folder/chrome/images/icons/inverted/pocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Echelon/Profile Folder/chrome/images/icons/pocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf392b3

Please sign in to comment.