Recommended Posts

Can anyone help me change the "Bookmark This Page" icon in the bookmarks section on the toolbar? I was able to change the bookmarks star on the URL bar (using the original mockup star) and wanting to match it on the bookmarks toolbar as well.

Thanks!

Do either of these have any effect?

#appmenuPrimaryPane { border-right: 0 !important; }

or

#appmenuSecondaryPane { border-left: 0 !important; }

Yep, the first one did the trick, thanks again!^^

Ok I've nearly got my Firefox button how I want it but I have a question...

How do I change the icon that's currently been set from the moveable app button extension?

3hHm2.jpg

The Firefox button is on the far left.

#appmenu-button .button-icon {

list-style-image: url("PATH TO IMAGE" or "DATA URI") !important;

}

LastPass icon seems to be stretching my tool bar :( Anyone know if I can fix this with stylish code or is it up to devs?

toolbar1.png

toolbar2.png

Due to this I've been using the context menu options instead, but another request, anyway to remove "Last pass fill forms"?

fillforms.png

Thanks

Here at least there's a dropdown button to the right of the icon:

capturesf.png

Maybe it's not visible because of your theme?

I hid the dropdown button myself. What I posted is a confirmed bug, I asked on the forums - http://forums.lastpass.com/viewtopic.php?f=14&t=65669

The default icon works okay, but all the custom ones don't.

I hid the dropdown button myself. What I posted is a confirmed bug, I asked on the forums - http://forums.lastpass.com/viewtopic.php?f=14&t=65669

The default icon works okay, but all the custom ones don't.

Try this:

#lpt_lastpass-compact-btn .toolbarbutton-icon {
  height: 18px !important;
  width: 18px !important;
}

I use light text on a black background with Fx 4.

When I'm viewing my Yahoo! mail (for example), and hit empty next to spam, I get a pop-up prompt asking me to confirm the deletion. The problem is that this pop-up has black text on a white background. I want to know if there's a way to have the pop-ups set up with background and text colors of my choice.

This issue is not specific to Yahoo! Mail. I have it also on my net-banking site and elsewhere and that's why I feel it can be fixed within Firefox itself but I don't have a clue :( .

The pop-up I see with Chrome on the same sites seems is quite different in appearance and that's another reason why I feel the pop-up appearance in browser-relatec.

I use light text on a black background with Fx 4.

When I'm viewing my Yahoo! mail (for example), and hit empty next to spam, I get a pop-up prompt asking me to confirm the deletion. The problem is that this pop-up has black text on a white background. I want to know if there's a way to have the pop-ups set up with background and text colors of my choice.

This issue is not specific to Yahoo! Mail. I have it also on my net-banking site and elsewhere and that's why I feel it can be fixed within Firefox itself but I don't have a clue :( .

The pop-up I see with Chrome on the same sites seems is quite different in appearance and that's another reason why I feel the pop-up appearance in browser-relatec.

something like this:

tabmodalprompt .mainContainer {
     background: rgba(0,0,0,.8) !important;
     color: #ddd !important;
}

Try this:

#lpt_lastpass-compact-btn .toolbarbutton-icon {
  height: 18px !important;
  width: 18px !important;
}

Thanks this worked and will do until LastPass fix.

I'm using the add-on LeftSideStar:

https://addons.mozilla.org/en-us/firefox/addon/leftsidestar/

And this is the problem:

Is there any way to flip it around?

I'm using the same. If you move your browser window to the far left it switches for me. If it's not for you, try using Stratiform, which has the same option.

I'm the developer of both and they use the same code. The attribute to control the positioning of the popup doesn't seem to actually work.

Sorry for Off-Topic, but someone know how put Google Maps in fullscreen like Chrome with Fullscreen for Google Maps extention???

Image of example:

capturarkg.png

Sorry again for Off-topic, but you guys are awesome in restyling Firefox, so perhaps you know how help me....

Thanks a lot!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.