From d40f7acd9f1bef59c63dd45323bbe38a3d489b2e Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 19 Jul 2021 19:48:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity

---
 public/map/popup/style/route-name-layer.css |   46 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/public/map/popup/style/route-name-layer.css b/public/map/popup/style/route-name-layer.css
index ed55112..4a12a30 100644
--- a/public/map/popup/style/route-name-layer.css
+++ b/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 {

--
Gitblit v1.9.3