Administrator
2021-07-19 d40f7acd9f1bef59c63dd45323bbe38a3d489b2e
public/map/popup/style/route-name-layer.css
@@ -38,25 +38,49 @@
.route-name-layer-box li:nth-child(2) {
    height: 80px;
}
.route-name-layer-box li:nth-child(2) textarea::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.route-name-layer-box li:nth-child(2) textarea {
    width: 100%;
    height: 100%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.route-name-layer-box li:nth-child(3) select::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.route-name-layer-box li:nth-child(3) select {
    padding-left: 12px;
    height: 28px;
    width: 100%;
    outline: none;
    color: #677788;
    /* color: #677788; */
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.route-name-layer-box li:nth-child(3) select option {
    color: #000;
    color: #fff;
}
.route-name-layer-box input {
@@ -65,11 +89,23 @@
    vertical-align: middle;
    outline: none;
}
.route-name-layer-box .route-name-layer-input::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.route-name-layer-box .route-name-layer-input {
    width: 100%;
    height: 28px;
    font-size: 14px;
    background-color: #004CA7 !important;
  color: #fff !important;
  border: 1px solid #007bc3 !important;
  border-radius: 5px !important;
}
.route-name-layer-box .start-editing {