summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-05 21:01:47 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-05 21:01:47 -0500
commit2f642027cb116c4702ce1a2d17f60661fe12bc36 (patch)
tree7b5295bd7075ca8fc1e4769d479e1b96939f7043 /flatly/bootstrap.css
parentda0711b7faf817f7807123567620453d0fdd919f (diff)
flatly: remove table borders
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 790c2568..4d7257a1 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5778,6 +5778,22 @@ td.visible-print {
.table tr.danger {
color: #fff;
}
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
+ border: none;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+ border: 1px solid #ecf0f1;
+}
.form-control,
textarea.form-control,
input[type="text"],