phantom Posted July 5, 2011 Share Posted July 5, 2011 when firefox is windowed the tabs go under the firefox button like this: but while maximized the tabs go next to the button, like this: anyone know how to make them always under the button? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594129712 Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted July 5, 2011 Subscriber¹ Share Posted July 5, 2011 when firefox is windowed the tabs go under the firefox button like this: but while maximized the tabs go next to the button, like this: anyone know how to make them always under the button? open about:config, and change browser.tabs.drawInTitlebar to false +Gary7 1 Share Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594130154 Share on other sites More sharing options...
phantom Posted July 5, 2011 Share Posted July 5, 2011 thanks a lot Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594131096 Share on other sites More sharing options...
CGar Posted July 6, 2011 Share Posted July 6, 2011 I'm not sure if this is do-able through Stylish... but is there a way to get the flag icon from Flagfox to be on the left side of the address bar instead of the right? It used to be on the left by default, then they moved it to the right with an option to put it on the left, and now it's permanently on the right. Seems like they're following the flawed Mozilla logic of putting buttons in the top right of the browser... the least used side of the browser. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594132204 Share on other sites More sharing options...
bogas04 Posted July 6, 2011 Share Posted July 6, 2011 Very simple : http://userstyles.org/styles/50354/shrinked-firefox-2011 +Zlip792 and IceDogg 2 Share Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594132896 Share on other sites More sharing options...
+Gary7 Subscriber² Posted July 6, 2011 Subscriber² Share Posted July 6, 2011 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110706 Firefox/8.0a1 Today's build has seemed to break TMP. The tab width is really wide. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594133314 Share on other sites More sharing options...
trag3dy Posted July 8, 2011 Share Posted July 8, 2011 Requesting something to remove the Facebook link/button on the left side of the new youtube redesign. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594140074 Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted July 8, 2011 Subscriber¹ Share Posted July 8, 2011 Requesting something to remove the Facebook link/button on the left side of the new youtube redesign. The feedback one? .watch6-feedback{ display: none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594141338 Share on other sites More sharing options...
trag3dy Posted July 8, 2011 Share Posted July 8, 2011 The feedback one? .watch6-feedback{ display: none !important; } Not gonna lie, at first glance I thought that said Facebook. :rofl: I may have been only running on a few hours of sleep at the time though. Anyhow, thanks, the page seems to scroll a little smoother with it gone. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594142310 Share on other sites More sharing options...
bhodili741 Posted July 10, 2011 Share Posted July 10, 2011 Does anyone know what code I'd need to make the menu button look like how it does on this screenshot? broken hope on your screenshot of firefox i see where you have the file downloads as a integrated part of the menu bar at the top of the screen just under the exit button on the right side, may i ask how you did that or is that part of a new version of firefox yet to be released? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594145452 Share on other sites More sharing options...
trag3dy Posted July 10, 2011 Share Posted July 10, 2011 broken hope on your screenshot of firefox i see where you have the file downloads as a integrated part of the menu bar at the top of the screen just under the exit button on the right side, may i ask how you did that or is that part of a new version of firefox yet to be released? I think it's part of what's called the UX versions of firefox where they test out new ui designs and elements. If you look around in the meet firefox next thread you'll find a link to them. Fair warning though it's kinda broken. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594145980 Share on other sites More sharing options...
Samurizer Posted July 10, 2011 Share Posted July 10, 2011 I need a little help on styling the back button in large icon mode so that it matches the forward button. So far I've got: #navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button { border-top-right-radius: 2px !important; border-bottom-right-radius: 2px !important; padding-left: 5px !important; } #navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button { -moz-image-region: rect(0, 18px, 18px, 0) !important; border-radius: 2px 0px 0px 2px !important; width: 25px !important; height: 22px !important; margin-top: 2px !important; margin-bottom: 2px !important; margin-right: 6px !important; padding-right: 1px !important; border: none !important; box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset, 0 0 0 2px rgba(255,255,255,.1) inset, 0 0 0 1px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.3) !important; } Which produces: As can be seen, the box-shadow attribute of the back button doesn't match the forward button, which is what I need help on. Thanks in advance. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594146012 Share on other sites More sharing options...
bogas04 Posted July 10, 2011 Share Posted July 10, 2011 Updated version of Shrinked Firefox 2011 Narrower Tabs http://userstyles.org/styles/50354/shrinked-firefox-2011 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594146024 Share on other sites More sharing options...
Samurizer Posted July 10, 2011 Share Posted July 10, 2011 Updated version of Shrinked Firefox 2011 Narrower Tabs Is it just me, or does your code break "prevent-tab-resize-after-closing-tab-until-mouse-cursor-leaves-tab-bar"? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594146166 Share on other sites More sharing options...
bogas04 Posted July 10, 2011 Share Posted July 10, 2011 Is it just me, or does your code break "prevent-tab-resize-after-closing-tab-until-mouse-cursor-leaves-tab-bar"? it does , :/ i doubt the narrower tabs code. I guess its a mozilla bug Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594146650 Share on other sites More sharing options...
+Gary7 Subscriber² Posted July 13, 2011 Subscriber² Share Posted July 13, 2011 Have they completely redesigned userstyle.org or is it just me...?? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594154434 Share on other sites More sharing options...
SoapyHamHocks Member Posted July 13, 2011 Member Share Posted July 13, 2011 it does , :/ i doubt the narrower tabs code. I guess its a mozilla bug There is no known way to change the tab size without breaking that feature. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594154468 Share on other sites More sharing options...
+Gary7 Subscriber² Posted July 13, 2011 Subscriber² Share Posted July 13, 2011 Above is what I see when I go to http://userstyles.org/styles. I don't want to see all of this just the styles. Luckymouse created this style to bring back the old view: http://userstyles.org/styles/50597 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594154508 Share on other sites More sharing options...
Hung Nguyen Posted July 17, 2011 Share Posted July 17, 2011 Since bug 570279 (https://bugzilla.mozilla.org/show_bug.cgi?id=570279) landed, I've tried to make the tabs have out-curve at the bottom like mock-ups by using CSS. Finally, I created this style (http://userstyles.org/styles/50806/firefox-4-8-curve-tabs) Base on Spewboy's ideal and Spewboy's Stratiform. But it causes many bug, could you help me? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594166020 Share on other sites More sharing options...
+Gary7 Subscriber² Posted July 23, 2011 Subscriber² Share Posted July 23, 2011 I tried today's Nightly build without any of my styles and Mozilla has really turned Firefox into some fugly looking POC. They should rename the company to Goozilla as all they are doing is copying Google Chrome and this disgusts me. :shiftyninja: +Heartripper 1 Share Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594183786 Share on other sites More sharing options...
ViperAFK Posted July 23, 2011 Share Posted July 23, 2011 I tried today's Nightly build without any of my styles and Mozilla has really turned Firefox into some fugly looking POC. They should rename the company to Goozilla as all they are doing is copying Google Chrome and this disgusts me. :shiftyninja: This post couldn't be hyperbolic, all they freaking did was change the look of the buttons in "small icons mode". It still looks the same by default... Chrome didn't invent borderless icons, jesus people. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594184782 Share on other sites More sharing options...
+Gary7 Subscriber² Posted July 24, 2011 Subscriber² Share Posted July 24, 2011 This post couldn't be hyperbolic, all they freaking did was change the look of the buttons in "small icons mode". It still looks the same by default... Chrome didn't invent borderless icons, jesus people. No, this change, broke every light theme that is out there. Try using one say Phoenix Simple 0.3 and switch between small and large icons and see what happens. Even with the default theme, this change make Firefox look like a POS. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594185982 Share on other sites More sharing options...
Dmxnet Posted July 25, 2011 Share Posted July 25, 2011 I think, mmmmm you need this: #TabsToolbar > * #urlbar { min-width: 300px !important;} /* Yout can change this value, is referential */ #TabsToolbar > * .searchbar-textbox { min-width: 100px !important;} #urlbar-reload-button:not(:hover) { border-left-color: transparent !important;}/*looks better with this code*/ #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar { margin-right: -16px !important; margin-left: -1px !important;}/*and this is for more space*/ Hmm, just seen that when i haven't maximized my window, my browser tabs is a really small :( Anyone ? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594187558 Share on other sites More sharing options...
parry Posted August 25, 2011 Share Posted August 25, 2011 How would I get the tabs to go to the left more as they are when maximized? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594260908 Share on other sites More sharing options...
Semtex Posted August 25, 2011 Share Posted August 25, 2011 Hi Need some advice, I run css for about:blank transparent, it is working only when page is loading, but when I hit "New Tab Button" new tab looks like always, white, I've try already all scripts from userstyles.org I'm on latest Nightly, did someone else is also facing this problem and/or find some solution? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/88/#findComment-594261012 Share on other sites More sharing options...
Recommended Posts