egroupware/etemplate/templates/default/app.css
Ralf Becker f68c173c30 - link widgets uses now ajax to search
- new sub-type to search and select an entry of a selectable or given app
- more to come
2006-09-29 19:55:00 +00:00

6 lines
191 B
CSS

/* $Id$ */
.redItalic { color: red; font-style: italic; }
.gray { color: gray; }
.clickWidgetToEdit { cursor: pointer; display: inline; }
.clickWidgetToEdit:hover { background-color: pink; }