Browse Source

修复半透明主题下的select下拉看不清文字的bug

笔下光年 3 years ago
parent
commit
76f267f7cd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      css/style.min.css

+ 3 - 0
css/style.min.css

@@ -4398,6 +4398,9 @@ body[data-theme='translucent'] .jconfirm {
 [data-theme='translucent'] .form-control:focus {
     border-color: rgba(255, 255, 255, .35);
 }
+[data-theme='translucent'] .form-control[size='1'] option {
+    background: #1D6FA3;
+}
 [data-theme='translucent'] .input-group-btn:first-child>.btn,
 [data-theme='translucent'] .input-group-btn:first-child>.btn-group {
     margin-right: 0px;