X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;fp=css%2Fcommon.css;h=fb8ec75a3022617c91c2ce58d2a42632e8e1955b;hb=021e46adf8ef6d79282a6c9ced91f0761caf31a0;hp=6872206505a35c10dbc6f8c1d98095fab69a1c68;hpb=188696a433d68ae7e7546086a4491cdd377d3264;p=kivitendo-erp.git 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 }