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/… (read more)
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?
Why did this happen?
Seriously? I updated to 65.0 and then this happened. How can I fix it?
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… (read more)
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.
"Close tab" button on left?
Hey, I know this question has been tackled in the past, but I tried following previous guides and none of the code listed in those guides worked with the latest version o… (read more)
Hey, I know this question has been tackled in the past, but I tried following previous guides and none of the code listed in those guides worked with the latest version of firefox (66). I'm a mac user (you guessed it lol) and I wanted to put the "close tab" x button on the left of the tab, and not the right, so that its consistent with the rest of Mac OS.
Does anyone know how to do that, or is there an extension which does this?
Thanks!
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?
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. … (read more)
Hello,
.urlbar-textbox-container { margin-inline-end: 3px !important; }
does not work in FF 66.
What should be the replacing rule?
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 *******… (read more)
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
How can I install a second bookmarks toolbar, again in V66.0.1?
Last year, timeout14 posted "How can I install a second bookmarks toolbar?". The chosen solution was: "Hi, you will need to use userChrome.css for that. Info on how to us… (read more)
Last year, timeout14 posted "How can I install a second bookmarks toolbar?". The chosen solution was:
"Hi, you will need to use userChrome.css for that. Info on how to use it etc., is here https://www.userchrome.org/what-is-userchrome-css.html"
This worked fine until I was stupid enough to update Firefox Quantum to 66.0.1 (64-bit) which, of course, screwed it up.
Does anyone have a fix or should I stop trusting Firefox updates (sic) and go back to the earlier version?
Custom css
Hello! I have problems creating my own CSS style. Most of the changes were applied by the browser through userChrome.css and userContent.css, but those elements that use … (read more)
Hello! I have problems creating my own CSS style. Most of the changes were applied by the browser through userChrome.css and userContent.css, but those elements that use common.css ignore it. What to do in my case?
extensions dropdown not working
So basically, my extensions no longer show me anything in the dropdown. See the attached image. - I am currently on firefox 60.6.1-esr (up to date on debian stable). - I … (read more)
So basically, my extensions no longer show me anything in the dropdown. See the attached image.
- I am currently on firefox 60.6.1-esr (up to date on debian stable). - I tested this in a new profile (used the profile manager and create a blank test one. I installed noscript and the dropdown window appeared fine. - I reset my about:config by deleting my user.js and the dropdowns work again, however I lose my 1password login and other customizations I need.
What could be causing these not to render properly?
List of Addons not visible after Firefox update
My Addons are working okay, however when I look at the about:addons page the list only shows blank spaces where addons should be, only a blue highlight shows if I click o… (read more)
My Addons are working okay, however when I look at the about:addons page the list only shows blank spaces where addons should be, only a blue highlight shows if I click on each addon.
This is the same for my Plugins and Themes.
I have tried deleting some files in my profile as suggested by others on here with similar problems but none work.
customization of the Print Preview page possible the CSS of the page
FF 60.1.0 running on Ubuntu 14.04 I need to configure, or change, the buttons on the HTML page that appears when you click the Printer Icon. FF is working fine and is … (read more)
FF 60.1.0 running on Ubuntu 14.04 I need to configure, or change, the buttons on the HTML page that appears when you click the Printer Icon. FF is working fine and is highly configured for a specific use and it works fine, no issues. But when the printer page comes up, with "Print", "Print Setup", and so on; there is a need to re-arrange the buttons that appear on the top of the page. Specifically the "Close" button needs to be moved to the far left instead of the far right - see the image which shows the layout of the top row of buttons. Try as I might looking through source code (I did fine printPreview.dtd and printPreview.css and have examined omni.ja) I cannot figure out what the CSS is on the page in the image because I cannot get FF to show me the HTML source for the page. Greatly appreciate any help.
How to resize bookmarks side bar v63+
My bookmarks side bar is too wide and I would like to make it narrower. I have tried a few userchrome.css things but none work correctly. It looks like there is a frame… (read more)
My bookmarks side bar is too wide and I would like to make it narrower. I have tried a few userchrome.css things but none work correctly. It looks like there is a frame or something behind the sidebar so when it narrows the frame is still there anyway. I am trying to get a little more size to my main view panel BUT I also like to leave the bookmarks side bar displayed at all times.
Thank you
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… (read more)
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.
Re 66.0.2 Tabs are on bottom but project ~1/3 down from background, into usable screen, blocking tab titles.
Managed to get Tabs on Bottom in all previous updates (including FF65). Carried over ToB with FF66.0.2 update, but the whole line of tabs (including vertical separators)… (read more)
Managed to get Tabs on Bottom in all previous updates (including FF65). Carried over ToB with FF66.0.2 update, but the whole line of tabs (including vertical separators) has shifted down about 1/3 of its height such that it bleeds into the immediate viewable screen. If the top of that viewable screen is black, for example, the tab titles are almost unreadable. Any advice? Appreciated.
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
turn off address bar searching
How do I turn off the drop down address bar menu so that when I type an address and HIT ENTER it goes there instead of forcing me to mouse over to the green arrow and cli… (read more)
How do I turn off the drop down address bar menu so that when I type an address and HIT ENTER it goes there instead of forcing me to mouse over to the green arrow and click.
change new tab button color
I want to change the "+" color on the new tab icon I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file. .tabbrowser-tab… (read more)
I want to change the "+" color on the new tab icon
I was able to do this for the close tab "X' icon with the following css code in my userChrome.css file.
.tabbrowser-tab .close-icon:hover {
fill: white !important; background-color: red !important; border-radius: 4px; }
I think this code should work for the new tab icon, however I don't know the name of the new tab icon.
Please help,
Thank you
Embedded Youtube videos do not work
I am running Firefox 52.9.0 (32-bit), Win XP PRO SP3 on several computers and only my desktop has this problem. Youtube videos embedded in other pages do not work and on… (read more)
I am running Firefox 52.9.0 (32-bit), Win XP PRO SP3 on several computers and only my desktop has this problem.
Youtube videos embedded in other pages do not work and only blank space is displayed but if I go to Youtube the videos play correctly. This only happens in one computer. In other computers running same Firefox 52.9.0 (32-bit), Win XP PRO SP3 this problem does not happen.
I guess it might be some configuration problem.
Can't click on the upper part of every page
I have the same problems as the below link. Whenever I move the mouse to the top of tabs, I can't click and need to move down a little bit to click. I try to reinstall Fi… (read more)
I have the same problems as the below link. Whenever I move the mouse to the top of tabs, I can't click and need to move down a little bit to click. I try to reinstall Firefox, but it still happens. I use two screens, and one of the screens can work.
https://www.reddit.com/r/firefox/comments/8wf6q7/cant_click_on_the_top_of_tabs_i_have_to_move_my/