egroupware_official/etemplate/templates/default/app.css

6 lines
188 B
CSS
Raw Normal View History

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