mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
f68c173c30
- new sub-type to search and select an entry of a selectable or given app - more to come
6 lines
191 B
CSS
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; }
|