inline edit: triangle-mark in grids missing

If you think that something doesn't work in Aware IM post your message here
Post Reply
bmeyns
Posts: 61
Joined: Tue Oct 19, 2010 1:40 pm
Location: Belgium
Contact:

inline edit: triangle-mark in grids missing

Post by bmeyns »

After upgrade to v. 5.9 the inline editable cells are not anymore marked with the blue triangle in the left corner.

This can be fixed by adding this css class to your theme css (e.g. Tomcat/webapps/AwareIM/aware_ext/resources/css/blue.css):

Code: Select all

.aw-grid-editable-cell {
	background:url(../images/edit_cell.gif) no-repeat !important;
}
Benny (running v.5.9 - build 1908 on Linux)
LinkedIn: http://www.linkedin.com/in/bmeyns
Post Reply