fix colors on input elements which bootstrap set to "inherit" and doesn't play nicely with dark themes.

This commit is contained in:
friendica 2014-03-12 16:21:20 -07:00
parent 3f337dad2c
commit b30ddfaaf9
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
2014-03-11.613
2014-03-12.614

View File

@ -79,6 +79,11 @@ input[type="submit"] {
text-decoration: none;
}
button, input, optgroup, select, textarea {
color: #000;
}
pre code {
border: none;
}