Browse Source

feat:修改样式

jinx 4 years ago
parent
commit
7a108656ea
1 changed files with 21 additions and 1 deletions
  1. 21 1
      css/style.css

+ 21 - 1
css/style.css

@@ -1142,4 +1142,24 @@ button[title="放大镜"].active:hover svg {
 
 /* left-panel .poi-extensions-box {
     overflow-x: hidden;
-} */
+} */
+
+.dropdown-menu {
+    border-top: 1px solid transparent !important;
+}
+
+.dropdown-menu .divider {
+    background-color: rgba(255, 255, 255, .4) !important;
+}
+
+.open>.dropdown-toggle.btn-default {
+    border-color: rgba(255, 255, 255, .4) !important;
+}
+
+.dropdown-toggle {
+    border-color: rgba(255, 255, 255, .4) !important;
+}
+
+.btn-file:hover {
+    background-color: #15BEC8 !important;
+}