Open GoogleCodeExporter opened 9 years ago
Transparency code is already submitted to SVN some days ago, please wait for
next beta.
Original comment by micha.go...@arcor.de
on 21 Oct 2014 at 3:11
Ups, i have seen the new beta is already out three days ago. Transparency
should be working with beta 104.
If i look to your last tab it looks like, if there is transparency already
present.
Do you want more transparency or what do you need exactly?
Original comment by micha.go...@arcor.de
on 21 Oct 2014 at 3:32
Added spaces between tab groups for next build.
Original comment by micha.go...@arcor.de
on 21 Oct 2014 at 4:43
I forgot to add to the changelog all your changes, I will do it for next
version.
Ty so much Micha :)
wuinbox would you mind detailing a bit more what you want or expect, ot what do
you see instead? thanks.
Original comment by miguelro...@gmail.com
on 21 Oct 2014 at 6:46
Ok, so what is the html transparancy code for it then?
Original comment by wuin...@gmail.com
on 21 Oct 2014 at 7:10
HTML code? If you want a satisfied reply you should read our questions
carefully and let us know what is your exact problem, what you intend to do and
where you want to place your code. userchome.css, Stylish, greasemonkey or in
TGM directly or whatever.
You can place following code to userchrome.css and play with transparency in %
values. We can only guess what you want.
tab.tabgroupsmanager-grouptab:-moz-lwtheme
{
background-image: linear-gradient(rgba(102, 102, 102, 0.6), rgba(76, 76, 76, 0.6) 80%)!important;
}
tab.tabgroupsmanager-grouptab[selected="true"]:-moz-lwtheme
{
background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.46) 50%)!important;
}
Original comment by micha.go...@arcor.de
on 22 Oct 2014 at 9:20
Answer #1 and answer #2 understood my question. Just wondering what the tab
transparancy (Advanced) code is..
When i click on advanced i see this code in the advanced-box:
color: #000000 !important; background-color: #FFFFCC !important; font-weight:
bold !important; font-style: italic !important;
So how to change advanced code to make the tabs transparent?
Original comment by wuin...@gmail.com
on 22 Oct 2014 at 6:17
Please provide menu steps to get the "advanced" box.
Original comment by micha.go...@arcor.de
on 22 Oct 2014 at 7:53
Settings -> Advanced (See image)
Original comment by wuin...@gmail.com
on 22 Oct 2014 at 7:57
Attachments:
Ok, now i understand. This would be nice to have this in your first message.
And you got transparency with old TGM by change the style sheet to
transparency? What did you enter to get transparency? I will check this. Need
your changes for old TGM.
Original comment by micha.go...@arcor.de
on 22 Oct 2014 at 8:25
I have no idea, it was years ago since I set that up. Only thing I know is that
I saw the background image thru the tabs on the old TGM. (It was not 100%
transparent but around 70 or something)
Original comment by wuin...@gmail.com
on 22 Oct 2014 at 8:38
Why did you lost your config? No backups from firefox profile?
Nevertheless, transparency is already in your picture present with beta 4.
With the mentioned paragraphs you can play with transparency effect in inactive
and active groups. Spaces between groups will be added in next beta.
Make a folder "chrome" in your firefox dir if it is not yet present. Create a
file userChrome.css in this folder, add the code and change % value as you
think.
Original comment by micha.go...@arcor.de
on 22 Oct 2014 at 9:03
Original issue reported on code.google.com by
wuin...@gmail.com
on 20 Oct 2014 at 2:33Attachments: