Forum Replies Created
-
AuthorPosts
-
Shivanand SharmaKeymaster
regexp still does not work!
config: V26.1 on ff35.0.1 w7x64. theme: "Dark Fox" by randomaster.1) preset domain colors: regex does not work. works for domains in simple mode "domain.com" but complex regexp does not always work.
example: ^about:.* (shows as transparent tab)
example: ^ftp:.* (shows as pink tab)
example: ^file:.* (shows as transparent tab)
Any reason why these do not work?
Regexp last worked for these in version 25.1.
Also, tab becomes transparent for some of these but not others.colorfultabs preferences:
user_pref("extensions.clrtabs.advanced", true);
user_pref("extensions.clrtabs.aggressive", false);
user_pref("extensions.clrtabs.bgpic", false);
user_pref("extensions.clrtabs.bgpicpath", "chrome://clrtabs/content/ctbg.gif");
user_pref("extensions.clrtabs.clrAllTabsPopPref", false);
user_pref("extensions.clrtabs.colorunmatcheddomain", true);
user_pref("extensions.clrtabs.consolelog", false);
user_pref("extensions.clrtabs.currenttab", false);
user_pref("extensions.clrtabs.currenttabclr", "#FFE57D");
user_pref("extensions.clrtabs.dispstack", false);
user_pref("extensions.clrtabs.dpref", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)
^about:.*~#CCCCCC^file:.*~#C0C0C0
^ftp:.*~#9999FF");
user_pref("extensions.clrtabs.dprefBackup", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)
^about:.*~#CCCCCC^file:.*~#C0C0C0
^ftp:.*~#9999FF");
user_pref("extensions.clrtabs.dprefDefault", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)
about:blank~rgb(255, 218, 117)");
user_pref("extensions.clrtabs.enabledomain", true);
user_pref("extensions.clrtabs.fadedeg", 3);
user_pref("extensions.clrtabs.firstrun", "26.1");
user_pref("extensions.clrtabs.lum", 73);
user_pref("extensions.clrtabs.lummax", 78);
user_pref("extensions.clrtabs.lummin", 68);
user_pref("extensions.clrtabs.menu", true);
user_pref("extensions.clrtabs.minify", false);
user_pref("extensions.clrtabs.ppref", "rgb(147, 174, 229)~rgb(255, 218, 117)~rgb(188, 204, 157)~rgb(239, 157, 159)~rgb(186, 167, 225)~rgb(155, 191, 180)~rgb(247, 180, 130)~rgb(216, 171, 192)~rgb(147, 229, 174)~rgb(255, 117, 218)~rgb(188, 157, 204)~rgb(239, 159, 157)~rgb(186, 225, 167)~rgb(155, 180, 191)~rgb(247, 130, 180)~rgb(216, 192, 171)~rgb(174, 147, 229)~rgb(218, 255, 117)~rgb(204, 188, 157)~rgb(157, 239, 159)~rgb(167, 186, 225)~rgb(191, 155, 180)~rgb(180, 247, 130)~rgb(171, 216, 192)~rgb(229, 174, 147)~rgb(117, 218, 255)~rgb(157, 204, 188)~rgb(159, 157, 239)~rgb(225, 167, 186)~rgb(180, 191, 155)~rgb(130, 180, 247)~rgb(192, 171, 216)");
user_pref("extensions.clrtabs.sat", 61);
user_pref("extensions.clrtabs.satmax", 100);
user_pref("extensions.clrtabs.satmin", 22);
user_pref("extensions.clrtabs.scheme", 2);
user_pref("extensions.clrtabs.standout", false);
user_pref("extensions.clrtabs.tablabelblink", false);
user_pref("extensions.clrtabs.tabradius", 7);
user_pref("extensions.clrtabs.tabtextclr", "#000000");
user_pref("extensions.clrtabs.txtreverse", false);
user_pref("extensions.clrtabs.txtshadow", false);
user_pref("extensions.clrtabs.uncoloredbgclr", "#EEEEEE");- This reply was modified 7 years, 10 months ago by Shivanand Sharma.
January 29, 2015 at 7:49 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17058Shivanand SharmaKeymasterV26.1 on ff35.0.1 w7x64
1. tab stack shows and hides correctly.Shivanand SharmaKeymasterAbsolutely... Though, I am just commenting out the entire sections. 🙂
Shivanand SharmaKeymasterjwh: can you share your complete CSS?
Shivanand SharmaKeymasterI have been manually modifying the clrtabs.css file since 'Australis' came out, to achieve this. I comment out all the ".australis" lines (except the one with #navigator-toolbox, as it keeps the tab-color line under the tab bar), to make the selected tab highlighted (light gray curved tab). It also shows a curved tab silhouette if you mouse hover, without changing the color, which I find useful too (see attached pics). I haven't messed with the .mac.australis lines, since I don't use a Mac, so not sure what that would do.
Shivanand,
Can the 'Highlight the currently selected tab' option in Styles be used to disable those .australis parts in clrtabs.css, or something similar, to indicate the active tab? I think its property is 'tab.tabbrowser-tab.standout', related to colorfulTabs.standout and extensions.clrtabs.standout. That option currently doesn't do anything, at least on Windows and Linux; not sure about Mac. In clrtabsopt.xul:
<checkbox id="standoutcheck" preference="standout" label="Highlight the currently selected tab."/>I tried messing with it myself with no luck, as I don't know css; such as adding this to all the .australis lines:
.australis #tabbrowser-tabs[tabsontop=true] > tab.tabbrowser-tab.standout > .tab-stack > .tab-content[selected=true],
...and various other permutations.I've attached pics of how it looks with my manual edit, one showing just the current tab, and another including mouse hover (the mouse pointer is not captured in the screenshot).
January 22, 2015 at 7:41 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17047Shivanand SharmaKeymasterV25.9 issues... ff35 win7... last version that works correctly is 25.1.
1. tab stack shows and does not disappear with setting.
2. regex for preset domain colors do not work use ^about:.* for any about page.January 21, 2015 at 11:01 am in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17046Shivanand SharmaKeymasterYes. Unfortunate. Will be fixed in the next version.
January 21, 2015 at 9:43 am in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17045Shivanand SharmaKeymasterJust upgrade to 25.9 and it does exactly what you want. But what about proper fix so that people who don't need this annoyance can disable it?
Shivanand SharmaKeymasterShould be fixed in the next version.
Shivanand SharmaKeymasterI would also welcome this facility. Could the backup settings also be saved in a file that could be copied to another computer - firefox sync not always working as expected for me.
I second Matt's comment - thank you for your ColourfulTabs - great work.
Regards,
GeorgeShivanand SharmaKeymasterI would like to see a preference option to set the text color on the currently selected tab. Or just an option to make the text color on the currently selected tab white.
Shivanand SharmaKeymasterWell, I'll post about this anyway. On my work machine there's no way to make new back, reload, etc.. buttons, that can be seen on the second screenshot, always visible. Windows 7 x64.
- This reply was modified 7 years, 10 months ago by Shivanand Sharma.
Shivanand SharmaKeymasterA must have add-on makes browsing so much better. Not just easier but BETTER.
THANK YOU
Richard in LouisianaShivanand SharmaKeymasterLove LOVE love my Colorful Tabs.....THANK YOU 🙂
December 3, 2014 at 12:53 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #16964Shivanand SharmaKeymasterThe new version 25.6 has an option to display the Tab-Stack, but the setting does not work, the Tab Stack is always deactivated 🙁
If the setting does not work, I like it more when the Tab Stack is displayed always instead of never.
-
AuthorPosts