Recommended Posts

I fixed the reload/refresh buttons by moving them up 1px.

post-49492-1248309789_thumb.png

 #stop-button {
	 width: auto !important;
	 padding: 0px !important;
	 margin: 0px !important;
	 margin-top: -2px !important;
	 margin-right: 1px !important;
	 -moz-appearance: none !important;
	 border: none !important;
 }

 #reload-button {
	 width: auto !important;
	 padding: 0px !important;
	 margin: 0px !important;
	 margin-top: -2px !important;
	 margin-right: 2px !important;
	 -moz-appearance: none !important;
	 border: none !important;
 }

Wow, that looks great. Where exactly do I add those codes? I would like to add it to my theme, giving you credit of course :D.

I'm not sure how to add them to the theme, I just used Stylish. Just create a new style and add that code.

Thanks. That works, but I will see if I can add it to the actual theme so that the people who download it don't have to worry about getting Stylish as well.

Thanks again though.

I fixed the reload/refresh buttons by moving them up 1px.

post-49492-1248309789_thumb.png

 #stop-button {
	  width: auto !important;
	  padding: 0px !important;
	  margin: 0px !important;
	  margin-top: -2px !important;
	  margin-right: 1px !important;
	  -moz-appearance: none !important;
	  border: none !important;
  }

  #reload-button {
	  width: auto !important;
	  padding: 0px !important;
	  margin: 0px !important;
	  margin-top: -2px !important;
	  margin-right: 2px !important;
	  -moz-appearance: none !important;
	  border: none !important;
  }

Thanks (Y)

Very nice theme! :)

Thanks :D!

Also, I will be updating the download links at DeviantART so they include the fix SoapyHamHocks provided for the reload and stop buttons. Thanks Soapy!

The Firefox 3.7 Mockup Redux team (previously just myself for the most part) has gained an extremely helpful and knowledgable member, SoapyHamHocks.

Soapy has removed the boundries and limitations I spoke of earlier, and has given me the ability to change the Reload and Stop buttons to ones that almost perfectly replicate the official mockup.

We think you will love this new version. Here is a screenshot to showcase the new buttons :D.

perfecttheme.th.jpg

Keep an eye out for the release.

The Firefox 3.7 Mockup Redux team (previously just myself for the most part) has gained an extremely helpful and knowledgable member, SoapyHamHocks.

Soapy has removed the boundries and limitations I spoke of earlier, and has given me the ability to change the Reload and Stop buttons to ones that almost perfectly replicate the official mockup.

We think you will love this new version. Here is a screenshot to showcase the new buttons :D.

perfecttheme.th.jpg

Keep an eye out for the release.

-------------------------------------------------------------

Hi

I am using "Firefox_3_7_Mockup_Redux_Grey_by_BoneyardBrew.jar" but the favicons tool bar does not match the rest.

Can you make it Grey in your new release.

screen shot : http://livecho.freehostia.com/test.png

Thank you

test.png

Hi all this is what BoneyardBrew and I have so far. There is still alot of work to be done, but here is a little teaser :p

post-49492-1248335412_thumb.png

The refresh/stop buttons are better at that size as well :yes:

-------------------------------------------------------------

Hi

I am using "Firefox_3_7_Mockup_Redux_Grey_by_BoneyardBrew.jar" but the favicons tool bar does not match the rest.

Can you make it Grey in your new release.

screen shot : http://livecho.freehostia.com/test.png

Thank you

test.png

Can you host the screenshot somewhere else, preferably ImageShack? For some reason it is redirecting to the main freehostia site rather than your screenshot.

Also, Thank you everyone for the kind words. I really couldn't have done this without SoapyHamHocks. He's really done an excellent job here. Basically the backbone of this team. I create the graphics, he puts it all together :D.

Thanks again Audioboxer for the new version of Glasser, it really is a step up from the last version.

Can you host the screenshot somewhere else, preferably ImageShack? For some reason it is redirecting to the main freehostia site rather than your screenshot.

Also, Thank you everyone for the kind words. I really couldn't have done this without SoapyHamHocks. He's really done an excellent job here. Basically the backbone of this team. I create the graphics, he puts it all together :D.

Thanks again Audioboxer for the new version of Glasser, it really is a step up from the last version.

here it is

http://picasaweb.google.ca/xithium/Recentl...697217907734434

EDIT - Actually, the rest of the thread answered one of my questions ;)

I have one question which I couldn't see answered in this thread, though. Do you plan on making the tab bar glass as it appears in the mock-up? With that and the added 'Tools' button, it should look almost perfect (along with a 'Page' button too :p)

It's coming along very nice, though. I love the buttons! Thanks :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Absolutely 👍
    • Exactly what I was thinking. All of a sudden in span of a month multiple CEO's from scam altman to this clown has had sudden change of heart does not seem organic change lol
    • Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents by Paul Hill Microsoft has just released Visual Studio Code 1.124 with a focus on faster agent workflows and improved agent autonomy. Microsoft outlined the following features as the key items in this update: Autopilot: Autopilot, enabled by default, is now smarter to determine when a task is truly done. Background sessions: Quickly send a request in the background and keep composing the next session. Session navigation: Search, jump, and step through agent sessions with the keyboard. Browser history: Revisit and search pages you've already opened in the integrated browser. With VS Code 1.124, Microsoft has enabled Autopilot by default. For those that don’t know, Autopilot is a chat permission level that you can pick to give agents permission to take initiative and act autonomously, without needing explicit user approval for each action. Also related to Autopilot, Microsoft introduced Advanced Autopilot, which changes how Autopilot decides when to keep iterating and when to finish. This helps you get more complete results without manually monitoring loops. This feature works using a small utility model that reads a transcript of the chat and decides when the task is done. Another new feature in 1.124 is the Agents window, which lets you easily explore, iterate on, and review agent sessions across projects and machines. Previously, starting a new agent session meant waiting for it to load before you could compose the next one. With this update, sessions can be requested in the background. This VS Code update also brings session navigation updates to switch between them more quickly. The update also lets you reload or reopen the Agents window so that it no longer loses your layout, so you will land back where you left off. If you use the integrated browser in VS Code, you will notice that it now retains the history of visited pages. Suggestions will now show when typing in the URL bar and can be managed by using Ctrl+H within a browser tab. The browser now also lets you customize the toolbar more; just right-click on the toolbar area to the right of the URL input. Finally, the browser has faster agentic text entry. Another improvement is experimental enterprise-managed Copilot plugin policies that allow admins to centrally control which chat plugins and plugin marketplaces are available to developers. If you have VS Code installed, 1.124 should install automatically, or you'll get a prompt. If you don't have it installed, get it here.
  • Recent Achievements

    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      214
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!