echelon icon indicating copy to clipboard operation
echelon copied to clipboard

Firefox 28 URL bar, Czech translate and more

Open RalphCZ opened this issue 7 months ago • 3 comments

I made some changes to Echelon 2.0. I added Czechian translate, and some edits, like that tabs wont go on top of screen, blue buttons, Firefox 28 URL bar, and a Seznam.cz browser theme (and maybe also something what i forgot).

Download: https://www.dropbox.com/scl/fi/udf9z0rtztgs2smnjxaqf/Echelon-pravy.zip?rlkey=77pzndijvr83jmhbbzzury1zd&st=5155kjpe&dl=0

If will someone want to have for example only 28 URL bar without other changes, i can do that.

RalphCZ avatar Jun 03 '25 19:06 RalphCZ

If you could upload the 28 URL bar fix, I would appreciate that so so much!!! :)

ElectricKiwi007 avatar Jul 16 '25 10:07 ElectricKiwi007

If you could upload the 28 URL bar fix, I would appreciate that so so much!!! :)

I found that you need to have only back and forward button on left of the URL bar and works even without my change :-)

RalphCZ avatar Jul 16 '25 10:07 RalphCZ

If you could upload the 28 URL bar fix, I would appreciate that so so much!!! :)

But if you will want to connect back/forward buttons and urlbar on line 207 replace that with this

:root:not([echelon-style-5]) #navigator-toolbox > #nav-bar .toolbarbutton-1:not(.unified)#forward-button, :root[echelon-style-5] #navigator-toolbox > #nav-bar .toolbarbutton-1:not(.unified)#forward-button.unified-with-urlbar { clip-path: var(--urlbar-back-button-clip-path) !important; width: 33px !important; height: var(--toolbarbutton-height) !important; margin: var(--toolbarbutton-outer-padding) !important; margin-inline-start: -6px !important; padding-left: 6px !important; padding-right: 4px !important; }

on 1331 replace urlbar container, search containter

#urlbar-container { position: relative !important; margin-inline: 6px !important; margin-left: -5px !important; align-items: unset !important; }

#search-container { position: relative !important; margin-inline: 6px !important; margin-left: -1px !important; align-items: unset !important; }

RalphCZ avatar Jul 18 '25 15:07 RalphCZ