mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
fix font color / dropdown list
This commit is contained in:
parent
cfec39075c
commit
5a4ba74d1b
1 changed files with 2 additions and 2 deletions
4
web/css/styles.min.css
vendored
4
web/css/styles.min.css
vendored
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue