X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;h=fb8ec75a3022617c91c2ce58d2a42632e8e1955b;hb=0e92b99c50866eaeddd34138d6b3c1b31bff6f43;hp=ffb5e1829aca1d67ad19dbc79ced3a1570058281;hpb=7ee5fab89c8ef14f442e686a23635e4a6fd3f2ee;p=kivitendo-erp.git diff --git a/css/common.css b/css/common.css index ffb5e1829..fb8ec75a3 100644 --- a/css/common.css +++ b/css/common.css @@ -50,3 +50,19 @@ 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 }