grssam / UIEnhancer

Source code for UI Enhancer addon
https://addons.mozilla.org/en-US/firefox/addon/ui-enhancer/
51 stars 22 forks source link

status in url #87

Closed 666darkcloud closed 11 years ago

666darkcloud commented 11 years ago

i got this issues, it's hard for me to see the status clearly, can you remove the background of the status in the address bar or show me how can i do that ? Thanks you! untitled

Kamui-Solo commented 11 years ago

You can use style:

UIEnhancer_StatusBar

{ background: none !important; } With UserChrome.css or Stylish extension.

666darkcloud commented 11 years ago

have just try this script but nothing happen. I don't know much about this, i just copy your script into a new style then apply this. is that right ?

Kamui-Solo commented 11 years ago

Yeah right. Looks like this gradient background don't belongs to #UIEnhancer_StatusBar =(

grssam commented 11 years ago

The background is on the two children of #UIEnhancer_StatusBar. try this :

UIEnhancer_StatusBar > * {

  background: none;
  color: white;
}
666darkcloud commented 11 years ago

not change anything too :-?

grssam commented 11 years ago

try adding !important to both background and color. Also, I should fix this in a way that if a dark theme is used, color should automatically be white.

666darkcloud commented 11 years ago

https://addons.mozilla.org/en-US/firefox/addon/pseutro-light/?src=cb-dl-created here u are!

grssam commented 11 years ago

@666darkcloud did that work ?

666darkcloud commented 11 years ago

no, it don't work for me, btw thanks you ^^ hope you will find the way to solve that

grssam commented 11 years ago

How are you trying to apply the style ? It works for me when I add !important.

666darkcloud commented 11 years ago

aha it work now, it was said "not affect anything" but i have just add "@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);" then now it work Thanks you very much! ^^