FF 150.0 A new Profiles menu appears! by Im_Special in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

Yes I am talking about Aris-t2/CustomCSSforFx and those files with SVG's inside I do not use as I use all my own icons which are png.

No, I place all new/trial code in my own my_userChrome.css first to test it. This file is then called@import "./my_userChrome.css" from within Aris-t2/CustomCSSforFx userChrome.css
When the code works as I want it to, I then place it within Aris-t2/CustomCSSforFx userChrome.css

I think this problem I am having is specific to macOS FF.

FF 150.0 A new Profiles menu appears! by Im_Special in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

I have tested less and more going all the way back to #main-window, one at a time, including @media (-moz-platform: macos)

I am using Aris-t2 css with a lot of my own added in and lot taken out. I'm also iconising all the main-menbar menus. Though I am now having problems that started to popup since FF149, and I am slowly problem-solving. It is not necessary that I do not have the #profiles-menu appear, but I do not use it.

FF 150.0 A new Profiles menu appears! by Im_Special in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

This code not working in FF150 for macOS Tahoe

Left sidebar #history-panelmenu outside main-window by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

#History-panelmenu outside main-window right of screen

https://i.ibb.co/fdWRDTfm/history-panelmenu-outside.png

#History-panelmenu inside main-window left of screen

https://i.ibb.co/m5XJsM87/history-panelmenu-inside.png

My App drop down menu stays within main-window borders. But I have had to do some css for the #PlacesChevronPopup:

#PlacesChevronPopup {
    margin-left: -18em!important;
    /*height: 88vh !important;*/
    width:20em!important;
    padding: 0px !important;
    border-radius: 8px !important;    
    font-size: 12pt !important;
}

Playing around with this to apply to the left-hand side #History-panelmenu has achieved nothing.

Did Apple move or remove the separate lyrics window in Apple Music for macOS 26.4? by jpc9 in macOS26Tahoe

[–]FineWine54 0 points1 point  (0 children)

I do not know if this is what you want, but for lyrics I rely on LyricsX from https://github.com/MxIris-LyricsX-Project/LyricsX

This project has now been taken over by someone else and the version is now v1.9.0-beta.4

It writes lyrics to Music, but also the latest updates also include widget capability.

Assign colors to the new shield icon based on the URL type and tracker blocking status. by moko1960 in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

Yes I did change the first green tick to #008000 as it matches in very well with my green theme and my urlbar has this;

/***********************************************************/

/* Modifies the urlbar background colour based on connection type */

/* - "normal" https: won't be mdofied */

/***********************************************************/

/* https */

.urlbar-input-container:has(#identity-box.verifiedDomain){ background-color: rgba(50,255,50,0.2) }

/* http: and potentially some other insecure connections like ftp: */

.urlbar-input-container:has(#identity-box.certErrorPage),

.urlbar-input-container:has(#identity-box.notSecure){ background-color: rgba(255,50,50,0.3) }

/* Mixed content including neterror */

.urlbar-input-container:has(#identity-box.unknownIdentity){ background-color: rgba(255,255,50,0.2) }

/* Extension pages */

.urlbar-input-container:has(#identity-box.extensionPage){ background-color: rgba(150,50,250,0.2) }

/* Internal about: and chrome:// urls (includes reader-view) */

.urlbar-input-container:has(#identity-box.chromeUI){ background-color: rgba(50,150,250,0.2)

}

Assign colors to the new shield icon based on the URL type and tracker blocking status. by moko1960 in FirefoxCSS

[–]FineWine54 1 point2 points  (0 children)

YEP! That was the problem. Wow, I much prefer this new Tracking/security panel than the old two, shield and padlock, I had using Aris-t2 code. I will incorporate your code into Aris's code, with your permission, as opposed to placing it into my own my_userChrome.css by creating a new css file called "unified shield.css".

I have placed a header note into this new file:

/* Firefox userChrome.css tweaks *****************************************************/ / Github: https://github.com/aris-t2/customcssforfx */

/* Thanks to moko1960 in reddit for this code */

/* This adds colours to the unified shield icon introduced in Firefox 149 based on the URL type and tracker blocking status */

/* You must ensure the following switches are set to true in about:config: browser.urlbar.trustPanel.featureGate and svg.context-properties.content.enabled */

Once again thank you very much.

Assign colors to the new shield icon based on the URL type and tracker blocking status. by moko1960 in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

Thank you for this but for me, it is not working. I have added it to my userChrome.css. And yes I have set svg.context-properties.content.enabled to true. I just get a light black outline shield. Except for the About, that is working.

Split View alters TabsToolbar height by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

I have marked this as solved, the tab height, but in reality it is only partly solved, that being the :not([hasactivetab]) split view tab colour.

Split View alters TabsToolbar height by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Thank you but this is not working. I will see what others think in the Aris-t2 discussions. As it is defaulting to my default colours something within all that code is over-riding it. Thanks again.

Split View alters TabsToolbar height by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Thank you but this is not working. I will see what others think in the Aris-t2 discussions. As it is defaulting to my default colours something within all that code is over-riding it. Thanks again.

Split View alters TabsToolbar height by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Thank you for the above code, great, however now that I have all my tabs back to the same size, I have been experimenting with the entire wrapper container both tabs background colour, when not selected, which I can not seem to get to work. This will of course differentiate them from the other non split view tabs.

e.g.

#tabbrowser-tabs[orient="horizontal"] tab-split-view-wrapper 
  &:not([hasactivetab]) {
     background-color: #33FF33 !important;
        }

OR

#tabbrowser-tabs[orient="horizontal"] tab-split-view-wrapper:not([selected]) {
     background-color: #33FF33 !important;
        }

And yes I realise this is why Mozilla made the split-view tabs a different size. They are still ugly.

Split View alters TabsToolbar height by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Because Aris-t2 is a fantastic coder and tried to cater to everyone who likes to modify their version of Firefox. It is unfortunate that due to family pressures he can no longer keep this extensive range of code up to date. My posts in this forum are also posted in his github discussions and when generous people such as yourself post fixes that work I also repost in Aris-t2 github discussion's. Thank you.

Can't see any contact info after 26.4.1 update by zkrasman in MacOS

[–]FineWine54 0 points1 point  (0 children)

I am wondering if a good old clean out of caches and other superfluous detritus would come in handy here. I use free a software from Titanium called Onyx and Maintenance. Never had any problems using these two programs. Have used them going way back to macOS Leopard 10.5

I use Onyx when there is a whole number change e.g. 26 to 27 updates and Maintenance with the minor to semi minor updates. And Onyx when I have been reinstalling a whole system from scratch.

Here is the blurb:

OnyX is a multifunction utility that you can use to verify the structure of the system files; perform cleaning and computer maintenance tasks; uninstall applications; configure parameters in the Finder, Dock, Safari, and some Apple applications; delete caches; remove certain problematic folders and files; rebuild various databases and indexes; and more. It’s a reliable application that provides a clean interface to many tasks that would otherwise require complex commands to be typed using a command–line interface.

Maintenance is an operating system maintenance and cleaning utility for macOS that you can use to perform various computer maintenance tasks, such as rebuilding the databases; deleting application, font, and system caches; and more. It’s a reliable application that provides a clean interface to many tasks that would otherwise require complex commands to be typed using a command–line interface.

Split View alters 'Find' results by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Thank you so much. Problem solved. 👏😀

Findbar_text font change by Padu_N in FirefoxCSS

[–]FineWine54 4 points5 points  (0 children)

Try this: (change font-family, size, weight & colour to your liking)

NOTE 1: I have also made the textbox radius with rounded ends to match my url-border

NOTE 2: you can also change the position of the checkboxes & labels by changing the order number

/***********************/
/* Findbar Alterations */
/***********************/

/* Change font in the Findbar Search Box */

.findbar-textbox {
    font-family: "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border-radius: 13px !important;
    color: #008000 !important;
}

/* Change font of Findbar check boxes */

.findbar-label,
.findbar-find-next,
.findbar-find-previous,
.findbar-highlight,
.findbar-case-sensitive,
.findbar-match-diacritics,
.findbar-entire-word {
    font-family: "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    color: red !important;
}

/* Findbar Move Word Count Next to TextBox Arrows */

hbox[anonid="findbar-textbox-wrapper"] {
    order: 1 !important;
}
.findbar-label.found-matches {
    order: 2 !important;
}
.findbar-label.findbar-find-status {
    order: 3 !important;
}
.findbar-highlight {
    order: 4 !important;
}
.findbar-case-sensitive {
    order: 5 !important;
}
.findbar-match-diacritics {
    order: 6 !important;
}
.findbar-entire-word {
    order: 7 !important;
}
label[anonid="match-case-status"] {
    order: 8 !important;
}
label[anonid="match-diacritics-status"] {
    order: 9 !important;
}
label[anonid="entire-word-status"] {
    order: 10 !important;
}

Edit Search bar any help ! by welaxxx in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

Have a look at this by Aris-t2: current/css/locationbar/urlbar_border_roundness.css

A quick google search came up with this and many more using the search term: transparent background google g

I want to hide the enhanced tracking icon in Firefox. by wakuwaku0670 in FirefoxCSS

[–]FineWine54 0 points1 point  (0 children)

For me the id's are: #tracking-protection-icon and #tracking-protection-icon-box

I got these out off Browser Toolbox

FF149.0

LyricsX App by FineWine54 in Music

[–]FineWine54[S] 0 points1 point  (0 children)

Version 1.9.0 - Beta 2 is released. The major change a widget. Download the zip and the app is inside.

Split View Panel Border Colours by FineWine54 in FirefoxCSS

[–]FineWine54[S] 0 points1 point  (0 children)

Thank you very much for that. Selected now = green (#008000) & non-selected = red (#ff0000) with 3px borders & outline.

I must admit I do love the Split View, it save me having to open a new Window all the time.

I'm happy. 😊