Reposition Tabs at bottom, directly above web page in Firefox 65.0? -- for Windows 10 - not for MacOSX
Can anyone supply updated code for the userChrome.css for restoring Tabs to below Menu bar, Location bar, and Personal Toolbar? The code below was working until I upgrad… (閱讀更多)
Can anyone supply updated code for the userChrome.css for restoring Tabs to below Menu bar, Location bar, and Personal Toolbar? The code below was working until I upgraded to 65.0.
/* tabs on bottom */
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
- TabsToolbar {-moz-box-ordinal-group:1000!important}
Thank you for the help.
edited the title of this thread to include Windows 10 as the operating system the OP posted from
tabs not on bottom
I just updated to Firefox 65 and suddenly my tabs are once again up in the gods. How do I get them down below the bookmarks toolbar and address bar? I've tried Userchrome… (閱讀更多)
I just updated to Firefox 65 and suddenly my tabs are once again up in the gods. How do I get them down below the bookmarks toolbar and address bar? I've tried Userchrome and followed the 2017 video (which was very lcear by the way) that was recommended in Firefox support but it didn't work and I'm at my wits end. I hate this tabs on top thing and just want to put it back where it belongs. Please help?
How to get multi-row bookmarks bar?
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66! Does anyone know what's gone wrong, or a way this can be… (閱讀更多)
For years I've used a userchrome script to show multiple rows of bookmarks, but it no longer works in Firefox 66!
Does anyone know what's gone wrong, or a way this can be fixed?
I cannot function without multi-row bookmarks! I have over 25,000 bookmarks, all neatly organized into folders across five rows of bookmarks. there's no way I could cram all those categories into one single, solitary row.
It's a shame that Firefox has never seriously supported the bookmark bar. It's always been buggy, ugly, cumbersome to use, and never felt very "solid". The menu also has a tendency to disappear, making it hard to organize and drag bookmarks and folders around.
Change tab height
Hi all, I'd like to modify the tab height, to make it thinner. Is this something that can be done, perhaps via the userChrome.css file? Thanks in advance. … (閱讀更多)
Hi all,
I'd like to modify the tab height, to make it thinner. Is this something that can be done, perhaps via the userChrome.css file?
Thanks in advance.
Can't get Tabs on bottom
At one point with this new firefox headache I managed to get my tabs on bottom but I had to do a refresh in order to get into my outlook email cause of a glitch. Now I ca… (閱讀更多)
At one point with this new firefox headache I managed to get my tabs on bottom but I had to do a refresh in order to get into my outlook email cause of a glitch.
Now I can't manage to get my tabs to go under the address bar. I did the whole chrome folder with the userchrome.css thing but I still cant get my tabs to go below my address bar.
Anyone have any idea what is causing this?
Its driving me up the wall not being able to have the browser how I want it.
Tabs not showing
My tab bar shows no tab whatsover, I tried pressing cntrl t or opening a link and nothing happens. Happens after updating to 66.0
Disable search bar(blue) when typing in address bar
I have been through numerous support pages and nothing helps, did a few about config changes as listed but still it appears. One post said it has always been there, I can… (閱讀更多)
I have been through numerous support pages and nothing helps, did a few about config changes as listed but still it appears. One post said it has always been there, I can assure you I never had this before and do not want it now. Is there any way to stop it please as I hate it even though just clicking removes it, I would prefer not to have it in the first place
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
My multiple rows tabs in FF now appear as a single line instead of multiple rows. Why and how do I fix it?
Run Hide One Tab & Tabs On Bottom in Firefox 65?
These two codes work separately: https://www.reddit.com/r/FirefoxCSS/comments/7dqtuf/hide_tab_bar_if_only_one_tab_is_open/ https://github.com/Aris-t2/CustomCSSforFx/blob/… (閱讀更多)
These two codes work separately:
https://www.reddit.com/r/FirefoxCSS/comments/7dqtuf/hide_tab_bar_if_only_one_tab_is_open/
https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar.css & https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx65.css
But when combined, this is the result:
https://prod-cdn.sumo.mozilla.net/uploads/images/2019-01-29-22-34-45-94d43e.png
When two or more tabs are open, it works fine. Any ideas on how to get these to work properly together?
How do I change the colour of the background, under the tab section?
I would like to change the colour of my background as i think white is plain. I already managed to change the tab using colors, but I can't find a way to change the colou… (閱讀更多)
I would like to change the colour of my background as i think white is plain. I already managed to change the tab using colors, but I can't find a way to change the colour of the main body, underneath the tab section. Is there a way or is it impossible?
make everything dark in firefox
Hi, I'm trying to get as much as possible of firefox to use dark theme to save my eyes at night. I use https://addons.mozilla.org/en-US/firefox/addon/darkreader/ to cust… (閱讀更多)
Hi, I'm trying to get as much as possible of firefox to use dark theme to save my eyes at night.
I use https://addons.mozilla.org/en-US/firefox/addon/darkreader/ to customize the sites automatically and it does an excellent job, except that firefox pages can't be customized with it and by that I mean:
about:blank about:newtab about:config about:preferences
for the blank and newtab pages I found three solutions:
1- create a [userContent.css](http://kb.mozillazine.org/UserContent.css) file with the following
@-moz-document url-prefix(about:blank) {*{background-color:#000000;}}
@-moz-document url-prefix(about:newtab) {*{background-color:#000000;}}
2- go to about:config and change
browser.display.background_color to #000000
browser.display.foreground_color to #ffffff
3- Go to "Preferences" and search for "colors" click on the colors button and set the background and text colors to the same colors as in 2.
now I tried all of the solutions above and all of them have side effects, the most prominent and annoying one is flashing white page for a couple of seconds when opening a new tab or white page while the website, other annoyances is that the settings don't apply to about:config and about:preferences even if I add them in userContent.css
-To test the flashing white you only need to open a new tab (while applying my settings above) and you will see it.
-To the white page before the site is loaded you need to open the link from another page(if you open a new tab and then paste the link you won't get the white page since the about:blank or about:newtab will have the dark background)
so to see my problem do the following:
1- go to https://github.com/biesiad/deelay#deelayme
2- right click on deelay.me link and click "open link in a new tab"
the link will be opened in a new tab that has the background in white or grayish color.
How can I solve these problems ? any tip would be appreciated.
Regards
Firefox 70 show empty tab bar. How to hide it again?
Since updating to Firefox 70, the tab bar is shown even if there is only one tab (it just shows the + button then). Previously, the bar was hidden if there was only one t… (閱讀更多)
Since updating to Firefox 70, the tab bar is shown even if there is only one tab (it just shows the + button then). Previously, the bar was hidden if there was only one tab. This previous behavior may depend on some setting, but I don't remember if I changed any setting for that. Have *no* Add-ons installed that affect tab visibility.
How to restore the old behaviour that tab bar is hidden if there is only one tab?
Disable middle click tab bar
Why is this a feature without the option to disable when none of the other browsers has this feature? It's really annoying trying to close a tab only to open a new one ag… (閱讀更多)
Why is this a feature without the option to disable when none of the other browsers has this feature?
It's really annoying trying to close a tab only to open a new one again because you middle clicked on the empty portion of the tab bar.
Override "important!" in source files with userChrome.css
Hello, I'm trying to change the default text direction in the URL bar from right to left (in FF RTL locals). Replacing html|input.urlbar-input:-moz-locale-dir(rtl) { dir… (閱讀更多)
Hello,
I'm trying to change the default text direction in the URL bar from right to left (in FF RTL locals).
Replacing
html|input.urlbar-input:-moz-locale-dir(rtl) {
direction: ltr !important; text-align: right !important;
}
with
html|input.urlbar-input {
direction: ltr !important; text-align: left !important;
}
in chrome\browser\content\browser\browser.css does change the direction.
However, I can not achieve that with userChrome.css. Is it possible to override the "important!" rule in the source file with userChrome.css?
Thank you.
bookmark toolbar via userchrome.css broke with 66/66.0.1 update
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently: /*AGENT_SHEET*/ /* Firefox 57+ userChrome.css tweaks *******… (閱讀更多)
I've used userChrome.css since 57 I believe to have a two row bookmark toolbar. The .css files is currently:
/*AGENT_SHEET*/
/* Firefox 57+ userChrome.css tweaks ****************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ /* by Aris (aris-addons@gmx.net)*********************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/
- personal-bookmarks {
display: block;
}
- personal-bookmarks #PlacesToolbar {
display: block; min-height: 0px; overflow-x: hidden; overflow-y: auto; max-height: 999px;
}
- personal-bookmarks #PlacesToolbar > hbox {
display: -moz-stack !important; left: 0px; right: 0px; width: 100%;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems {
overflow-x: visible; overflow-y: visible;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box {
display: block;
}
- personal-bookmarks #PlacesToolbar > .bookmark-item{
visibility: visible !important;
}
- personal-bookmarks #PlacesToolbar .chevron{
display: none;
}
- personal-bookmarks #PlacesToolbar > hbox > hbox{
overflow-x: hidden; overflow-y: hidden;
}
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"],
- personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator{
display: none;
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item{
padding-top: 2px; padding-bottom: 2px; /*margin-left: -4px !important; padding-right: 9.5px !important;*/
}
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
- personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
padding-top: 2px !important; padding-bottom: 2px !important; /*-moz-padding-start: 4px; -moz-padding-end: 2px;*/
}
- personal-bookmarks #PlacesToolbar toolbarseparator{
-moz-appearance: none !important; visibility: visible !important; display: inline; text-shadow: none !important; border-left: 3px solid ThreeDShadow !important; border-right: 3px solid ThreeDHighlight !important; vertical-align: middle;
}
- personal-bookmarks toolbarbutton.bookmark-item[dragover][open]{
-moz-appearance: toolbarbutton;
}
- navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar):not(#TabsToolbar) {
max-height: 50px !important;
This is no longer working in 66/66.0.1.
What needs to be adjusted to make this functional again in the latest updates?
Thanks!
R
Is there a way to change only the background image for new tabs?
Hi, I have attached 2 screenshots: 1. The background where I want to apply the image in firefox. 2. Chromium after changing the background. Is there a way to change the b… (閱讀更多)
Hi, I have attached 2 screenshots: 1. The background where I want to apply the image in firefox. 2. Chromium after changing the background.
Is there a way to change the background in Firefox to an image of my choice?
How to disable panel under url bar?
In Firefox 65 update gave me a new tooltip or box under the urlbar when i type an address. How can we disable that blue box in attached image? I don't know what it is cal… (閱讀更多)
In Firefox 65 update gave me a new tooltip or box under the urlbar when i type an address. How can we disable that blue box in attached image? I don't know what it is called but it is just useless and annoying.
Why I can not save changes in about:config page?
Like in the description I can not save the changes I made in the about:config page no matter what I do, I already do an re installation also use the refresh button and de… (閱讀更多)
Like in the description I can not save the changes I made in the about:config page no matter what I do, I already do an re installation also use the refresh button and delete the preferences file and still the issue remains.
CSS: .urlbar-textbox-container in Firefox 66
Hello, .urlbar-textbox-container { margin-inline-end: 3px !important; } does not work in FF 66. What should be the replacing rule? Thank you. … (閱讀更多)
Hello,
.urlbar-textbox-container { margin-inline-end: 3px !important; }
does not work in FF 66.
What should be the replacing rule?
Thank you.
How to make tabs not so tall in Firefox 70?
Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them … (閱讀更多)
Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them from eating into the frame? CSS is fine.