Announcement

Collapse
No announcement yet.

Firefox 68 scrollbars

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Firefox 68 scrollbars

    Adding

    Code:
    @namespace url("http://www.w3.org/1999/xhtml");
    
    :root{
    scrollbar-color: #0079D3 #2E3645 !important;
    scrollbar-width: thin !important;
    }
    * {
    scrollbar-width: thin !important;
    }
    to the end of my existing userContent.css gives me back light thumb and dark trough. The first color sets the thumb color.

    Re. width, none, auto, and thin are mentioned.

    Source: https://www.reddit.com/r/FirefoxCSS/...m_medium=web2x.

    https://developer.mozilla.org/en-US/...crollbar-width
    https://developer.mozilla.org/en-US/...crollbar-color



    Note: it's possible that the situation may change because
    Experimental. Expect behavior to change in the future.
    Another way is here: https://www.reddit.com/r/firefox/com...m_medium=web2x

    Go to about:config and set
    toolkit.legacyUserProfileCustomizations.stylesheet s = true (which may already be set)
    and
    widget.content.allow-gtk-dark-theme = true
    Last edited by chimak111; Jul 10, 2019, 05:26 AM.
    Kubuntu 20.04

    #2
    When was FF68 released? I'm still sitting at 67.0.4.
    The next brick house on the left
    Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



    Comment


      #3
      Originally posted by jglen490 View Post
      When was FF68 released? I'm still sitting at 67.0.4.
      It was released yesterday: https://www.mozilla.org/en-US/firefo.../releasenotes/

      I use Firefox direct from mozilla, not from the repos: https://www.mozilla.org/en-US/firefox/.

      I have it in my home folder.
      Kubuntu 20.04

      Comment


        #4
        O.K., thanks.
        The next brick house on the left
        Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



        Comment


          #5
          Well, Fx68 is in the repos now.

          If one filters for dark in about:config and makes appropriate changes, it's possible to make scrollbars, reader view, and internal pages all have light text on a dark background. For reader view, even the sidebar background can be set. (It could be done previously too but after a bit of effort.)
          Kubuntu 20.04

          Comment

          Working...
          X