
Are you using some sort of third-party system theme? The above screenshot was made using the reg values you provided in the other thread - ruling out anything else.
Moderators: FranklinDM, Lootyhoof
Code: Select all
#main-window[windowtype="navigator:browser"] {
background-color: #FBFBFB !important;
}
#nav-bar {
background-color: #FBFBFB !important;
margin-bottom: -2px !important;
}
So the earlier version of White Moon blocked the browser from changing the text color, and this block has now been removed.Moonchild wrote:You're overriding the accent colored background with an off-white, while the browser now detects the accent color and changes text accordingly to white.
Yes, I could certainly do that to fix the text. What do I need to override to change the icons? (And will that only affect the White Moon icons? Other icons are unaffected by this.)Moonchild wrote:You probably just have to add an override for text color to get back to business with your off-white background?
Quite the opposite - older versions didn't change based on the window colour. But when the option was added to Pale Moon to detect dark toolbars/window frames, I took it upon myself to add it to the theme.Falna wrote:So the earlier version of White Moon blocked the browser from changing the text color, and this block has now been removed.
And the new version is supposed to change the icon color as well as the text color.
The following will change the text colour, which should then affect the display of the icons:Falna wrote:What do I need to override to change the icons? (And will that only affect the White Moon icons? Other icons are unaffected by this.)
Code: Select all
#toolbar-menubar:not(:-moz-lwtheme),
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme),
#nav-bar[tabsontop=false]:not(:-moz-lwtheme),
#nav-bar + #customToolbars + #PersonalToolbar[collapsed=true] + #TabsToolbar[tabsontop=false]:last-child:not(:-moz-lwtheme) {
color: black !important;
}
Hi Lootyhoof:Lootyhoof wrote:Aeromoon has been updated to v1.1.2, to fix the above-mentioned issues.
There's not, unfortunately. These are joined to act the same as the unified back/forward button of Firefox 3.JodyThornton wrote:On Aeromoon, is there any easy way to create a forward button that is separate from the back button?
These types of icons appear when in icons+text mode. You could enable this, then remove the text:JodyThornton wrote:Basically what I'd love is either is twin back/forward round blue buttons, or a smaller round forward button (like your Qute theme is set up). Is that possible?
Code: Select all
.toolbarbutton-1 > .toolbarbutton-text {
display: none !important;
}
Thanks for spotting this, I'll look into it.11ryanc wrote:Kempelton is excellent as usual. Curious as to why Aeromoon looks so different from 1.1.2 though? With tabs on top (I never use tabs this way, was only testing the theme), I've noticed a subtle white glow around the bookmarks and menubar text (Under Win7/Vista)
Almost appears as if it were designed for translucency? The small white gradient is also gone from the menubar colour palette. Great looking theme still, though the authenticity feels a bit narrowed. Still using 1.1.2 here.
Thanks for the continued efforts. Your skins are probably the best, if not the only great browser themes left around
These types of icons appear when in icons+text mode. You could enable this, then remove the text:JodyThornton wrote:Basically what I'd love is either is twin back/forward round blue buttons, or a smaller round forward button (like your Qute theme is set up). Is that possible?
Code: Select all
.toolbarbutton-1 > .toolbarbutton-text {
display: none !important;
}
Would it be possible to create a dark version of this theme?Lootyhoof wrote:XMoon has been updated to v1.3.0. This version makes some major changes to the titlebar area, to fix issues with the window titles. Users on Windows 7 and above using compositor mode (Win7: Aero, Win8+: default) will see the biggest change, as we now use a native-style titlebar:
As shown, those on Windows Classic/Aero Basic/any XP theme (i.e. non-compositor) system themes are largely unaffected, and still use the Mac style for the titlebar.
This release also fixes some issues with tab close buttons not showing correctly.
Enjoy!
Technically, OS X Yosemite and later do have a dark theme, though only the menu bar is dark.Matt A Tobin wrote:Why? OS X which this is supposed to integrate and/or mimic with does not have dark themes..
It's certainly possible, though I've no plans currently for this, sorry.hobbledehoy899 wrote:Would it be possible to create a dark version of this theme?