When the computer is in dark mode, opening the browser causes a brief flash of white light.
The browser version is up to date, and the behavior remains consistent even when opened in fault mode.
The browser version is up to date, and the behavior remains consistent even when opened in fault mode.
On Chrome, if you have multiple profiles open on a Windows 11 PC, they each show up on the taskbar as separate things with the Chrome logo. Meanwhile, with Firefox, separ… (jàng ci lu gën a bari)
On Chrome, if you have multiple profiles open on a Windows 11 PC, they each show up on the taskbar as separate things with the Chrome logo. Meanwhile, with Firefox, separate profiles open windows on the same taskbar icon and simply switch the profile icon. The picture gives an example of what I mean. I've censored some stuff on it, but know that the stuff in white is in one profile while the other has the stuff in black. The gray is unrelated stuff. Claude says Chrome does this by giving each profile a separate AppUserModelID, whatever that is. Is it possible to do the same in Firefox?
I have been using my userchrome.css for many years. However, now Firefox ignores css style for all menu backgrounds after upgrading to v152. Here is my current userchrome… (jàng ci lu gën a bari)
I have been using my userchrome.css for many years.
However, now Firefox ignores css style for all menu backgrounds after upgrading to v152.
Here is my current userchrome.css text: /*tighten drop down menus*/ menupopup > menuitem, menupopup > menu {
padding-block: 1px !important;
}
--arrowpanel-menuitem-padding: 1px 1px !important;
}
/* changed this block ----------------------------------------------------*/ /* #bookmarksMenuPopup hbox {background:#CD5C5C !important;} */ /* /Change highlighted menu text to any color:/ */ /* menupopup > menu[_moz-menuactive="true"], */ /* menupopup > menuitem[_moz-menuactive="true"], */ /* popup > menu[_moz-menuactive="true"], */ /* browsermessage,notification .notification-inner{ border-color: red !important;} */ /* browsermessage, notification{ background-color: red !important;} */ /* menupopup { */ /* -moz-appearance: none !important; */ /* background-color: #CD5C5C !important } */
menupopup > menu[_moz-menuactive="true"], menupopup > menuitem[_moz-menuactive="true"], popup > menu[_moz-menuactive="true"], browsermessage,notification .notification-inner{ border-color: red !important;} browsermessage, notification{ --panel-background: red !important;} menupopup {-moz-appearance: none !important; --panel-background: #CD5C5C !important }
/* other bookmarks */
display: none !important; }
/* hide Bookmarks Toolbar Folder */
menupopup > menuitem, menupopup > menu { /* color of the text */ color: red !important; }
menupopup > :is(menuitem, menu):hover {
background-color: lightskyblue !important;
} ((
menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {
color: white !important;
}
/* Global UI font */
font-weight: bold !important;}
However, now all my menu backgrounds (e.g File, Edit, Bookmarks, etc, see attached screenshot) are black with a see through background.
I would like to return to my original menu settings backgrounds. How do I do it please?
Thanks in advance.
My cursor doesn't show an 'image preview' anymore when I hover over a tab even though I still have it checked in my settings. It always did until a few days ago, but now … (jàng ci lu gën a bari)
My cursor doesn't show an 'image preview' anymore when I hover over a tab even though I still have it checked in my settings. It always did until a few days ago, but now it doesn't & I haven't changed anything.
The leftside bookmark menu has been removed. Before this last firefox update I could move it from full screen to partial screen. What has happened?