-
Notifications
You must be signed in to change notification settings - Fork 183
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! (v9) #241
Comments
How do I set the config to default? And I applied the red colour to the toolbar and header via the Windows personalization colour settings. Should I set the window colour back to its default value in Settings? |
Hey Aris, is there a way to have this dark blue highlight color that happens when you type, be of a different color, preferably light grey or light blue, like what my green arrow points to. |
In web developer tools (Ctrl + Shift + I), that is - NOT for Browser Toolbox, in Firefox quantum is it possible to permanently change font size, name (e.g., Liberation mono), font weight without massive effort? I was able to change font size, weight, etc., in some modules of browser toolbox using fairly simple CSS (from Mozilla support site). But nothing I've read or tried says it's as easy to change these things in web developer tools. CSS for it goes in the usual path for userChrome.css. Ctrl and + increases the font size in all displayed panes, but doesn't allow specifying monospace or a particular font, where certain letters & numerals don't look identical. It also increases size of window controls, scroll bars along w/ text or code, which isn't wanted. If I could set the web devtools font properties in Inspector, Debugger, Style Editor & hopefully DOM, that would help a lot. |
@m4n8tpr4 The search area at the bottom does not get crushed in my tests. /* reduce space around search engines */
#urlbar .search-one-offs {
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-inline-start: 4px !important;
padding-inline-end: 0px !important;
} @Infernoflower @ImSpecial @bendover22 \chrome_debugger_profile\chrome\userChrome.css --> * {
font-size: 14pt !important;
font-family: "Freestyle Script" !important;
font-style: italic !important;
} --> |
Hello.
|
@RafalRambo However there are a few screenshots here on Github: #2 I do not have the time or the will to create a "generator"/software/plugin etc. for this projects files. |
@Aris-t2 I just updated FF to v70.0 and updated CustomCSS to v2.7.9. Everything works, but as @m4n8tpr4 mentioned, the URL text on the left in the location bar dropdown is now way smaller (though the titles on the right seem possibly unchanged). Is there a way to make the dropdown URLs text bigger, as it was before v70? |
@Aris-t2 First I want to thank you for all of the work you do to support Firefox :) My question is: How do I change the text color in my bookmarks? Since the update to Firefox 70 the background of my bookmarks is dark now, which I really like, but the text and arrows are still black and I would like to change it to White if I could. Here is a pic of my browser with Bookmarks shown: Thanks!! |
@jmcken1 #urlbar-results :-moz-any(.urlbarView-tags, .urlbarView-action, .urlbarView-title, .urlbarView-url) {
font-size: 10pt !important;
} @AMGPilot |
Dear @Aris-t2 Hi! data:text/html,%20<html%20contenteditable><Title>Notepad</Title> Is that possible with css to change font family, size, color etc? |
I forgot to mention: the search area crushing into the 25%-75% part only happens if I type in something in the location bar in a pseudo-tab (about:preferences or about:config). Thanks for the font size solution! |
Add this to userContent.css (it will most likely affect other websites too): html[contenteditable] body {
font-size: 14pt !important;
font-family: "Freestyle Script" !important;
font-style: italic !important;
} @m4n8tpr4 |
@Aris-t2 Thank you very much for the reply, it works great now! The text and arrows are white just like I wanted. One more thing... after disabling the classic appearance I now have "Show All Bookmarks at the top and Bottom now. Is there a way top disable the one at the bottom? Thank you for all of your hard work!!! ..............................Follow Up...................... Holy crap I figured it out on my own!! 🎉 Hopefully I did it correctly. I added the code below to this file: "bookmarks_menu_button_popup_other_item_hidden.css"
This removed the "Show All Bookmarks" from the bottom of the Bookmarks popup. |
I just remembered that I actually applied the red colour to the toolbar and header via the Windows personalization colour settings. Should I set the window colour back to its default value in Settings so that the gap between the tabs and the toolbar goes away? |
The the suggestion font colors are dark, but the search engine colors didn't change. Also, how can this void below the suggestions be removed? It doesn't allow me to see all my search engines. |
In v.68 esr the unread/unload color for tabs does not work.Is there a way to bring it back? |
@Infernoflower @TroudhuK @nollinvoyd /* @import "./css/generalui/searchbar_popup_engines_show_labels_fx66.css"; /**/
/* @import "./css/generalui/searchbar_popup_engines_show_labels_fx70.css"; /**/
/* @import "./css/generalui/searchbar_popup_engines_show_labels_fx72.css"; /**/ Make sure you have set the one required by your Fx version and also verify, that you are using the latest files. About the text color, this is how applying the code looks for me: @Crybal |
@Aris-t2 Are any custom JS methods working atm? I tried method 2 and 3 and none works for me. I assume method 1 is obsolete by now as well.... (?). |
Hi @rayman89, |
You could try this: #PanelUI-button {
visibility: hidden !important;
-moz-margin-end: -28px !important;
} @kanade96 Regarding your second question you have to use variables inside general_variables.css file. @rayman89 |
I have Firefox 70. I was using It only works properly when I use
I put it in my_userChrome.css. I tried changing it from black to blue to see if it would work, but it just stays grey
|
Firefox Developer Edition 73.0b3, about:addons, about:preferences are broken (some text is cut off, some images are stretched with wrong aspect ratio). |
@ooofest Try this workaround, it should work too. toolbar toolbarspring {
min-width: 1px !important;
max-width: 1px !important;
-moz-margin-start: 1px !important;
border-right: 0.5px solid !important;
border-left: 0.5px solid !important;
margin-top: 4px !important;
margin-bottom: 4px !important;
} @VcSaJen |
@Aris-t2 Your workaround works, thank you! I tried going back to the older specification and re-confirmed it's not working in this browser, btw. The separator bars seem a bit more white/solid in this case, but still much better visually for me than the blank, variable spacing we get by default in Firefox these days. |
If you are using the simulated add-on bar, this will help: #PersonalToolbar toolbarbutton .toolbarbutton-badge {
-moz-margin-end: -1px !important;
margin-top: -4px !important;
padding: 1px !important;
min-width: unset !important;
font-size: 9px !important;
} |
Something is bugged in your code to override indicators...? Completely does not work on Now I use this: #PlacesToolbarDropIndicator,
#TabsToolbar .tab-drop-indicator {
margin-top: 15px !important;
height: 7px !important;
width: 9px !important;
list-style-image: url(./image/dropdown-arrow-inverted.svg) !important;
}
#PlacesToolbarDropIndicator {
margin-top: 20px !important;
} |
@Aris-t2
|
@krystian3w @TroudhuK
|
It's a pity((( |
but @Speravir There is no thread about |
.main-heading .page-options-menu {
order: -1;
} @krystian3w |
The worst is calculating |
What about creating a custom image of the same size the vanilla version in current Fx uses? |
It's worst: I see the menubar AND the location bar (read only). With an empty chrome folder, or a v2.9.9_v2 without modification. EDIT : Sorry, for the location bar I forgot |
Sorry, I can not follow, what do you refer to? |
About override this 💩: #241 (comment) https://www.camp-firefox.de/suche/
Null. |
About
=> It's because of themes. When I have a theme (https://addons.mozilla.org/fr/firefox/addon/white00/), this space appears, and if I uncheck the menu bar to hide it, it's emplacement stays (only the text disappears). |
Sounds like something for the Fx bug reporting area on Bugzilla. |
@krystian3w Aah, it was some kind of question. Your link was useless (self link to this issue), but with the image you posted I found your question from 6 days ago (it was hidden because of the amount of reactions here). Apparently, noone in Camp Firefox is annoyed by this new indicator or noone noticed it until now. (BTW: It is not my forum, I am just an active contributor there.) Where is Could |
@Speravir I think @krystian3w tries to restore the old dropmarker, which was a tiny arrow using a small image. The new one has a bigger vertical size. |
IMO need smaller image or hack with this: #TabsToolbar .tab-drop-indicator {
max-height: var(--classic_squared_tabs_tab_height) !important;
} |
Continue here #273 |
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 and #211.
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: