css-bootstrap/upload-cropbox.css
authoredward <edward@roojs.com>
Tue, 19 Jan 2016 07:06:02 +0000 (15:06 +0800)
committeredward <edward@roojs.com>
Tue, 19 Jan 2016 07:06:02 +0000 (15:06 +0800)
css-bootstrap/upload-cropbox.css

index 00ab2bd..040f924 100644 (file)
     height: auto;
 }
 
+.roo-upload-cropbox-image-section .roo-upload-cropbox-thumb {
+    position: absolute;
+    top: 50%;
+    left: 50%;
+    width: 200px;
+    height: 200px;
+    transform: translate(-50%, -50%);
+    box-sizing: border-box;
+    border: 1px solid rgb(102, 102, 102);
+    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
+    background: none repeat scroll 0% 0% transparent;
+}
+
 /*.roo-upload-cropbox-btn-group button {
     background-color: black;
     color: white;