mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:18 +01:00
6 lines
188 B
CSS
6 lines
188 B
CSS
|
/* $Id$ */
|
||
|
.redItalic { color: red; font-style: italic; }
|
||
|
.gray { color: gray; }
|
||
|
.clickWidgetToEdit { cursor: pointer; cursor: hand; }
|
||
|
.clickWidgetToEdit:hover { background-color: pink; }
|