Skip to content

Commit 5a4ba74

Browse files
committed
fix font color / dropdown list
1 parent cfec390 commit 5a4ba74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ button {
403403
button,
404404
select {
405405
text-transform: none;
406-
color: transparent !important;
406+
/*color: transparent !important;*/
407407
text-shadow: 0 0 0 #555 !important;
408408
}
409409

@@ -2115,7 +2115,7 @@ label {
21152115
-moz-appearance:none;
21162116
-webkit-appearance:none;
21172117
text-shadow: 0 0 0 #555;
2118-
color: transparent !important;
2118+
/*color: transparent !important;*/
21192119
}
21202120

21212121
.vst-list.long-2 {

0 commit comments

Comments
 (0)