Kaoxt Posted March 7, 2011 Share Posted March 7, 2011 Anyone know how to change this arrow next to Google logo? Trying to get it so it's the bigger arrow like in mockups: Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593767048 Share on other sites More sharing options...
CromoPT Posted March 7, 2011 Share Posted March 7, 2011 Here it is Thank you :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593767144 Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted March 7, 2011 Subscriber¹ Share Posted March 7, 2011 Anyone know how to change this arrow next to Google logo? Trying to get it so it's the bigger arrow like in mockups: something like this: #searchbar .searchbar-dropmarker-image{ list-style-image: url("url-of-the-image") !important; } @CromoPT: thank you too for appreciating my style :) Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593767194 Share on other sites More sharing options...
Kaoxt Posted March 8, 2011 Share Posted March 8, 2011 something like this: #searchbar .searchbar-dropmarker-image{ list-style-image: url("url-of-the-image") !important; } @CromoPT: thank you too for appreciating my style :) How would I go about lowering it a bit? It's a bit too high. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593768140 Share on other sites More sharing options...
Ziz4rD Posted March 8, 2011 Share Posted March 8, 2011 Anyone know how to change this arrow next to Google logo? Trying to get it so it's the bigger arrow like in mockups: #searchbar .searchbar-dropmarker-image{ list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif") !important; } Oh I made this a few weeks ago here its the style in userstyles, well change all the dropmarkers http://userstyles.org/styles/44128/ Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593768142 Share on other sites More sharing options...
Kaoxt Posted March 8, 2011 Share Posted March 8, 2011 #searchbar .searchbar-dropmarker-image{ list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif") !important; } Oh I made this a few weeks ago here its the style in userstyles, well change all the dropmarkers http://userstyles.org/styles/44128/ That's not working for me. Arrow is way too high up. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593768152 Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted March 8, 2011 Subscriber¹ Share Posted March 8, 2011 How would I go about lowering it a bit? It's a bit too high. please post me your code so i'll what can be done! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593768836 Share on other sites More sharing options...
Kaoxt Posted March 8, 2011 Share Posted March 8, 2011 please post me your code so i'll what can be done! Here you go: #searchbar .searchbar-dropmarker-image{ list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAA7ElEQVQY02O48/w9AxAzAzEvEIsBsSQWLArEPFB1DCANjEDMD8R6QGyMB2sDMR9IPUgTExBLpGblRTIzs39mF5X/zyOtCsFSqv/ZRGT+s7ByvuyeNN0T6hJGuE2PXn+ymTBtTouWmf0vK8/g/3a+kf8t3YL+a5nafVq8cl3lg1cfzZBtgvlJBKjRrmvitF5nv9Bf0RkF/519Qr7NWbSi4eGrj9ZAeWFkP8EwC0jjkzefHDv6p0zyDon+Nm3Owg6gQbbIGtA1ITS+/exw+uLVvMdvwBpEkDVg0wRzKh9QgxTUD8zoarBpgmFGXHIAkOMrX8VG7WMAAAAASUVORK5CYII=") !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593770534 Share on other sites More sharing options...
Kaoxt Posted March 9, 2011 Share Posted March 9, 2011 Looks like it needs to go down 1px. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593770866 Share on other sites More sharing options...
Unknown_97784568745 Posted March 9, 2011 Share Posted March 9, 2011 *wonders if anyone has tried to "borrow" IE9's back and forward buttons* :p Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593771022 Share on other sites More sharing options...
dnast Posted March 9, 2011 Share Posted March 9, 2011 Don't know if anyone wants it, but here's the identity panel style I use: It's based off the mockups in this bug. You can grab it here: http://userstyles.org/styles/44985/identity-panel-larry-2-0-based?r=1299633674 And since I'm here I might as well ask if there's a way to do the gray block or the domain highlighting like in the mockups with only CSS? It doesn't seem like it, but some of you guys know a lot more about this than I do. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593771100 Share on other sites More sharing options...
vasa1 Posted March 9, 2011 Share Posted March 9, 2011 #navigator-toolbox::after { height: 0px !important; } I was fiddling around some and got the same sort of line robC mentioned and foxxyn8's code was the answer. Thank You yet again! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593771384 Share on other sites More sharing options...
Deo Domuique Posted March 9, 2011 Share Posted March 9, 2011 Please, can someone give me the code for that bottom-border of personal bar ( or urlbar's if persoanl bar is deactived )? Also, do you know the blue color-code of Windows Basic Theme ? Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593772118 Share on other sites More sharing options...
trag3dy Posted March 9, 2011 Share Posted March 9, 2011 Can someone help me make my url look like this: With the forward/back and home buttons touching the url bar like in the image? Using Photoshop to make it look like that is as close as I can get to actually making it work. :laugh: Thanks in advance. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593774096 Share on other sites More sharing options...
.beta Posted March 10, 2011 Share Posted March 10, 2011 Can I have a code that makes the Add-Ons Manager fully transparent? thanks. <3 Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593774938 Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted March 10, 2011 Subscriber¹ Share Posted March 10, 2011 Here you go: try this #searchbar .searchbar-dropmarker-image{ list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAA7ElEQVQY02O48/w9AxAzAzEvEIsBsSQWLArEPFB1DCANjEDMD8R6QGyMB2sDMR9IPUgTExBLpGblRTIzs39mF5X/zyOtCsFSqv/ZRGT+s7ByvuyeNN0T6hJGuE2PXn+ymTBtTouWmf0vK8/g/3a+kf8t3YL+a5nafVq8cl3lg1cfzZBtgvlJBKjRrmvitF5nv9Bf0RkF/519Qr7NWbSi4eGrj9ZAeWFkP8EwC0jjkzefHDv6p0zyDon+Nm3Owg6gQbbIGtA1ITS+/exw+uLVvMdvwBpEkDVg0wRzKh9QgxTUD8zoarBpgmFGXHIAkOMrX8VG7WMAAAAASUVORK5CYII=") !important; margin-top: 2px !important; } adjust the 2px. Can someone help me make my url look like this: With the forward/back and home buttons touching the url bar like in the image? Using Photoshop to make it look like that is as close as I can get to actually making it work. :laugh: Thanks in advance. try this: #nav-bar[currentset*="unified-back-forward-button,urlbar-container"] #forward-button{ border-radius: 0 !important; margin-right: 0 !important; } #nav-bar[currentset*="unified-back-forward-button,urlbar-container"] #urlbar{ border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; margin-left: 0 !important; border-left: 0 !important; } #nav-bar[currentset*="urlbar-container,reload-button,stop-button,home-button"] #urlbar{ border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; margin-right: 0 !important; } #nav-bar[currentset*="urlbar-container,reload-button,stop-button,home-button"] #home-button{ border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; margin-left: 0 !important; border-left: 0 !important; } trag3dy 1 Share Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593775188 Share on other sites More sharing options...
vasa1 Posted March 10, 2011 Share Posted March 10, 2011 With the release of the RC, thanks are due to foxxyn8, Tss, and all the others who helped fine-tune Firefox! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593776194 Share on other sites More sharing options...
trag3dy Posted March 10, 2011 Share Posted March 10, 2011 try this: Thanks a ton, that works great! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593776438 Share on other sites More sharing options...
Kaoxt Posted March 10, 2011 Share Posted March 10, 2011 try this #searchbar .searchbar-dropmarker-image{ list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAA7ElEQVQY02O48/w9AxAzAzEvEIsBsSQWLArEPFB1DCANjEDMD8R6QGyMB2sDMR9IPUgTExBLpGblRTIzs39mF5X/zyOtCsFSqv/ZRGT+s7ByvuyeNN0T6hJGuE2PXn+ymTBtTouWmf0vK8/g/3a+kf8t3YL+a5nafVq8cl3lg1cfzZBtgvlJBKjRrmvitF5nv9Bf0RkF/519Qr7NWbSi4eGrj9ZAeWFkP8EwC0jjkzefHDv6p0zyDon+Nm3Owg6gQbbIGtA1ITS+/exw+uLVvMdvwBpEkDVg0wRzKh9QgxTUD8zoarBpgmFGXHIAkOMrX8VG7WMAAAAASUVORK5CYII=") !important; margin-top: 2px !important; } adjust the 2px. Thank you so much! Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593777564 Share on other sites More sharing options...
mauseum Posted March 11, 2011 Share Posted March 11, 2011 My userchrome is currently menu[label=Bookmarks Toolbar] {display: none !important;} menuitem[label=Unsorted Bookmarks] {display: none !important;} menuitem[label=View Bookmarks Toolbar] {display: none !important;} I've been trying to find out how to remove the separator that is tied to each of those and have yet to find anything that works. Someone suggested adding +menuseparator but that makes the menu and menuitem that I'm hiding show back up. Could someone help me please. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593778236 Share on other sites More sharing options...
SoapyHamHocks Member Posted March 11, 2011 Member Share Posted March 11, 2011 My userchrome is currently menu[label=Bookmarks Toolbar] {display: none !important;} menuitem[label=Unsorted Bookmarks] {display: none !important;} menuitem[label=View Bookmarks Toolbar] {display: none !important;} I've been trying to find out how to remove the separator that is tied to each of those and have yet to find anything that works. Someone suggested adding +menuseparator but that makes the menu and menuitem that I'm hiding show back up. Could someone help me please. You've gotta do it like this: menu[label="Bookmarks Toolbar"], menu[label="Bookmarks Toolbar"] + menuseparator { display: none !important; } mauseum 1 Share Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593778254 Share on other sites More sharing options...
mauseum Posted March 11, 2011 Share Posted March 11, 2011 Thank you so much, that's been bugging me all day. It worked for all of them except the one above Unsorted Bookmarks. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593778278 Share on other sites More sharing options...
SoapyHamHocks Member Posted March 11, 2011 Member Share Posted March 11, 2011 Thank you so much, that's been bugging me all day. It worked for all of them except the one above Unsorted Bookmarks. For that one try this: #BMB_bookmarksPopup > .hide-if-empty-places-result { display: none !important; } Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593778330 Share on other sites More sharing options...
mauseum Posted March 11, 2011 Share Posted March 11, 2011 Thank you again, the menu is nice and clean now. Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593778358 Share on other sites More sharing options...
nexxx Posted March 11, 2011 Share Posted March 11, 2011 Help me .please! My link i wont code for My link Link to comment https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page/66/#findComment-593780318 Share on other sites More sharing options...
Recommended Posts