|
|
@@ -47,7 +47,7 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
.react-grid-layout {
|
|
|
- background: #2f2e2c;
|
|
|
+ background: transparent;
|
|
|
}
|
|
|
.layoutJSON {
|
|
|
background: #ddd;
|
|
|
@@ -64,14 +64,14 @@
|
|
|
box-sizing: content-box;
|
|
|
}
|
|
|
.react-grid-item:not(.react-grid-placeholder) {
|
|
|
- background: #2f2e2c;
|
|
|
+ background: transparent;
|
|
|
border: 1px solid black;
|
|
|
}
|
|
|
.react-grid-item.resizing {
|
|
|
opacity: 0.9;
|
|
|
}
|
|
|
.react-grid-item.static {
|
|
|
- background: #2f2e2c;
|
|
|
+ background: transparent;
|
|
|
}
|
|
|
.react-grid-item .text {
|
|
|
font-size: 24px;
|
|
|
@@ -101,16 +101,6 @@ li b {
|
|
|
font-size: 19px;
|
|
|
line-height: 14px;
|
|
|
}
|
|
|
-html,
|
|
|
-body,
|
|
|
-#root {
|
|
|
- height: 100%;
|
|
|
- font-size: 16px;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#root {
|
|
|
- background-color: #2f2e2c;
|
|
|
-}
|
|
|
.rc-form {
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
@@ -132,7 +122,7 @@ body,
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin: 0 auto;
|
|
|
- background: #2f2e2c;
|
|
|
+ background: transparent;
|
|
|
color: #f5fdff;
|
|
|
vertical-align: middle;
|
|
|
text-align: center;
|
|
|
@@ -158,7 +148,7 @@ body,
|
|
|
text-align: center;
|
|
|
}
|
|
|
.rc-table-thead {
|
|
|
- background-color: #010101;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
.rc-table-header-item {
|
|
|
font-weight: bold;
|
|
|
@@ -272,3 +262,13 @@ body,
|
|
|
text-align: left;
|
|
|
padding: 20px;
|
|
|
}
|
|
|
+html,
|
|
|
+body,
|
|
|
+#root {
|
|
|
+ height: 100%;
|
|
|
+ font-size: 16px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+#root {
|
|
|
+ background-color: #2f2e2c;
|
|
|
+}
|