瀏覽代碼

改术语下拉菜单为wheat

visuddhinanda 2 年之前
父節點
當前提交
8b1737ce97
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
   border-left: 1px solid #000;
 }
 }
 .text_input > .menu {
 .text_input > .menu {
-  background: linear-gradient(45deg, black, transparent);
+  background-color: wheat;
   width: 200px;
   width: 200px;
   height: 300px;
   height: 300px;
   box-shadow: #000;
   box-shadow: #000;
   position: absolute;
   position: absolute;
   display: none;
   display: none;
   z-index: 100;
   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 {
 .text_input > .menu ul {
   list-style-type: none;
   list-style-type: none;