X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;h=af807c950bf0d7cac450bd83a1b63f6dcc970cbc;hb=27fe7b11f5817702c3b47d0187bc9f0ba5328e2f;hp=fc3bca5f301d9f63623d5a184b45571c4e7a3510;hpb=7070f3a0b8267b58ee39b7b0a524a97951ae64a9;p=kivitendo-erp.git diff --git a/css/common.css b/css/common.css index fc3bca5f3..af807c950 100644 --- a/css/common.css +++ b/css/common.css @@ -213,3 +213,23 @@ div.cke_textarea_inline { div.cke_textarea_inline:focus { outline: 0; } + +span.upload_drop_zone { + padding: 4px; + border: 2px; + border-color: darkgray lightgray lightgray; + border-style: solid; + background-color: whitesmoke; +} + +.ovlerlay_div { + position: relative; +} + +.overlay_img { + position: absolute; + top: -100px; + left: -100px; + z-index: 2; + cursor: pointer; +}