yesterday i moved fx8 incl profile from win7 to xp.
unfortunately xp has no transparency and still the titlebar.
i removed the theme and moved the tabbar with userchrome
into the windows titlebar.
Q: is it normal that i can not click through the tabbar onto the titlebar to maximize my window?
(tmp is 111031a - the latest dev changelog concerns only linux?)
ps compact menu 2 is deactivated!
ok, solved it (only for XP)
Code:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#TabsToolbar {
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox")!important;
}
#main-window[sizemode="maximized"]:not([inFullscreen]) #navigator-toolbox[tabsontop="true"] #toolbar-menubar[autohide="true"] ~ #TabsToolbar {
margin: -22px 110px 0px 0px !important;
}
#main-window[sizemode="normal"]:not([inFullscreen]) #navigator-toolbox[tabsontop="true"] #toolbar-menubar[autohide="true"] ~ #TabsToolbar {
margin: -22px 110px 0px 60px !important;
}
source and hints from here
http://userstyles.org/styles/40162/fire ... n-titlebarjeez must be hard to fix it here...
i have proxy-selector installed and moved the choice box left to the tabgroup button.
when i now use the code above (-moz-binding:...) it can not load the proxy list and fails showing. omg
any alternative possible for
Code:
#TabsToolbar {
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox")!important;
}
?