From: Sven Schöling Date: Wed, 29 Oct 2014 10:14:42 +0000 (+0100) Subject: CSS: Klassen für interaktive text mit javascript. X-Git-Tag: release-3.2.0beta~178 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=021e46adf8ef6d79282a6c9ced91f0761caf31a0;p=kivitendo-erp.git CSS: Klassen für interaktive text mit javascript. --- diff --git a/css/common.css b/css/common.css index 687220650..fb8ec75a3 100644 --- a/css/common.css +++ b/css/common.css @@ -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 }