Просмотр исходного кода

fix font color / dropdown list

Serghey Rodin 10 лет назад
Родитель
Сommit
5a4ba74d1b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/css/styles.min.css

+ 2 - 2
web/css/styles.min.css

@@ -403,7 +403,7 @@ button {
 button,
 select {
   text-transform: none;
-  color: transparent !important;
+  /*color: transparent !important;*/
   text-shadow: 0 0 0 #555 !important;
 }
 
@@ -2115,7 +2115,7 @@ label {
   -moz-appearance:none;
   -webkit-appearance:none;
   text-shadow: 0 0 0 #555;
-  color: transparent !important;
+  /*color: transparent !important;*/
 }
 
 .vst-list.long-2 {