-
Notifications
You must be signed in to change notification settings - Fork 184
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GENERAL discussion, feedback, questions belong here! (v15) #452
Comments
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? |
Get v4.1.5v2. Initial release only works, if "alternative appearance" for add-ons manager is active. Switch tab item: |
@Aris-t2 |
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 |
@mzso
This happens without any custom code for me too. |
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;
} |
Thanks! |
Could you test 4.1.5v3? |
@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.) |
v4.1.5v4 offers icon colors for dark theme consistent with other icon options like main toolbar icon colors and appmenu icon colors. @mzso |
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 |
The fix was for case 2, it was broken for me. Now it is working as expected. |
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. |
|
Either newest |
Well, I can live with it for now. 🙂 |
👍️ |
Hi @Aris-t2 !! I'm trying to make my own menu bar with some effects and I need the ID menu names for: |
I was wondering about the changes in v5 with all those changes related to moz-os-version, and tried to search firefox source (after searching FOR firefox source for a while 🤣 ), and ran into something that maybe will be useful/relevant in the future: |
@BoomerangAide The tricky part was keeping code for Fx99+ and pre-99 inside the same css files without causing Fx99+ code to break pre-99 code and vice versa and of course work cross platform. Each time I fixed one case, I created an issue somewhere else ;-) |
Is there still a way to restore the "history dropmarker" in the Location Bar / URLBar or has Mozilla broken it? I don't see any options for it in userChrome.css... Also, is there a way to hide the Tab bar when only one tab is open? I experimented with this, but it proceeded to hide my Menu bar instead. Also found this, but haven't experimented with it... |
Hi @Aris-t2 !! Finaly I made something defferent for "toolbar-menubar". With your help I added simple decorative Icons in front of the text Pic 1. |
#tracking-protection-icon-container, |
@Achille-Grs Wow. Many thanks! |
Could someone please tell me how to change the text color (username/password) of the about:logins page? When I have a light theme they are white so nothing appears in these fields.Thanks |
@Crybal Can you upload a screenshot? |
A bit of an OT question but considering that this space is followed by many tinkerers who like to customize Firefox I have a question not related to the CSS "per se" but related to the general customization aimed to keep the old appearance and behavior. EDIT: managed to find an answer, so problem solved, I leave the solution here for others: you have to set "browser.download.improvements_to_download_panel" in about:config to false, maybe this fix could be added to that FAQ here with the other config tweaks. |
Sorry,my mistake.A css was activated that changed the logins page to an alternative appearance.I finally found it,disabled and now it looks OK. |
Need some help here, recently this add-on got updated and added a new context menu... https://i.imgur.com/RMeyP4N.png "Copy target URL" I cannot for the life of me get the menu item ID to hide it, it won't stay open when I try to inspect it, can someone help me out here? What's needed to hide this. Add-on in question; |
You can force most popups to stay open for inspection by enabling |
Thanks Aris that works perfect! And I could have sworn I did have that option checked... I'm usually pretty good with finding ID's but this one, any time I moved my mouse or alt+TAB after finding it, to the inspector, things would shift. |
Hello @Aris-t2, Firefox 98:
|
Hello, I'd like to report a bug - in |
Need to report that the "restore empty/missing tab favicon" tabs setting doesn't seem to work after updating FF to V98, every change to that results always in the same default globe icon. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
The text was updated successfully, but these errors were encountered: