Firefox... taming the beast !

Page 23 of 35 FirstFirst ... 13212223242533 ... LastLast

  1. Posts : 226
    64-bit Windows 10 Pro
       #221

    I hope you can find a solution for the spacing problem.
      My Computer


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

    Ghot said:
    UPDATE for Firefox 91.0

    Ari has a brand new Chrome folder, just out... but it doesn't fix anything that I can see.
    I'm good, thx for the note!
      My Computers


  3. Posts : 208
    Win 10
       #223

    Ghot said:
    UPDATE for Firefox 91.0

    Ari has a brand new Chrome folder, just out... but it doesn't fix anything that I can see.

    For anyone with FF tweaked like in the original post...
    Keep the same Chrome folder for now, and in about:config ...change this back to TRUE...

    browser.proton.enabled = True

    ...that will get things back to... normal.




    The Bookmarks spacing is back to double spaced. I can't find solution...yet.

    @Edwin
    @OldMike65
    @larc919
    @Anak
    All is working here, you need to make sure you follow his v4.0.0 instructions all proton switches need to be enabled in about:config.
    Releases . Aris-t2/CustomCSSforFx . GitHub

    Next to get compact menus spacing use this option under GUI section.(pick one of them only).
    /* context menus / menupopups / panels **********************************************************/
    /* @import "./css/generalui/popup_compact_menus_proton.css"; /**/
    /* @import "./css/generalui/popup_compact_menus_proton_squared.css"; /**/

    That should work, I am using a custom setting of "@import "./css/generalui/popup_compact_menus_proton.css"; /**/" modified with slightly more padding then his and add it to a "my_userChrome.css" file in the root (I don't enable any of above in the file.

    You should be ok with one of those settings though, that should give dropdown compact menu lists.
      My Computer


  4. Posts : 226
    64-bit Windows 10 Pro
       #224

    EdKiefer said:
    All is working here, you need to make sure you follow his v4.0.0 instructions all proton switches need to be enabled in about:config.
    Releases . Aris-t2/CustomCSSforFx . GitHub

    Next to get compact menus spacing use this option under GUI section.(pick one of them only).
    /* context menus / menupopups / panels **********************************************************/
    /* @import "./css/generalui/popup_compact_menus_proton.css"; /**/
    /* @import "./css/generalui/popup_compact_menus_proton_squared.css"; /**/

    That should work, I am using a custom setting of "@import "./css/generalui/popup_compact_menus_proton.css"; /**/" modified with slightly more padding then his and add it to a "my_userChrome.css" file in the root (I don't enable any of above in the file.

    You should be ok with one of those settings though, that should give dropdown compact menu lists.
    I reenabled all Proton.
    Then tried each of your 3 suggestions, but none worked.
      My Computer


  5. Posts : 208
    Win 10
       #225

    lafargeotte said:
    I reenabled all Proton.
    Then tried each of your 3 suggestions, but none worked.
    Hmm, thats odd , I am still using his v4.0pre10 but that should be basic the same as release 4.0.0.
    If you tried copy the contents of the file css/generalui/popup_compact_menus_proton.css into "my_userChrome.css" didn't work maybe there some new conflict in there, try renaming and using the copied data into a userchrome.css (not using any of his other stuff. If that works then either there a conflict with a setting or some error in the file.

    If I get time I will move over to 4.0.0 one and do a comparison in the file to see if anything different.
      My Computer


  6. Posts : 226
    64-bit Windows 10 Pro
       #226

    With v91 I have lost all my colours, including in the menus.
    I have got some colours back using the Fx add-on 'Firefox Color' but it does not affect the menus.
    I also have it as a 'light' menu, but new tabs, config pages, option pages and pop-ups are black!
    What has happened to v91?
    Anyway, if you can help here is a copy of my userchrome.css:
    /* hide Bookmarks Toolbar Folder */
    #bookmarksToolbarFolderMenu, #bookmarksToolbarFolderMenu+menuseparator {display: none !important;}#
    /* Remove the Bookmark star */
    #star-button {display: none !important;}
    /* Remove the RSS icon */
    #feed-button {display: none !important;}
    #star-button { display: none !important;}
    #menu_unsortedBookmarks,
    #bookmarksMenuPopup > menuseparator[builder="end"]
    {display:none!important;}
    #menu_pocket, #menu_pocketSeparator, #panelMenu_pocket, #BMB_pocket, #BMB_pocketSeparator { display:none !important; }
    #context-savelinktopocket, #context-pocket { display:none!important; }
    /* Menu bar bookmarks menu background */
    #bookmarksMenuPopup hbox {background: #87CEFA !important;}
    /*Change highlighted menu text to any color:*/
    menupopup > menu[_moz-menuactive="true"],
    menupopup > menuitem[_moz-menuactive="true"],
    popup > menu[_moz-menuactive="true"],
    browsermessage,notification .notification-inner{ border-color: red !important;}
    browsermessage, notification{ background-color: red !important;}
    menupopup {
    -moz-appearance: none !important;
    background-color: #87CEFA !important }
    .tab-close-button *{ width: 22px !important; height: 22px !important;}
    #context-openlinkinusercontext-menu {display: none !important;}
    #context-openlinkincontainertab {display: none !important;}
    #context-sendlinktodevice {display: none !important;}
    /* Global UI font */
    * {font-size: 13pt !important;
    font-weight: bold !important;}
      My Computer


  7. Posts : 23,281
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
    Thread Starter
       #227

    UPDATE for Firefox 91.0

    Due to changes in Firefox 91... browser.proton.enabled, needs set back to True.

    Firefox...  taming the beast !-image1.png



    Must activate this, for "single" spaced bookmarks menu... (Custom CSS tweaks for Firefox v4.0.0)

    Firefox...  taming the beast !-image2.png



    @EdKiefer



    Here's my Chrome folder v4.0.0

    Chrome.7z

    Looks like this. Has single spaced bookmarks. (has many non-Chrome folder, browser "customizations", as well)


    Firefox...  taming the beast !-image3.png


    Firefox...  taming the beast !-image4.png
    Last edited by Ghot; 10 Aug 2021 at 06:51.
      My Computer


  8. Posts : 226
    64-bit Windows 10 Pro
       #228

    - - - Updated - - -

    Ghot said:
    UPDATE for Firefox 91.0

    Due to changes in Firefox 91... browser.proton.enabled, needs set back to True.

    Firefox...  taming the beast !-image1.png



    Must activate this, for "single" spaced bookmarks menu... (Custom CSS tweaks for Firefox v4.0.0)

    Firefox...  taming the beast !-image2.png



    @EdKiefer



    Here's my Chrome folder v4.0.0

    Chrome.7z

    Looks like this. Has single spaced bookmarks. (has many non-Chrome folder, browser "customizations", as well)


    Firefox...  taming the beast !-image3.png


    Firefox...  taming the beast !-image4.png
    Thanks.
    However, I did all that, but still have double spaced menus - help!!!!
      My Computer


  9. Posts : 208
    Win 10
       #229

    Ghot said:
    UPDATE for Firefox 91.0

    Due to changes in Firefox 91... browser.proton.enabled, needs set back to True.

    Firefox...  taming the beast !-image1.png



    Must activate this, for "single" spaced bookmarks menu... (Custom CSS tweaks for Firefox v4.0.0)

    Firefox...  taming the beast !-image2.png



    @EdKiefer



    Here's my Chrome folder v4.0.0

    Chrome.7z

    Looks like this. Has single spaced bookmarks. (has many non-Chrome folder, browser "customizations", as well)


    Firefox...  taming the beast !-image3.png


    Firefox...  taming the beast !-image4.png

    Why do you have browser.proton.contextmenu.enabled set to false?
    That shouldn't even be there AFAIK for 90.0+ versions.

    Aris-t2 released this 25 days ago
    This version is going to offer major changes as suggested by Speravir a while ago.
    The main target will be Firefox 91, but all of this projects 'options' should work with Firefox 89 and 90 too, if all "Proton" switches are active inside about:config area.
      My Computer


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

    EdKiefer said:
    Why do you have browser.proton.contextmenu.enabled set to false?
    That shouldn't even be there AFAIK for 90.0+ versions.

    Aris-t2 released this 25 days ago
    This version is going to offer major changes as suggested by Speravir a while ago.
    The main target will be Firefox 91, but all of this projects 'options' should work with Firefox 89 and 90 too, if all "Proton" switches are active inside about:config area.

    Don't ask me. I just, as you can see, did a search for browser.proton

    Also, v4.0.0 was only released yesterday morning. When I DL'd it... it said posted 3 hours ago.
      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 05:22.
Find Us




Windows 10 Forums