summaryrefslogtreecommitdiff
path: root/superhero/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r--superhero/bootstrap.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css
index f971da5d..8b0a00c6 100644
--- a/superhero/bootstrap.css
+++ b/superhero/bootstrap.css
@@ -1712,14 +1712,14 @@ output {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
- color: #4e5d6c;
+ color: #cccccc;
opacity: 1;
}
.form-control:-ms-input-placeholder {
- color: #4e5d6c;
+ color: #cccccc;
}
.form-control::-webkit-input-placeholder {
- color: #4e5d6c;
+ color: #cccccc;
}
.form-control[disabled],
.form-control[readonly],
@@ -5863,6 +5863,10 @@ table > tfoot > tr > td,
.table > tfoot > tr > td {
border-color: transparent;
}
+input,
+textarea {
+ color: #2b3e50;
+}
label,
.radio label,
.checkbox label,