X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fcommon.css;h=dd295006f8d07e058e07587caffa939350f68cf9;hb=c62a6cabffc11bdb2d3fda2025fef2f3d07c5ba9;hp=fc3bca5f301d9f63623d5a184b45571c4e7a3510;hpb=7070f3a0b8267b58ee39b7b0a524a97951ae64a9;p=kivitendo-erp.git diff --git a/css/common.css b/css/common.css index fc3bca5f3..dd295006f 100644 --- a/css/common.css +++ b/css/common.css @@ -213,3 +213,27 @@ 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; +} + +.overlay_div { + position: relative; +} + +.overlay_img { + position: absolute; + top: -100px; + left: -100px; + z-index: 2; + cursor: pointer; +} + +.thumbnail { + cursor: pointer; +}