Recommended Posts

  • 3 weeks later...
is there a way to fix glasser in ff 3.1 beta 1

the text in the address bar is unreadable:

post-159052-1224036697_thumb.png

http://forums.mozillazine.org/viewtopic.ph...713535#p4713535

	#main-window #urlbar {
	   opacity: .99 !important;
	   -moz-border-radius-topright: 0px !important;
	   -moz-border-radius-bottomright: 0px !important;
	}
	#main-window #searchbar .searchbar-textbox {
	   -moz-border-radius-topright: 0px !important;
	   -moz-border-radius-bottomright: 0px !important;
	}
	#main-window #search-container { opacity: .99 !important; }
	#main-window #navigator-toolbox #toolbar-menubar { opacity: .99 !important; }

load that up in stylish... or if you feel like it, modify the extension's overlay.css file

tho... idk bout the black box around the url bar, cuz that didn't occur for me.

http://forums.mozillazine.org/viewtopic.ph...713535#p4713535

	#main-window #urlbar {
	   opacity: .99 !important;
	   -moz-border-radius-topright: 0px !important;
	   -moz-border-radius-bottomright: 0px !important;
	}
	#main-window #searchbar .searchbar-textbox {
	   -moz-border-radius-topright: 0px !important;
	   -moz-border-radius-bottomright: 0px !important;
	}
	#main-window #search-container { opacity: .99 !important; }
	#main-window #navigator-toolbox #toolbar-menubar { opacity: .99 !important; }

load that up in stylish... or if you feel like it, modify the extension's overlay.css file

tho... idk bout the black box around the url bar, cuz that didn't occur for me.

who to use that ??

installed stylish

saved the code with stylish

nothing happened

am i missing something ???

edit : ok just noticed it in the status bar and activated it

serch bar and menubar look fine now but the address bar look like a total garbage

ops i missed something up in the code and fixed it i am done now

thanks for the codes

Edited by Skynetfuture
  • 4 weeks later...
  • 1 month later...

Alright folks, just released a new version (1.1.0) for Firefox 3.1 Beta. It includes the following:

NEW: Glasser 1.1 for Firefox 3.1

NEW: Added shadows behind toolbar buttons

NEW: Added shadows behind menu text

FIXED: Weird bug in Firefox makes URL and search box look odd.

* Removed margin on identity box, it seems that it is no longer needed.

If you folks, don't like the shadows I've added to the toolbar buttons and menus, I'll ask anyone who has added the same effect for their version. Because of a change in the -moz-background-clip with -moz-border-radius properties... making the borders rounded did something weird to the background so I removed the rounding. If anyone knows a fix so I can bring that back, please do tell.

Please note that the screenshot is from many modification I've made to the tabs and personal bar that isn't included in the theme. I've attached the CSS files needed to reproduce it in this post.

post-13981-1231993065.png

styles.zip

Alright folks, just released a new version (1.1.0) for Firefox 3.1 Beta. It includes the following:

NEW: Glasser 1.1 for Firefox 3.1

NEW: Added shadows behind toolbar buttons

NEW: Added shadows behind menu text

FIXED: Weird bug in Firefox makes URL and search box look odd.

* Removed margin on identity box, it seems that it is no longer needed.

If you folks, don't like the shadows I've added to the toolbar buttons and menus, I'll ask anyone who has added the same effect for their version. Because of a change in the -moz-background-clip with -moz-border-radius properties... making the borders rounded did something weird to the background so I removed the rounding. If anyone knows a fix so I can bring that back, please do tell.

Please note that the screenshot is from many modification I've made to the tabs and personal bar that isn't included in the theme. I've attached the CSS files needed to reproduce it in this post.

thanks for those styles man looks great.

thanks a lot!

But 6XGate, i'm using Windows Vista, and this screenshot I took from a new profile... Firefox 3.1 Beta 2

It's only me?

I fixed that by using this in stylish:

#main-window #navigator-toolbox #nav-bar

{

padding: 0 0 4px 0 !important;

}

thanks for trying to help ViperAFK, but i was talking about the favicon area that has a few pixels going outside the addressbar... :)

He was talking about that too.

I think there is an odd difference with Firefox on Windows 7 vs Windows Vista. I will have to try and get this more consistent between the two.

my bad I posted the wrong style, I just accidentally copied the wrong one.

this will fix it:

#identity-box
{
margin-left: -0px !important;
}

#identity-box > hbox
{
border-left-width: 0 !important;
}

post-159052-1232048955.png

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

    • No registered users viewing this page.
  • Posts

    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!