fix font color / dropdown list

This commit is contained in:
Serghey Rodin 2015-06-04 13:43:05 +03:00
commit 5a4ba74d1b

View file

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