| Issue 54: | Toolbar styling | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 14, 2007
completed.
Status:
Fixed
|
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/Labels: -Type-Defect Type-Enhancement