ajua Posted March 19, 2011 Share Posted March 19, 2011 What is the code to play with the non-selected tab colors? I have changed the color of the nav bar but the inactive tabs color doesn't match very well. Thanks. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593803548 Share on other sites More sharing options...
SoapyHamHocks Member Posted March 19, 2011 Member Share Posted March 19, 2011 What is the code to play with the non-selected tab colors? I have changed the color of the nav bar but the inactive tabs color doesn't match very well. Thanks. Try this: .tabbrowser-tab:not([selected]):not(:hover):not([titlechanged]), .tabs-newtab-button { background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)), -moz-linear-gradient(bottom, rgba(0,0,0,.75), transparent 1px) !important; background-color: orange !important; } Just change background-color to the color you want. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593803556 Share on other sites More sharing options...
Crixler Posted March 19, 2011 Share Posted March 19, 2011 How would I get my Firefox Button to look something like this? Except a bit more orange-y. With hover and clicked states that would be consistent with the min/max/close buttons. And being transparent when the window isn't active. Is that possible? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593803564 Share on other sites More sharing options...
phot0nic Posted March 19, 2011 Share Posted March 19, 2011 I've been playing with my own stylish scripts a lot lately after upgrading to the newest Firefox, but here's something I haven't been able to figure out: How do I bring the history/bookmarks sidebar next to the tab bar rather than below it? Thanks. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593803570 Share on other sites More sharing options...
Bringo Posted March 19, 2011 Share Posted March 19, 2011 adding .splitmenu-menuitem to menuitem[label]:not(.searchbar-engine-menuitem) {-moz-binding:url("chrome://global/content/bindings/menu.xml#menuitem-iconic-noaccel")!important} will make those three icons show, but you'll still have to adjust margins/padding for alignment the solution was much simpler than I expected Thanks foxxyn8 I always appreciate your help :D Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593803938 Share on other sites More sharing options...
Crixler Posted March 20, 2011 Share Posted March 20, 2011 I found this userstyle, which autohides the bookmarks bar, but I don't like how it pushes the page down for it. Would it be possible to make it so the page stays where it's at, and the bookmarks bar simply covers part of the page? And it'd be cool if it could have a sliding animation, too. Does that make sense? I don't really know any CSS, so I have no idea how to do it myself. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593805668 Share on other sites More sharing options...
grayscale Posted March 20, 2011 Share Posted March 20, 2011 http://userstyles.org/styles/43656/firefox-4-bookmark-toolbar-autohide By foxxyn8. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593805752 Share on other sites More sharing options...
crankyim Posted March 20, 2011 Share Posted March 20, 2011 http://userstyles.org/styles/41338/firefox-4-autohide-bookmarks-toolbar-timed-delayed By rob64rock Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593805912 Share on other sites More sharing options...
grayscale Posted March 20, 2011 Share Posted March 20, 2011 That's the exact same userstyle that he mentioned on his post XD Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593805934 Share on other sites More sharing options...
Deo Domuique Posted March 20, 2011 Share Posted March 20, 2011 I use this code: .bookmark-item > .toolbarbutton-icon { display: none !important; } ...to remove all icons ( favicons & folder icons ) from Personal Toolbar... Can you please tell me how I can do the same on Side-Bar ? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593806080 Share on other sites More sharing options...
foxxyn8 Posted March 20, 2011 Share Posted March 20, 2011 I use this code: .bookmark-item > .toolbarbutton-icon { display: none !important; } ...to remove all icons ( favicons & folder icons ) from Personal Toolbar... Can you please tell me how I can do the same on Side-Bar ? try this: .sidebar-placesTreechildren::-moz-tree-image { width: 0px !important; height: 0px !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593806520 Share on other sites More sharing options...
Crixler Posted March 20, 2011 Share Posted March 20, 2011 http://userstyles.org/styles/43656/firefox-4-bookmark-toolbar-autohide By foxxyn8. Some of my buttons on my bookmarks bar are slightly misaligned now, but this is fantastic. Thanks! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593806654 Share on other sites More sharing options...
Deo Domuique Posted March 20, 2011 Share Posted March 20, 2011 Worked after browser restart! Thank you! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593807138 Share on other sites More sharing options...
foxxyn8 Posted March 20, 2011 Share Posted March 20, 2011 Worked after browser restart! Thank you! You should of only had to open and close the sidebar, but I forgot to mention that anyway :/ Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593807194 Share on other sites More sharing options...
Deo Domuique Posted March 20, 2011 Share Posted March 20, 2011 At the begining ( when I pressed "preview"), nothing happened and I was like that: watafak? Not possible! :p Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593807206 Share on other sites More sharing options...
vasa1 Posted March 21, 2011 Share Posted March 21, 2011 I will be very grateful for some code to get rid of the white blob that shines in my eyes when I visit some https sites like this for example: https://bugzilla.mozilla.org/show_bug.cgi?id=591537 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593808032 Share on other sites More sharing options...
mancode20 Posted March 21, 2011 Share Posted March 21, 2011 Is there a style that works for Multi-Row Bookmark Toolbars AND doesn't slowdown Firefox considerably? I noticed that when using the style that's out there for Firefox 4, closing tabs feels jerky and not smooth like it once was. Scrolling down pages feels the same way. It's perfect after disabling it. This is the one I'm talking about. http://userstyles.org/styles/29428 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593808438 Share on other sites More sharing options...
foxxyn8 Posted March 21, 2011 Share Posted March 21, 2011 Is there a style that works for Multi-Row Bookmark Toolbars AND doesn't slowdown Firefox considerably? I noticed that when using the style that's out there for Firefox 4, closing tabs feels jerky and not smooth like it once was. Scrolling down pages feels the same way. It's perfect after disabling it. This is the one I'm talking about. http://userstyles.org/styles/29428 This mat not be as pretty as the one you mentioned, but you could try this: #PlacesToolbarItems .box-inherit.scrollbox-innerbox { display:block !important; height: 48px !important; /*<--ADJUST AS DESIRED*/ } #PlacesChevron.chevron { display:none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593808932 Share on other sites More sharing options...
Deo Domuique Posted March 21, 2011 Share Posted March 21, 2011 Foxxyn, can you tell me how I can use a seperator on search-box icon, like the one of combined stop/reload button? And if possible to remove the dropmarker without to lose the functionality... Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593809058 Share on other sites More sharing options...
foxxyn8 Posted March 21, 2011 Share Posted March 21, 2011 Foxxyn, can you tell me how I can use a seperator on search-box icon, like the one of combined stop/reload button? And if possible to remove the dropmarker without to lose the functionality... #searchbar > textbox > box { border-right: 1px solid rgba(0,0,0,0.25) !important } #searchbar .searchbar-dropmarker-image { display: none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593809154 Share on other sites More sharing options...
Deo Domuique Posted March 21, 2011 Share Posted March 21, 2011 I decided to use only the first part, but... check it out... Why it doesn't touch the edges? Also, I remember once, found a code that did transparent those texts "Go to web address" & "Google" but don't have anymore the code... Can you disappear the texts? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593809728 Share on other sites More sharing options...
foxxyn8 Posted March 21, 2011 Share Posted March 21, 2011 I decided to use only the first part, but... check it out... Why it doesn't touch the edges? #searchbar > textbox > box { border-right: 1px solid rgba(0,0,0,0.25) !important; margin: -2px 0 !important; } Also, I remember once, found a code that did transparent those texts "Go to web address" & "Google" but don't have anymore the code...Can you disappear the texts? .autocomplete-textbox.textbox-input:-moz-placeholder { display: none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593809806 Share on other sites More sharing options...
mancode20 Posted March 21, 2011 Share Posted March 21, 2011 This mat not be as pretty as the one you mentioned, but you could try this: #PlacesToolbarItems .box-inherit.scrollbox-innerbox { display:block !important; height: 48px !important; /*<--ADJUST AS DESIRED*/ } #PlacesChevron.chevron { display:none !important; } Can you make it into a stylish I can install like from userstyles.org? I don't know how to manually do it. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593810790 Share on other sites More sharing options...
foxxyn8 Posted March 22, 2011 Share Posted March 22, 2011 Can you make it into a stylish I can install like from userstyles.org? I don't know how to manually do it. http://userstyles.org/styles/45503/simple-multi-row-bookmarks-test Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593810888 Share on other sites More sharing options...
'faacu Posted March 22, 2011 Share Posted March 22, 2011 This is my actually style: http://img269.imageshack.us/img269/6342/fffixl.png Is it possible to change for something like this? http://img143.imageshack.us/img143/3812/newff.png Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/71/#findComment-593810976 Share on other sites More sharing options...
Recommended Posts