fix #1241: registration page readability issue

This commit is contained in:
Sebastian Malek 2017-06-13 19:20:24 +02:00 committed by Lilia
parent 834faf3e39
commit 6b4970de21
2 changed files with 7 additions and 0 deletions

View File

@ -1131,4 +1131,7 @@ ul.country-list {
margin: 0;
text-align: left; }
.intl-tel-input .country-list .country .country-name {
color: #000; }
/*# sourceMappingURL=options.css.map */

View File

@ -356,3 +356,7 @@ ul.country-list {
}
}
.intl-tel-input .country-list .country .country-name {
color: #000;
}