personal toolbar not disappearing

User Help for Seamonkey and Mozilla Suite
Post Reply
User avatar
The.Purple.Hippo
Posts: 1122
Joined: February 26th, 2007, 4:49 pm
Location: Cartoon Land

personal toolbar not disappearing

Post by The.Purple.Hippo »

I was using Stylish 2.1.1, until it stopped working with newer versions of SM, so I got onto Stylem 2.2.9, and it picked up my Stylish styles.

I have one style that makes the personal toolbar disappear until mouse over, then it reappears. It worked in Stylish, but in Stylem, the problem is the toolbar disappears alright, but there's now a large empty space where it should be.

Image

The style I have is:

Code: Select all

@-moz-document url-prefix(chrome://navigator/content/navigator.xul) {
#PersonalToolbar {visibility: collapse;}
#navigator-toolbox:hover > #PersonalToolbar
{ visibility: visible; }
}
Can anyone tell me how to fix this?
Post Reply