Issue 54: Toolbar styling
Status:  Fixed
Owner: ----
Closed:  Nov 2007
Reported by jmoro...@gmail.com, Nov 12, 2007
Hi, I'm changing a little bit the looks on the toolbar, but since in
ToolbarItemFactoryImpl there is a hardcoded "border:0" in every image I
can't do what I want... It would be good to remove the line:

item.setStyle("border:0");

...from all the images in the toolbar and instead define a css rule to
remove the border from the image, something like: 

.toolbar a img {border:none;}

This way it will be more simple to change the look (in my case adding a
border around the image for the :hover

Thanks
Nov 12, 2007
#1 extremec...@gmail.com
Thats a good idea! I just made the change right away and updated the jmesa.css

.jmesa .toolbar img {
    border:0px;
}


I built you a jar file if you need it. I put it in the snapshot build directory:

jmesa-2.2.4-custom.zip

http://builds.jmesa.org/
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Nov 14, 2007
#2 extremec...@gmail.com
completed.
Status: Fixed