X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/68dbf4a4cb26b9554a23f076438109d7fc2d861c..f9a93e326337ed219de49f575c02e5a8cb36a1b6:/css/common.css diff --git a/css/common.css b/css/common.css index 687220650..fe764b82e 100644 --- a/css/common.css +++ b/css/common.css @@ -42,7 +42,7 @@ a.cti_call_action { position: relative; top: 2px; vertical-align: center; - background-image: url(../../image/icons/16x16/phone.png); + background-image: url(../image/icons/16x16/phone.png); background-repeat: no-repeat; } @@ -60,3 +60,15 @@ 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 } + +/* dunning */ +#dunning_invoice_list .direct_debit td, +#dunning_invoice_list .direct_debit a { + color: #aaa; +}