Replies: 182 comments 417 replies
-
I installed 4.1.5. So what happens now is that the URLbar items don't jump, however with the huge handicap of the URL not being shown when I press alt, the switch to tab text remains. The addon manage got worse by the categories not appearing at all, only the very left side of the highlights: Is this not meant to be compatible with FF97? |
Beta Was this translation helpful? Give feedback.
-
Get v4.1.5v2. Initial release only works, if "alternative appearance" for add-ons manager is active. Switch tab item: |
Beta Was this translation helpful? Give feedback.
-
@Aris-t2 |
Beta Was this translation helpful? Give feedback.
-
Installed CSS 4.1.5v2, and found a bug: in the "about" window, the button to download a new version is displayed with a black background when it should be gray, possibly a weird hardcoded use of the dark theme I'm not using? On another note, I (apparently so far) currently managed to kill animations and other nonsense of my ie6 download button with the following code: /* Prevent download button from turning into something else */
#downloads-button[progress] > .toolbarbutton-badge-stack > #downloads-indicator-anchor > #downloads-indicator-icon,
#downloads-button[animate][notification] > .toolbarbutton-badge-stack > #downloads-indicator-anchor > #downloads-indicator-icon {
visibility: visible !important;
}
#downloads-button > .toolbarbutton-badge-stack > .toolbarbutton-animatable-box {
display:none !important;
}
/**/
On yet another note, after installing the aforementioned new CSS, I noticed something annoying, but in this case it may just be me not noticing it during my previous test with an older CSS version: a "Firefox suggère" (probably "Firefox suggest") element that was adding itself to my autosuggests from the url bar, getting in the way of the compactness I set up. /* Remove "Firefox suggère" text in autocomplete */
.urlbarView-row[label]::before {
content: none !important;
}
.urlbarView-row[label] {
margin-block-start: unset !important;
}
/**/ Maybe it will help of help to someone |
Beta Was this translation helpful? Give feedback.
-
@mzso
This happens without any custom code for me too. |
Beta Was this translation helpful? Give feedback.
-
Firefox 97.0, Linux; CustomCSSforFx 4.1.5 I use : |
Beta Was this translation helpful? Give feedback.
-
Sounds like the Linux code is not applied properly after recent changes: Does this work: @media (-moz-platform: linux) {
:is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
margin: 0 !important;
width: 16px !important;
height: 16px !important;
}
:is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
margin-inline-start: 6px !important;
}
} or just this: :is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
margin: 0 !important;
width: 16px !important;
height: 16px !important;
}
:is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
margin-inline-start: 6px !important;
} |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Could you test 4.1.5v3? |
Beta Was this translation helpful? Give feedback.
-
@Aris-t2 commented on 2022. febr. 13. 21:49 CET:
Doesn't seem to be different in 4.1.5v3. I don't think I ever used either of the alternative appearance options, but it worked fine. (Only the highlight started failing a bit as I showed before.) |
Beta Was this translation helpful? Give feedback.
-
v4.1.5v4 offers icon colors for dark theme consistent with other icon options like main toolbar icon colors and appmenu icon colors. @mzso |
Beta Was this translation helpful? Give feedback.
-
I don't get it. It was shown, along with category names, as shown by my image:https://user-images.githubusercontent.com/4479090/153457524-800ecda8-27eb-4b23-9a43-49c1fab463b8.png |
Beta Was this translation helpful? Give feedback.
-
The fix was for case 2, it was broken for me. Now it is working as expected. |
Beta Was this translation helpful? Give feedback.
-
Thanks! 😀️ |
Beta Was this translation helpful? Give feedback.
-
Did you also update the other files?
I only ran a quick test on Ubuntu, where the icon size and spaces matched other icons in context menu. |
Beta Was this translation helpful? Give feedback.
-
Using Firefox V 113.0.1, just switched from custom CSS V 4.3.5 to V4.36 but I think I messed up something (even if I'm sure I copied the same settings verbatim), now my icons have that aero shade always active even if I'm not hovering the pointer over them and the back/forward button also has that frame always active around it (see screenshot below), need all those things gone. I remember I had to disable some setting in the custom CSS but I can't remember which one... |
Beta Was this translation helpful? Give feedback.
-
And what about classic back button? I think back button in Photon has a circle around it. |
Beta Was this translation helpful? Give feedback.
-
I have When I use Firefox Translations, I get this Tabs above nav bar seems to be ok? |
Beta Was this translation helpful? Give feedback.
-
Just tested Firefox translations in Firefox 115 Nightly and 113.0.1 (release). Either you need a bigger screen or you have to reduce font size. Ignore the code I posted before. |
Beta Was this translation helpful? Give feedback.
-
i recently updated my very old version of
however, i noticed that the gap between urls is now smaller than it was before (and the whole dropdown list itself is shorter), so i tried to add |
Beta Was this translation helpful? Give feedback.
-
Can someone tell me how to disable the urlbar breakout when clicking on it? I tried
but this one doesn't seem to work anymore. It worked in old versions. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How can I set the OG icons in |
Beta Was this translation helpful? Give feedback.
-
By the way, this discussion is getting too long, because it has 176 comments & 394 replies. |
Beta Was this translation helpful? Give feedback.
-
I'm testing Fx115.0b1 and noticed they have added a Translate page to the application menu. Can an icon be added to this? |
Beta Was this translation helpful? Give feedback.
-
Any idea how one can hide/remove the picture-in-picture button in the URL bar? This seems to be a new thing with FF 114.0, which came out today. |
Beta Was this translation helpful? Give feedback.
-
Any idea what specifically I might need to update to fix the top portion of the page right-click context menu that messed up in a recent FF update? Back Forward Reload Edit Bookmark... Nvm, I found it. Had to go a little further down XD And I just disabled the file that disables those icons and makes them text. I almost never use the base page context menu anyways. I don't really mind the icons either. |
Beta Was this translation helpful? Give feedback.
-
I've just noticed that pinning a tab forces it behind the titlebar button if it's enabled on Firefox 114, instead of being pushed to the right like it should be. Figured I'd report the bug. EDIT: Scratch that! It was some of my own code causing the problem! I fixed it up. |
Beta Was this translation helpful? Give feedback.
-
Ping @Aris-t2: Sören (@cadeyrn) has posted this to Camp Firefox: Entwicklung Firefox (German).
It can be replaced with Whether also |
Beta Was this translation helpful? Give feedback.
-
This discussion thread got way too big. Continue here: #606 |
Beta Was this translation helpful? Give feedback.
-
Make sure you have updated your configuration to the most recent version of this projects files and are using the latest version of the "options" required by your Firefox version >before< reporting problems!
Continued from #3, #41, #88, #109, #133, #163, #189, #211, #241, #273, #308, #368, #404 and #417
Instead of opening new "issues" for general talk we can use this area for discussions, feedback and questions. Open new "issues" for real bugs and problems.
Custom JS scripts to restore more classic features
https://github.com/Aris-t2/CustomJSforFx
Things this project will not target/recreate
Things not possible with CSS
Beta Was this translation helpful? Give feedback.
All reactions