Home › Forums › ColorfulTabs › Little problem with colorful tabs and custom CSS
- This topic has 10 replies, 2 voices, and was last updated 5 years, 7 months ago by Shivanand Sharma.
-
AuthorPosts
-
January 26, 2018 at 9:52 pm #20143ThalonParticipant
I'm using both colorful tabs and a custom CSS style to try to restore the classic pre australis FF interface.
I'm experiencing just a little problem, the find bar (that I moved on the bottom of the window) is dark, like you can see in this screenshot:https://user-images.githubusercontent.com/33811707/35456616-6a80f0f2-02d6-11e8-8bd7-54945cb30a1a.JPG
Noticed that I can restore its original light color by disabling colorful tabs, so asking: is there a way to avoid that bar to be influenced by this extension?
Thanks in advance for any help.- This topic was modified 5 years, 7 months ago by Thalon.
January 27, 2018 at 6:11 am #20145Shivanand SharmaKeymasterWhich version of Firefox are you using? What all addons are enabled? Also pls share your CSS.
January 27, 2018 at 11:39 am #20146ThalonParticipantUsing 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:
January 27, 2018 at 12:22 pm #20147Shivanand SharmaKeymasterCan you please directly upload here? I'm not able to use DropBox.
January 27, 2018 at 4:44 pm #20148January 29, 2018 at 3:51 pm #20150Shivanand SharmaKeymasterThalon, thanks for this. It will take me some time to tinker with the code. Thanks for your patience.
January 29, 2018 at 6:44 pm #20151ThalonParticipantNo problem, thanks to you for your commitment.
January 30, 2018 at 8:32 am #20152Shivanand SharmaKeymasterI had ColorfulTabs enabled and realized that you could use this CSS declaration to fix the findbar color:
findbar {
--lwt-header-image: none !important;
}- This reply was modified 5 years, 7 months ago by Shivanand Sharma.
Attachments:
You must be logged in to view attached files.January 30, 2018 at 11:30 am #20164ThalonParticipantTried 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.
January 30, 2018 at 3:12 pm #20167Shivanand SharmaKeymasteroh, this page seems to be converting a double dash to a single dash. Will need to fix the site. If I edit my post, it still shows a double dash.
January 30, 2018 at 3:59 pm #20169Shivanand SharmaKeymasterFixed.
-
AuthorPosts
- You must be logged in to reply to this topic.