summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less28
1 files changed, 23 insertions, 5 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index 32e10d81..b752c708 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -47,11 +47,29 @@
.table {
- tr.success,
- tr.warning,
- tr.danger {
- color: #fff;
- }
+ tr.success,
+ tr.warning,
+ tr.danger {
+ color: #fff;
+ }
+
+ > thead > tr > th,
+ > tbody > tr > th,
+ > tfoot > tr > th,
+ > thead > tr > td,
+ > tbody > tr > td,
+ > tfoot > tr > td {
+ border: none;
+ }
+
+ &-bordered > thead > tr > th,
+ &-bordered > tbody > tr > th,
+ &-bordered > tfoot > tr > th,
+ &-bordered > thead > tr > td,
+ &-bordered > tbody > tr > td,
+ &-bordered > tfoot > tr > td {
+ border: 1px solid @table-border-color;
+ }
}
// Forms ======================================================================