]> wagnertech.de Git - kivitendo-erp.git/blobdiff - css/common.css
Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / common.css
index c8ade1fbef1000c8e7d5e267c733edd7ec685d70..dd295006f8d07e058e07587caffa939350f68cf9 100644 (file)
@@ -221,3 +221,19 @@ span.upload_drop_zone {
   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;
+}