summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index 2eba4d62..10aa78bf 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -5880,14 +5880,20 @@ table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #464545;
}
+input,
+textarea {
+ color: #464545;
+}
.form-control,
-input {
+input,
+textarea {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus,
-input:focus {
+input:focus,
+textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}