egroupware_official/etemplate/templates/default/app.css
Ralf Becker 8c34e1e04e - style popup is working now: allows to edit the embeded styles of an eTemplate as well of the apps app.css file
- some bugfixes in the editor
- popups can now directly called by a button and you can pass params via the content array
2005-02-22 21:02:26 +00:00

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; }