Firefox... taming the beast part 2 !!

Page 44 of 50 FirstFirst ... 344243444546 ... LastLast

  1. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #431

    New strange problem with firefox ....can't view my google mail using FF ....it flashes on and off no idea why ...very strange. Chrome works fine tho. FF only does this on google mail ....everything else seems to work fine.


    For whatever reason Firefox is working fine again ....
    Last edited by OldMike65; 22 Jun 2023 at 08:07.
      My Computers


  2. Posts : 1,800
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #432

    That's great! Don't look a gift horse in the mouth. . .
      My Computers


  3. Posts : 23,282
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
    Thread Starter
       #433

    How to avoid the... "some extensions are not allowed", in FF 115...

    Latest Firefox released for Windows | Page 27 | Windows 11 Forum
      My Computer


  4. Posts : 6,855
    22H2 64 Bit Pro
       #434

    Here's a strange one. I hope that someone can figure it out.

    Caveat: I'm using Librewolf (Firefox Fork) but essentially it's the same as Firefox when it comes to userchrome.css

    After updating to 117.0-1 I had a problem with icons in the context menu overlaying the text. (Using Lepton Proton Style)

    See:
    Firefox... taming the beast part 2 !!-context-menu-librewolf.jpg

    Updating to the latest Lepton Proton Style fixed that.

    GitHub - black7375/Firefox-UI-Fix at proton-style

    However I lost the bold font on the active tab. You can see tabs in the first screenshot did all display bold text before the update.

    I reapplied this fix:
    #TabsToolbar .tabbrowser-tab .tab-content {
    font-weight: 800 !important;
    }

    I got the bold font back but only on the inactive tabs. The active tab font isn't bold.

    Firefox... taming the beast part 2 !!-active-tab.jpg

    Any fix?
    Last edited by Callender; 30 Aug 2023 at 16:40.
      My Computer


  5. Posts : 3,275
    Win10
       #435

    Callender, I haven't tested this with the particular Theme Style that you are using, but try something along this line ?
    Code:
    /* tab label text colour */
    /* TAB LABEL for SELECTED tab  font 'color 'size 'weight 'type-face also if wanted*/
    .tabbrowser-tab .tab-label[selected="true"] {
         font-weight: bold   !important;
         font-style:  italic !important;
         color:       yellow !important;
    }
    /* TAB LABEL for NOT selected tab font 'color 'size 'weight 'type-face also if wanted*/
    .tabbrowser-tab .tab-label:not([selected="true"]) {
         color:       black  !important;
         font-weight: normal !important;
    }
    (ignore all except font-weight for your use case).

    Firefox... taming the beast part 2 !!-ff-tab_font.png
      My Computers


  6. Posts : 6,855
    22H2 64 Bit Pro
       #436

    @das10

    Thanks but it didn't work. Actually any changes that I make are momentarily applied to the active tab but almost immediately revert to how it's displayed in the screenshot. (Regular not bold text).

    Maybe something in the custom css. For Lepton Proton this is how it works:

    Firefox... taming the beast part 2 !!-userchrome.css-notepad.jpg

    So it imports:


    Then there is user.js


    Mabe something in either of those files is overriding it.
      My Computer


  7. Posts : 3,275
    Win10
       #437

    That's odd; as with Firefox 117.0, the tab css rule appears to work.

    This is what I have as a basic userChrome.css with "Firefox-UI-Fix-proton-style" theme.
    Code:
    /** Import Lepton stylesheet (Chrome) *****************************************/
    @import url("css/leptonChrome.css");
    
    
    /** Add your custom styles below **********************************************/
    
    /*tab b-ground selected tab */
          .tab-background[selected="true"] {
          opacity: 1.00 !important;
          background-color: #AB99EB !important;
          }
    /*tab b-ground not selected tabs */
          .tab-background:not([selected="true"]) {
          background-color: #00A8A8 !important;
          background-image: none !important;
          }
    
    /* TAB LABEL for SELECTED tab  font 'color 'size 'weight 'type-face also if wanted*/
    .tabbrowser-tab .tab-label[selected="true"] {
         font-weight: 900   !important;
         color:       black !important;
    }
    /* TAB LABEL for NOT selected tab font 'color 'size 'weight 'type-face also if wanted*/
    .tabbrowser-tab .tab-label:not([selected="true"]) {
         color:       black  !important;
         font-weight: normal !important;
    }
    Firefox... taming the beast part 2 !!-ff-tab_font_2.png
      My Computers


  8. Posts : 6,855
    22H2 64 Bit Pro
       #438

    @das10

    Thanks, I will try that later when I'm at home.
      My Computer


  9. Posts : 3,275
    Win10
       #439

    One other thing you could try :
    If you want bold font on "all" the tabs, you can try changing the code you have applied (as shown in post #434).

    from:
    Code:
    #TabsToolbar .tabbrowser-tab .tab-content {
    font-weight: 800 !important;
    }
    to:
    Code:
    #TabsToolbar .tabbrowser-tab .tab-label {
    font-weight: 800 !important;
    }
    (If I use your original code (with .tab-content instead of .tab-label, I too get a bold font on all tabs except the active/selected tab).
      My Computers


  10. Posts : 6,855
    22H2 64 Bit Pro
       #440

    das10 said:
    One other thing you could try :
    If you want bold font on "all" the tabs, you can try changing the code you have applied (as shown in post #434).

    from:
    Code:
    #TabsToolbar .tabbrowser-tab .tab-content {
    font-weight: 800 !important;
    }
    to:
    Code:
    #TabsToolbar .tabbrowser-tab .tab-label {
    font-weight: 800 !important;
    }
    (If I use your original code (with .tab-content instead of .tab-label, I too get a bold font on all tabs except the active/selected tab).
    It's strange but I used the code you posted in post #437 and bingo - all tabs are bold text which is exactly what I wanted.

    See:
    Firefox... taming the beast part 2 !!-bold-text-tabs.jpg

    Thanks.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:38.
Find Us




Windows 10 Forums