Replies: 11 comments 14 replies
-
I found one more I cannot find, the spacing of items in menus, particulalry the bookmarks menu, is to much compared to the last version (4.0.2) I was using. I am sure that was a result of a tweak I cannot find. Images below of 4.0.2 vs 4.2.0: Thanks again. |
Beta Was this translation helpful? Give feedback.
-
@Aris-t2 should I have posted this in a different place? I see things have changed here a bit. Sorry if so. Would hope these are easy and quick tweaks. All worked in a previous version, I just cannot find out where I tweked them after searching every css file in use. Thanks. ~Bob |
Beta Was this translation helpful? Give feedback.
-
There is no "option" for that in general, it only is available for "tabs below navigation bar" mode in This will work: #TabsToolbar:not(:-moz-lwtheme){
background-color: blue !important;
}
This was a default browser feature. The code below will work: #urlbar:not([focused="true"]):hover #urlbar-background,
#searchbar:not(:focus-within):hover {
border: 1px solid Highlight !important;
}
You have to enable |
Beta Was this translation helpful? Give feedback.
-
OK first good news: I tweaked the highlight and added to my_userChrome.css and this works like a charm: BUT: I believe the code in 4.0.2 that made the change for me was in custom_tab_color_settings and was: That does not work in 4.2.0 And last, I had this in my_userChrome 4.0.2 which DID work but not now: :root{ No matter WHAT I try in popup_compact_menus.css which IS enabled has no effect. Can we look at those two a little more? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Try #TabsToolbar:not(:-moz-lwtheme){ |
Beta Was this translation helpful? Give feedback.
-
Thanks, but tried everything I could find or think of to change in color_variables.css and no changes at all to background color. Tried changing the gradient to a color, etc. Perhaps you could be more specific? And same with any Y padding which had no effect. And as posted, the lines I had in my_userChrome for 4.0.2 do not qwork in 4.2.0. Any idea what can be changed there to make the padding work? Thanks.... |
Beta Was this translation helpful? Give feedback.
-
Thanks so much, but does not work for me. No idea why not:
![1](https://user-images.githubusercontent.com/13785042/183699779-29804a89-59b1-4831-ad9e-07b5501475f2.JPG)
![2](https://user-images.githubusercontent.com/13785042/183699822-db614b2c-5f5f-44d7-a5dd-c9053309733b.JPG)
Something must be overriding this?
To be honest. This is just a nice to have. Would love the change, but more important tightening up the menus.
Thanks again Aris-T2
(Sorry - replying to the email did not work as expected)
|
Beta Was this translation helpful? Give feedback.
-
OK, just tried an experient. Downloaded a fresh FF ESR 102.1 portable, setup VIRGIN. Added the test Chrome with ONLY your suggested changes. Tab bar did not move to the bottom and color did not change. Has to be some sort of clue. no? |
Beta Was this translation helpful? Give feedback.
-
OK, got the menu paddings. Conflict in my_UserChrome and the .css for popup. Works as expected now. Sorry these were all me. Took a bit to sort them all out. ~Bob |
Beta Was this translation helpful? Give feedback.
-
OK, all is good again. Until the next FF ESR major changes at least. Thanks for all the help. |
Beta Was this translation helpful? Give feedback.
-
Here's an odd one from FF 103 (which has MAJOR problems in my opinion). Pretty ugly. Is there a fix to remove the highlighting box? No rush. Will be some time until I actually can use 103. |
Beta Was this translation helpful? Give feedback.
-
HI there Aris-t2. Just spent about 4 hours moving to latest version as I wil lbe updating FF ESR soon. All wnet well, though tedious, except for tow small issues I cannot find.
Would appreciate the pointers.
Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions