less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / document-viewer.less
index 190c906..de8e8f1 100644 (file)
@@ -14,7 +14,7 @@
 }
 
 .roo-document-viewer-body {
-    background-color: @white;
+    background-color: @body-bg;
     width: 100%;
     height: 450px;
     max-height: 450px;
@@ -43,9 +43,9 @@
 }
 
 .roo-document-viewer-btn-group button {
-    background-color: black;
-    color: white;
-    border-color: #333;
+    background-color: @gray-base;
+    color: @body-bg;
+    border-color: @gray-dark;
 }
 
 .roo-document-viewer-btn-group > .btn-group:first-child > button {