소스 검색

update input

Mahbod 1 년 전
부모
커밋
a24814104c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/assets/css/custom.css

+ 2 - 1
web/assets/css/custom.css

@@ -252,7 +252,8 @@
 .ant-card-dark .ant-select-selection,
 .ant-card-dark .ant-calendar-picker-clear {
     color: hsla(0,0%,100%,.65);
-    background-color: #193752;
+    background-color: rgb(46 59 82 / 50%);
+    border: 1px solid rgb(0 150 112 / 0%);
 }
 
 .ant-card-dark .ant-select-disabled .ant-select-selection {