vajlent Posted July 19, 2010 Share Posted July 19, 2010 Needs many changes , i did it lightly... Thanx, but it needs alot of work... This is the code I use for the toolbar if it's any help: #navigator-toolbox:not([tabsontop=true]) #nav-bar { -moz-box-shadow: threedshadow 0 -1px inset !important; padding-bottom: 7px !important; } #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { background-color: rgba(223,233,245,1) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox:not([tabsontop=true]) toolbar:not(#nav-bar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox:not([tabsontop=true]) #PersonalToolbar { background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)) !important; } #navigator-toolbox:not([tabsontop="true"]) #TabsToolbar { padding-top: 2px !important; } #navigator-toolbox[tabsontop=true] { border-bottom: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #TabsToolbar { -moz-box-shadow: inset threedshadow 0px -1px !important; } #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { background-color: rgba(223,233,245,.6) !important; } #main-window:not([sizemode="maximized"]) #navigator-toolbox[tabsontop=true] toolbar:not(#TabsToolbar):not(#toolbar-menubar) { border-left: 1px solid threedshadow !important; border-right: 1px solid threedshadow !important; } #navigator-toolbox[tabsontop=true] #nav-bar { padding-top: 5px !important; padding-bottom: 5px !important; background: -moz-linear-gradient(top, rgba(242,246,251,1), rgba(255,255,255,.0)) !important; } .tabbrowser-tab[selected=true] { font-weight: bold !important; } Link to comment Share on other sites More sharing options...
Unrealistic Posted July 19, 2010 Share Posted July 19, 2010 Firefox Menu : http://people.mozill...oxButton-i4.png http://blog.mozilla....firefox-button/ Looks great. Can't wait! :) Link to comment Share on other sites More sharing options...
Udedenkz Posted July 19, 2010 Share Posted July 19, 2010 (edited) The Direct2D bug has been fixed, it'll be in tomorrows nightly. Reports are that this slows down D2D and a more "A more advanced fix for the problem is in the works." Link to comment Share on other sites More sharing options...
bogas04 Posted July 20, 2010 Author Share Posted July 20, 2010 Thanx, but it needs alot of work... This is the code I use for the toolbar if it's any help: Sorry , i can't help further , i ain't any geek in this business Link to comment Share on other sites More sharing options...
primexx Posted July 20, 2010 Share Posted July 20, 2010 This one http://blog.stephenhorlander.com/2009/11/20/sketch-day/ aw darn, that would have been nice. edit: just read the menu heatmap post... i wonder why they can't just do it like office 2010 and let us customize the menu items Link to comment Share on other sites More sharing options...
The_Decryptor Veteran Posted July 20, 2010 Veteran Share Posted July 20, 2010 Reports are that this slows down D2D and a more "A more advanced fix for the problem is in the works." Yep, it would. It now has to use a temporary buffer and 2 copies instead of a single buffer and a single copy. Link to comment Share on other sites More sharing options...
+Frank B. Subscriber² Posted July 20, 2010 Subscriber² Share Posted July 20, 2010 The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.) Thoughts? Link to comment Share on other sites More sharing options...
bogas04 Posted July 20, 2010 Author Share Posted July 20, 2010 The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.) Thoughts? Its great! Link to comment Share on other sites More sharing options...
vajlent Posted July 20, 2010 Share Posted July 20, 2010 Sorry , i can't help further , i ain't any geek in this business Ok, maybe someone else will geek for me ;) Thanx anyway. Link to comment Share on other sites More sharing options...
Steven P. Administrators Posted July 20, 2010 Administrators Share Posted July 20, 2010 Latest nightly seems to bork the minispy, when it updates a white box is around the text (briefly) also with the build I was running yesterday. Link to comment Share on other sites More sharing options...
vajlent Posted July 20, 2010 Share Posted July 20, 2010 Is it even possible to come close to this with stylish: the thin bright line around the menu button. colour/gradient on active tab & nav & bookmarks toolbar. colour/gradient on inactive tab. (same as home button) colour/gradient on home button. (same as inactive tab) Cheers Link to comment Share on other sites More sharing options...
Jan Veteran Posted July 20, 2010 Veteran Share Posted July 20, 2010 How do you get add-ons working the latest nightly? Link to comment Share on other sites More sharing options...
bogas04 Posted July 20, 2010 Author Share Posted July 20, 2010 How do you get add-ons working the latest nightly? we look out for working addons :) If you want stylish or greasemonkey , see the first post in this thread Link to comment Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted July 20, 2010 Subscriber¹ Share Posted July 20, 2010 the thin bright line around the menu button. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #main-window { margin-top: 1px !important; } #appmenu-button { -moz-appearance: none !important; background-image: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10) 95%) !important; background-clip: padding-box !important; -moz-border-radius: 0 0 4px 4px !important; border-top: none !important; border: 2px solid !important; border-top: none !important; -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important; -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important; -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(255,255,255,.40) inset !important; color: white !important; font-weight: bold !important; text-shadow: 0 0 1px rgba(0,0,0,.7), 0 1px 2px rgba(0,0,0,.5) !important; padding: 2px 1.5em .15em 1.5em !important; margin: 0 !important; } #appmenu-button:-moz-window-inactive { background: transparent !important; background-clip: padding-box !important; -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(255,255,255,.35) inset !important; } #appmenu-button:hover:not(:active):not([open]), #appmenu-button:hover:-moz-window-inactive:not(:active):not([open]) { background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(252,240,89,.5) 10%, rgba(252,240,89,0) 70%), -moz-radial-gradient(center bottom, farthest-side, rgb(236,133,0), rgba(255,229,172,0)), -moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important; border-color: rgba(83,42,6,.9) !important; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 0 2px 1px rgba(250,234,169,.7) inset, 0 -1px 0 rgba(250,234,169,.5) inset !important; } #appmenu-button:hover:active, #appmenu-button[open] { background-image: -moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%) !important; -moz-border-radius: 0 !important; -moz-box-shadow: 0 2px 4px rgba(0,0,0,.4) inset, 0 1px 1px rgba(0,0,0,.2) inset !important; } Link to comment Share on other sites More sharing options...
vajlent Posted July 20, 2010 Share Posted July 20, 2010 Thanx Heartripper! ;) But I'm not a big fan of the inactive window thing that affects the button though... Link to comment Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted July 20, 2010 Subscriber¹ Share Posted July 20, 2010 Thanx Heartripper! ;) But I'm not a big fan of the inactive window thing that affects the button though... remove the #appmenu-button:-moz-window-inactive { background: transparent !important; background-clip: padding-box !important; -moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.4) !important; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(255,255,255,.35) inset !important; } part :) Link to comment Share on other sites More sharing options...
Unrealistic Posted July 20, 2010 Share Posted July 20, 2010 The OS X version now has a properly working implementation of tabs on top. (It'll land in today's nightly; the screenshot below was taken using the latest hourly build.) Thoughts? GrApple Crisp is still better to me. Link to comment Share on other sites More sharing options...
Darrian Posted July 21, 2010 Share Posted July 21, 2010 They must be close to releasing a beta 2 build, because the build I just downloaded is labeled 4.0b3pre! Link to comment Share on other sites More sharing options...
giannisgx89 Posted July 21, 2010 Share Posted July 21, 2010 So will the b2 have more of the new UI? :) Link to comment Share on other sites More sharing options...
Darrian Posted July 21, 2010 Share Posted July 21, 2010 It'll have as much of it as today's nightly build. I don't think it differs a great deal, but there are some subtle changes from beta 1. In the interim, this thread and this one are full of Stylish scripts to make it look even nicer. Link to comment Share on other sites More sharing options...
Steven P. Administrators Posted July 21, 2010 Administrators Share Posted July 21, 2010 Nightly download still says 4.0b2 Link to comment Share on other sites More sharing options...
Darrian Posted July 21, 2010 Share Posted July 21, 2010 I'm using the latest hourly :p Link to comment Share on other sites More sharing options...
vajlent Posted July 21, 2010 Share Posted July 21, 2010 They must be close to releasing a beta 2 build, because the build I just downloaded is labeled 4.0b3pre! Where did you download from? Link to comment Share on other sites More sharing options...
bogas04 Posted July 21, 2010 Author Share Posted July 21, 2010 Added detailed Roadmap (beta) to main page.. Link to comment Share on other sites More sharing options...
dmarijan Posted July 21, 2010 Share Posted July 21, 2010 http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-win32/1279701960/ :cool: Link to comment Share on other sites More sharing options...
Recommended Posts