|
@@ -127,7 +127,8 @@ left-panel .threeD-overlay {
|
|
|
}
|
|
|
|
|
|
.threeD-overlay #left-panel-pois {
|
|
|
- background: rgba(0, 0, 0, 0.8) !important;
|
|
|
+ /* background: rgba(0, 0, 0, 0.8) !important; */
|
|
|
+ background: #141414 !important;
|
|
|
border: 1px solid rgba(255, 255, 255, .2);
|
|
|
border-radius: 32px !important;
|
|
|
}
|
|
@@ -571,6 +572,11 @@ poi-type-list .fa-pencil:before,
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
+.cke_contents,
|
|
|
+.cke_reset {
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+
|
|
|
.modal-dialog .modal-content .form-group select {
|
|
|
background: transparent;
|
|
|
border: 1px solid rgba(255, 255, 255, 0.4);
|