MozillaZine


Pin Tab & Other Tips.

Discussion of general topics about Seamonkey
Peter Creasey

User avatar
 
Posts: 1262
Joined: October 26th, 2007, 2:32 pm
Location: Texas

Post Posted February 27th, 2023, 11:03 am

Just confirming, that Frank's solution appears to work for me with eBay.

Thanks again.
. . . . . . . . . . Pete

Frank Lion

User avatar
 
Posts: 21053
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom

Post Posted March 27th, 2023, 8:25 am

CSS Top Tip -

Menu > Bookmarks and endless list of bookmarks that need mouse wheel scrolling or pressing the useless button at the bottom of the list?

This is an easy one that slipped through the cracks. It's one of the downsides of beta testers using clean profiles to test. Use that and it only has the default set of minimal bookmarks with it and so doesn't show the problem. Use a real profile with even a modest amount of bookmarks and the problem is obvious. It is also easily solved by putting a scrollbar on that dropdown list.

Just put the following in your userChrome.css below the namespace line -
Code: Select all
/* Franks scrollbar on long Bookmarks and other lists....*/
menupopup scrollbox {overflow-y: auto !important;}


Next up, one to put the sidebar (F9) on the right, where it will not break the page you're reading -

Put the following in your userChrome.css below the namespace line -

Code: Select all
 /* Franks SM sidebar on right...*/
#main-window > hbox {
  direction: rtl !important;
}

 /* stop the little children inheriting this change...*/
#main-window > hbox > vbox {
  direction: ltr !important;}


Er, that's it, short and sweet.

Frank :)
Metal Lion SeaMonkey Themes - Sea Monkey and Silver Sea Monkey
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)

Frank Lion

User avatar
 
Posts: 21053
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom

Post Posted May 28th, 2023, 6:51 am

Linux Dark Theme Fix -

Many dark Linux OS themes are still somewhat sloppily coded, so that if you use the SM default theme or a third party theme that doesn't style the toolbars then in Icons & Text (I have it like this in the Mail window) or Text mode you often end up with dark toolbars and invisible text.

Here's the fix for that. Put the following code in userChrome.css below the namespace line -

Code: Select all
/*Linux Dark Theme Toolbar Buttons Text Fix...........*/
toolbar,.toolbarbutton-text {
    color: #D6E2DE; }

toolbarbutton:not([disabled]):hover > .toolbarbutton-text {
    color: #FFFFFF; }

toolbarbutton[disabled] > .toolbarbutton-text {
    color: teal; }
Metal Lion SeaMonkey Themes - Sea Monkey and Silver Sea Monkey
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)

Return to SeaMonkey General


Who is online

Users browsing this forum: No registered users and 1 guest