>>1806317>>1806320no corners shadow looks anoying to me :c
>>1806333Love it!
Use that in your ff css bro with your tab color:
outside your "@namespace url(
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);"
Paste that:
[code:lit]
@-moz-document url("about:blank") {* {background-color:rgb(XXX,XXX,XXX)!important;;}}
[/code:lit]
Inside your "@namespace url(
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);"
Paste that:
[code:lit]
tabbrowser { background-color: rgb(XXX,XXX,XXX) !important; }
[/code:lit]
;)