fix colors on input elements which bootstrap set to "inherit" and doesn't play nicely with dark themes.
This commit is contained in:
parent
3f337dad2c
commit
b30ddfaaf9
@ -1 +1 @@
|
|||||||
2014-03-11.613
|
2014-03-12.614
|
||||||
|
@ -79,6 +79,11 @@ input[type="submit"] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button, input, optgroup, select, textarea {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user