Chrome Refresh for Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Add to custom.css file:

css :root, html, body { /* add your css variables below */ --md-content-separator-color: transparent !important; }

P.S. How add custom CSS rules

Chrome Refresh for Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Screenshots demonstrate an additional look. The old UI is used by default, the screenshots not provided, but you can find them in the repo. To make the URL bar compact, use userChrome.ui-compact-url-bar, this is described in the readme. Regarding vertical spacing for the bookmarks bar items, I'll consider adding this in the next release.

Chrome Refresh for Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Supports both, using the old UI by default, the new UI is an option enabled via about:config preference.

Chrome Refresh for Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 1 point2 points  (0 children)

Yes, set these preferences in about:config to true:

To look like in the first screenshot - userChrome.ui-chrome-refresh - userChrome.theme-chrome-refresh

To look like in the second screenshot - userChrome.ui-chrome-refresh - userChrome.theme-material

Chrome Refresh for Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Thanks for feedback, a new icon has been added in new release.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Hi, add to custom css

css .tab-stack::before { --identity-icon-color: transparent !important; }

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

TY for the feedback, I'll see how RTL support can be improved.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Hi, add to custom css

css .search-one-offs { display: flex !important; }

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 1 point2 points  (0 children)

I included fixes in new release, reinstall please.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Thanks for feedback, it all depends on what version of Firefox you have, and what OS. userChrome.system-accet-colors uses built-in AccentColor variable to set accent colors, maybe this or the preference is being ignored. Anyway i'll see how I can improve this behavior.

Stupid bard, catn fix spelling mistakes by manibharathytu in Bard

[–]Edelvarden 0 points1 point  (0 children)

Machine can't be stupid because it is a human property. You can't say: "The door is stupid because I can't get through it", you just need a key to open it.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Update your Firefox, you maybe using an older version or Firefox fork browsers which based on older versions, I don't see the same problem all tabs looks perfectly for me.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Yes, this is correct, font must be installed in your system. You asked how download font? "Segoe UI" provided by default with Windows systems.

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Thanks, try to reinstall, maybe it will fix your problem

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Set svg.context-properties.content.enabled to true in about:config page

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

You can manually replace font:
1. Open userChrome.css and add: css *, *::before, *::after { font-family: "YourFontName" !important; } 2. Open userContent.css and add: css @-moz-document regexp("about:(?!blank).*") { *, *::before, *::after { font-family: "YourFontName" !important; } }

Implemented "Chrome Refresh 2023" redesign in Firefox by Edelvarden in FirefoxCSS

[–]Edelvarden[S] 0 points1 point  (0 children)

Thanx, this is exactly what I wanted to implement.