roojs-ui.js
[roojs1] / less / roojs-bootstrap / upload-cropbox.less
index fae86b4..dffd753 100644 (file)
@@ -11,8 +11,8 @@
 }
 
 .roo-upload-cropbox-body {
-    background-color: @white;
-    border: 1px solid @gray-lighter-90;
+    background-color: @body-bg;
+    border: 1px solid @gray-light;
     width: 100%;
     height: 450px;
     max-height: 450px;
@@ -37,7 +37,7 @@
     left: 50%;
     transform: translate(-50%, -50%);*/
     box-sizing: border-box;
-    border: 1px solid @@gray-light;
+    border: 1px solid @gray-light;
     box-shadow: 0 0 0 1000px @black-opacity-50;
     background: none repeat scroll 0% 0% transparent;
 }
@@ -45,7 +45,7 @@
 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
     height: 100%;
     background-color: @black-opacity-50;
-    color: @white;
+    color: @body-bg;
     font-weight: bold;
     font-size: 24px;
     text-align: center;
@@ -55,7 +55,7 @@
 
 .roo-upload-cropbox-btn-group button {
     background-color: @gray-base;
-    color: @white;
+    color: @body-bg;
     border-color: @gray-dark;
 }