Kalagaar / tabgroupsmanager

Automatically exported from code.google.com/p/tabgroupsmanager
0 stars 0 forks source link

Transparancy #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Before submitting the issue, please check that your version of TabGroups
Manager is the lastest stable one. (Check it in Firefox Extensions).

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

I wondering how i can make the tabs transparent, since i use a background 
image, same as it worked with old TGM

Can i change this code somehow:
color: #000000 !important; background-color: #FFFFCC !important; font-weight: 
bold !important; font-style: italic !important; 

System Info:
What version of TabGroups Manager are you using?
Latest

What Operative System are you using? 32 or 64 bits?
64

What version of Firefox are you using?
33

Are you using any other tab extension like Colorfull tabs, Multiple Tab
Handler, TabMix Plus..?

Please provide any additional information below and screens capture if
possible.

Original issue reported on code.google.com by wuin...@gmail.com on 20 Oct 2014 at 2:33

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Added spaces between tab groups for next build.

Original comment by micha.go...@arcor.de on 21 Oct 2014 at 4:43

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Ok, so what is the html transparancy code for it then?

Original comment by wuin...@gmail.com on 21 Oct 2014 at 7:10

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please provide menu steps to get the "advanced" box.

Original comment by micha.go...@arcor.de on 22 Oct 2014 at 7:53

GoogleCodeExporter commented 9 years ago
Settings -> Advanced (See image)

Original comment by wuin...@gmail.com on 22 Oct 2014 at 7:57

Attachments:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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