X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;h=34f1b8db8a877888b3a8364857c33f25194907f5;hb=177cb111a3514218b8bd7c9221f7b90ce2bdac7e;hp=6872206505a35c10dbc6f8c1d98095fab69a1c68;hpb=68dbf4a4cb26b9554a23f076438109d7fc2d861c;p=kivitendo-erp.git diff --git a/css/common.css b/css/common.css index 687220650..34f1b8db8 100644 --- a/css/common.css +++ b/css/common.css @@ -16,6 +16,7 @@ .position-relative { position: relative } .position-absolute { position: absolute } +.hidden { display: none; } /* media stuff */ @media screen { .noscreen { display: none } } @@ -42,7 +43,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 +61,18 @@ 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; +} +/* orderitems */ +.shipped { color: green } +.not_shipped { color: red }