Forum Replies Created
-
AuthorPosts
-
August 22, 2021 at 5:03 pm in reply to: userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later #20247ThalonParticipant
Just some code if somebody else is using Colorful Tabs with Firefox V91 and Aris-t1 custom CSS:
#main-window box #navigator-toolbox #titlebar+#nav-bar, #main-window box #navigator-toolbox #titlebar+#nav-bar+#PersonalToolbar, #main-window box #navigator-toolbox #titlebar>#toolbar-menubar+#TabsToolbar { appearance: none !important; background: var(--general_toolbar_color_toolbars, inherit) !important; }
- This reply was modified 2 years ago by Thalon.
July 12, 2019 at 8:48 am in reply to: userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later #20238ThalonParticipantIt seems that the "toolbar {background: initial !important;" code doesn't work like before after updating to Firefox V68.00.
The result now is this:ThalonParticipantNow fixed in V 32.4, forget about it.
March 1, 2018 at 2:58 pm in reply to: userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later #20190ThalonParticipantStill trying to tweak my custom CSS: trying to use this trick to emulate the addon bar at the bottom: it works, the only drawback is that the new addon bar is influenced by colorfultabs and has the same color of the active tab.
I need to have it the same color of the address bar (light gray in my case): any info about the lines of code I need to add to my CSS to make it so?
Thanks in advance for any help.January 30, 2018 at 11:44 am in reply to: userChrome.css Tweaks for ColorfulTabs in Firefox Quantum and later #20166ThalonParticipantTried this fix with my custom CSS (see the other thread below) to obtain a dark grey background (selecting the appropriate option in the CSS), but it doesn't work (i see that color for just a second after FF startup, then it reverts back to its usual light grey color).
ThalonParticipantTried to add those lines at the end of my userchrome.css but nothing happened.
Edit: forget that, after I looked at the screenshot found the problem: a - was missing in your text 🙂- This reply was modified 5 years, 7 months ago by Thalon.
ThalonParticipantNo problem, thanks to you for your commitment.
ThalonParticipantUsing FF 58.0 with the following extensions: colorful tabs, new tab tools, print edit we, ublock origin.
Using the custom CSS found here:https://github.com/Aris-t2/CustomCSSforFx/
I've uploaded my personal edited CSS here:
-
AuthorPosts