All blog posts, code samples and downloads licensed under Apache License 2.0.
Close

XPages section with pointer cursor

Oliver Busse on 11/01/2013 00:50:37 CET, filed under CSS 

One thing that is annoying with sections is that the link to expand the section does not display the pointer cursor (e.g. the "link hand" cursor). To achieve that define a custom CSS like this one and give the section a style class name.

/* commentSection is the class name to provide to the section element */
.commentSection-wide-header {
	cursor: pointer;
}


Tagged with css section xpages