-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightweight themes not applied when Findbar (NoScript etc?) opened #9
Comments
Yeah, there will definitely be some problems with personas, since they may change toolbars' heights. |
background-color: transparent !important; background-image: none;
Targetting this for v1.16. |
I've tested some personas, and most seem to apply some background to #bottom-box element - probably we should just copy it. |
Indeed, but don't forget about the foreground color. ;) |
Oh, I forgot about an easy and proper fix. |
Try this version and tell me if the issue has gone for you: http://dl.dropbox.com/u/11652751/barlesque-1.15-fx.xpi |
Oh, this makes a transparent background for the addon-bar if no theme/persona is installed, so I'll investigate this problem a little bit more, but tomorrow. For some reason the rule .barlesque-bar:not(:-moz-lwtheme) |
Yes - that's because background-color is applied to #addon-bar, not to .barlesque-bar (which is always a #bottom-box). |
no, it's because in 1 of the lines I had a typo and forgot to add just 1 symbol. Now it's fixed. |
http://dl.dropbox.com/u/11652751/barlesque-1.15b-fx.xpi this is a version that works properly with skins. |
@Drugoy or AllSeeingEye: Is the above version which "works properly with skins" still available? The link in the previous comment is broken. Could you post a more permanent link to the file? Much appreciated. Thank You All! |
Sorry, seems like I've removed this file and I don't have any copies of it. |
Greetings Drugoy, I was afraid of this...Thank You for the immediate response. Perhaps if you're not too busy, you could post some instruction on what one would need to do to achieve the same fix for Barlesque as you made earlier, where Personas properly display through the Add-on Bar. I'm sure it would be useful reference material for anyone experiencing a similar situation. Judging by the previous posts on this page, it seems like a simple matter of adding a few lines of code to a particular file, but I'm unsure what to insert into which file. Thank You :) |
Steps:
The behaviour is due Barleque:
I'm not quite sure how to remedy this. Brainstorming, I come up with these ideas:
The text was updated successfully, but these errors were encountered: