X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;h=fe764b82eba513a3f1fced5455f107c039348083;hb=592e11d9f9f0e1f6843d66f00b6d68fa274bb8e1;hp=ffb5e1829aca1d67ad19dbc79ced3a1570058281;hpb=7ee5fab89c8ef14f442e686a23635e4a6fd3f2ee;p=kivitendo-erp.git diff --git a/css/common.css b/css/common.css index ffb5e1829..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; } @@ -50,3 +50,25 @@ a.cti_call_action { .row2-cvars-table tr { vertical-align: top } .row2-cvars-table th { text-align: right; padding-left: 15px; padding-right: 0 } .row2-cvars-table td, .row2-cvars-table th { padding-top: 10px } + +input.grow_on_focus { + width: 20px; + transition: width 0.1s; + -moz-transition: width 0.1s; + -webkit-transition: width 0.1s; + -o-transition: width 0.1s; +} +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; +}