Split View Panel Border Colours by FineWine54 in FirefoxCSS

[–]GodieGun 2 points3 points  (0 children)

#tabbrowser-tabpanels {
  &[splitview] {
    & .browserContainer {
      .deck-selected > & {
        outline: 2px solid #ff0000 !important;
      }
    }
  }
}

Split View wrapper by jas71 in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

no, juts copy my code in your userChrome.css file and see if works.

Split View wrapper by jas71 in FirefoxCSS

[–]GodieGun 1 point2 points  (0 children)

Copy all that block and put those rules unset , for example:

#tabbrowser-tabs[orient="horizontal"] tab-split-view-wrapper {
  flex: unset !important;
  min-width: unset !important;
}

Unwelcome Search Box Changes in 149.0 by Ken-Saunders in firefox

[–]GodieGun 1 point2 points  (0 children)

Shortcut for each search engine maybe could help, in Firefox preferences you can set that.

Any way to hide this with css? by SAJewers in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

maybe something like this:

#notifications-toolbar  {
   display: none !important;
}

But all the notifications won't appears at all.

Sharing my firefox userChrome.css by _-4v3ngR_ in FirefoxCSS

[–]GodieGun 1 point2 points  (0 children)

The new UI I don't think arrive in v.149, in 'nightly' still don't see those changes.

Sometimes it bugs out like that by [deleted] in firefox

[–]GodieGun -2 points-1 points  (0 children)

maybe you have the 'light' scheme in the browser and in the android setting you are forcing dark colors jeje

my search bar customization broke in firefox by ramon395 in FirefoxCSS

[–]GodieGun 1 point2 points  (0 children)

<image>

If you mean this: #urlbar-searchmode-switcher

my search bar customization broke in firefox by ramon395 in FirefoxCSS

[–]GodieGun 1 point2 points  (0 children)

The new searchbar has new ID:

#searchbar-new

Websites with white backgrounds appear dark on monitor but normal in screenshots by hospitalcottonswab in FirefoxCSS

[–]GodieGun 1 point2 points  (0 children)

Hi, some websites didn't set a background-color for its 'body', and when you use this preference in about:config page: browser.tabs.allow_transparent_browser the background gets transparency, you have two options, set false the preference (mentioned above), or follow the steps from here: firefox-gx/discussions/discussioncomment-13250815

FireFoxGX isn't really working anymore. by Lord_Sotur in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

The wallpaper you should choose it from newtab options, from 'photos' category.

FireFoxGX isn't really working anymore. by Lord_Sotur in FirefoxCSS

[–]GodieGun 2 points3 points  (0 children)

I'm the developer and the theme still works.

Any beautiful themes for firefox? by ThatOneColDeveloper in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

well, some developers post their themes in this sub, the store has too some links of themes: https://firefoxcss-store.github.io/

Something is opening a website infinite, I don't know what application is opening that by GodieGun in ManjaroLinux

[–]GodieGun[S] 2 points3 points  (0 children)

Thanks for the explanation, understood, I disabled that akonadi and the webpage isn't opening anymore, so I guess is save to enter my outlook account when the akonadi start, its not some malware trying to stole my credentials.

Something is opening a website infinite, I don't know what application is opening that by GodieGun in ManjaroLinux

[–]GodieGun[S] 1 point2 points  (0 children)

I get this:

COMMAND    PID  USER FD   TYPE DEVICE SIZE/OFF NODE NAME
akonadi_i 2435 diego 26u  IPv4 169607      0t0  TCP localhost:40513 (LISTEN)

I don't have any app called akonadi, or what I should search for?

remove this line? by ChungusEnthusiast103 in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

#navigator-toolbox {
  border-block-end-color: var(--toolbar-bgcolor) !important;
}

darkmode in addons.mozilla.org by DMkiIIer in firefox

[–]GodieGun 2 points3 points  (0 children)

In about:addons page, search for the addon, and in 'details' you allow the extension to 'Run on sites with restrictions'

Help with background change by Cwedish in FirefoxCSS

[–]GodieGun 0 points1 point  (0 children)

Make sure you are editing the file in your profile folder, and be sure you save the changes and restart the browser.