FF 104.0.2 menu bar

User Help for Mozilla Firefox
Post Reply
Demian
Posts: 20
Joined: August 14th, 2003, 12:13 pm

FF 104.0.2 menu bar

Post by Demian »

Upgraded to new release and Menu Bar is no longer transparent; it also seems to have resized my background theme. Any thoughts as to how I can set opacity? My userchrome.css is as follows:

@import url("tabs-on-bottom.css");
@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul"); /* only needed once */
#nav-bar { /* main toolbar containing address bar, search bar, add-on icons */

-moz-box-ordinal-group: 1 !important;

}
#PersonalToolbar { /* bookmarks toolbar */

-moz-box-ordinal-group: 2 !important;

}
#TabsToolbar { /* tab bar */

-moz-box-ordinal-group: 3 !important;

}

tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
background-color: #e8e6e5 !important;
color: gray !important;
}

/* Change the color of selected tab */
.tab-background[selected="true"] {
background-attachment: none!important;
background-color: #d6d4d4!important;
background-image: none!important;
}
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}

#TabsToolbar {
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}

#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}


#TabsToolbar {
height: var(--tab-min-height) !important;
margin-bottom: 1px !important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
}

#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important;
max-height: var(--tab-min-height) !important;
}

/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
width: 40px;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset !important;
margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
margin-top: unset !important;
}

/* Change the color of non-selected tab */
.tab-background:not([selected]) {
background-color: #918c8c !important;
}
#navigator-toolbox > toolbar:not(#toolbar-menubar) {
background-color: transparent !important;
}
:root {
--tabs-border: transparent !important;
}
/* tab top border roundness */
#TabsToolbar .tabs-newtab-button,
#TabsToolbar .tabbrowser-tab,
#TabsToolbar .tabbrowser-tab .tab-stack,
#TabsToolbar .tabbrowser-tab .tab-background,
#TabsToolbar .tabbrowser-tab .tab-content {
border-top-left-radius: 15px !important;
border-top-right-radius: 15px !important;
border: none; !important;
}


Any help would be appreciated. TIA
Last edited by Demian on September 26th, 2022, 4:09 pm, edited 1 time in total.
kukla
Posts: 968
Joined: December 30th, 2008, 3:59 pm

Re: FF 104.0.2 menu bar

Post by kukla »

You might want to ask your css related question here, where I've gotten some great help:

https://www.reddit.com/r/FirefoxCSS/
b4ckerCrazyMit
Posts: 39
Joined: July 10th, 2022, 3:43 am
Location: Moz Office, SF, USA
Contact:

Re: FF 104.0.2 menu bar

Post by b4ckerCrazyMit »

Ugh? What do you try to achieve with that CSS? Ugh...
User avatar
xanthon
Posts: 405
Joined: December 17th, 2005, 11:55 pm

Re: FF 104.0.2 menu bar

Post by xanthon »

I don't see any reference in the code to the menu bar.
Demian
Posts: 20
Joined: August 14th, 2003, 12:13 pm

Re: FF 104.0.2 menu bar

Post by Demian »

I know it isn't pretty, but the objective was to put the tabs on the bottom, bookmarks and location bar above that. The new FF104.0.2 has the NAV bar outlined and not transparent. It also seems to have enlarged the bkgrd theme ( Running Foxes) so re-sizing is part of the mix. Mozilla has a nasty habit of messing up the tool bars and header settings with major releases. I wish they would stick to improving the browser performance and leave the rest of it alone.
Demian
Posts: 20
Joined: August 14th, 2003, 12:13 pm

Re: FF 104.0.2 menu bar

Post by Demian »

I downgraded to 104.0.1 to get things back to what they were. Last resort. I'll wait awhile before I try upgrading.
Post Reply