You are not logged in.
Pages: 1
How do you remove the toolbar button borders?
I tried removing the CSS but I can't get rid of them..
Last edited by adam.jimenez (2010-09-20 10:25:28)
Offline
I just tried Chrome and the toolbar buttons don't have borders - but in FF4 beta they do.
Check it out:
Chrome
FF4 Beta
Therefore I think this might actually be a bug.
Easy fix in the end:
Add this to Xinha.css:
td.toolbarElement{
border:0;
}
shall I file a bug?
Offline
Pages: 1