]> wagnertech.de Git - kivitendo-erp.git/blobdiff - css/common.css
CSS: Klassen für interaktive text <a> mit javascript.
[kivitendo-erp.git] / css / common.css
index 6872206505a35c10dbc6f8c1d98095fab69a1c68..fb8ec75a3022617c91c2ce58d2a42632e8e1955b 100644 (file)
@@ -60,3 +60,9 @@ input.grow_on_focus {
 }
 input.grow_on_focus:focus { width: 150px }
 
+/* clickable text anchors, usually with attached javascript handlers */
+.interact { color: gray }
+.interact:hover { color: black; }
+.cursor-default { cursor: default }
+.cursor-pointer { cursor: pointer }
+.cursor-help { cursor: help }