|
@@ -688,8 +688,6 @@ input {
|
|
|
background: transparent !important;
|
|
|
border: 1px solid rgba(255, 255, 255, 0.4) !important;
|
|
|
color: #fff !important;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
}
|
|
|
|
|
|
.ui-widget-content {
|
|
@@ -1085,6 +1083,10 @@ form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building:
|
|
|
}
|
|
|
|
|
|
form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .btn-block:nth-of-type(n+2) {
|
|
|
+ /* display: none; */
|
|
|
+}
|
|
|
+
|
|
|
+form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .btn-block[ng-click="vm.exportSiteModel()"] {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
@@ -1145,8 +1147,8 @@ download-button .dropdown-toggle {
|
|
|
background: #15BEC8 !important;
|
|
|
}
|
|
|
|
|
|
-.vertical-menu-content ul .selected {
|
|
|
- background: #15BEC8 !important;
|
|
|
+.site-model-collection .site-model-button.selected {
|
|
|
+ background: #143537 !important;
|
|
|
}
|
|
|
|
|
|
download-button .input-group .btn-primary {
|
|
@@ -1725,6 +1727,16 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
display: block;
|
|
|
+ /* background: url(../img/icon/icon_location_s.png)no-repeat; */
|
|
|
+ background: url(../img/icon/icon_location_n.png)no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.swap-views-button .glyphicon-resize-full:hover:before {
|
|
|
+ content: "" !important;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ display: block;
|
|
|
background: url(../img/icon/icon_location_s.png)no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
@@ -1756,6 +1768,10 @@ point-cloud-viewport .view-switcher__holder {
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
+.uncollapse-btn .button-padding-left:hover {
|
|
|
+ background: #15BEC8;
|
|
|
+}
|
|
|
+
|
|
|
.uncollapse-btn .button-padding-leftimg[alt="arrow_icon"] {
|
|
|
width: 24px;
|
|
|
height: 24px;
|