Browse Source

feat: 修改搜索边框线

jinx 4 năm trước cách đây
mục cha
commit
daa9460bf4
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      css/style.css

+ 12 - 0
css/style.css

@@ -1878,4 +1878,16 @@ button[title="切换到3D视图"]:hover {
 
 toolbox-menu>.vertical-menu.sticky-headers-enabled .vertical-menu-content {
     opacity: .8;
+}
+
+route-instructions .panel .panel-body .overview .route-distance {
+    color: #fff !important;
+}
+
+route-instructions .panel .panel-body>:first-child {
+    border: none !important;
+}
+
+route-instructions .panel .panel-body .instructions-list {
+    border-color: rgba(255, 255, 255, .2) !important;
 }