X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/68dbf4a4cb26b9554a23f076438109d7fc2d861c..a30a3da85b7ed79d89df32353e12fceff92467a8:/css/common.css 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 }