mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
8c34e1e04e
- some bugfixes in the editor - popups can now directly called by a button and you can pass params via the content array
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; }
|