Przeglądaj źródła

改术语下拉菜单为wheat

visuddhinanda 2 lat temu
rodzic
commit
8b1737ce97
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      dashboard/src/components/general/style.css

+ 2 - 2
dashboard/src/components/general/style.css

@@ -29,14 +29,14 @@
   border-left: 1px solid #000;
 }
 .text_input > .menu {
-  background: linear-gradient(45deg, black, transparent);
+  background-color: wheat;
   width: 200px;
   height: 300px;
   box-shadow: #000;
   position: absolute;
   display: none;
   z-index: 100;
-  box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
+  box-shadow: 0 5px 7px rgb(0 0 0 / 25%);
 }
 .text_input > .menu ul {
   list-style-type: none;