summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-22 23:44:51 -0400
committerThomas Park <thomas@thomaspark.me>2013-10-22 23:44:51 -0400
commita7fd57ef509229185fb912977d066dd13d6d7413 (patch)
tree651fac0f521d1759cb56a78804c0d8ac41067c4b /slate/bootstrap.css
parent42491f41f88e04a03f34be361c163056a3bef6da (diff)
amelia, cyborg, slate: fix background-color for table-responsive
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index f1b4d490..a8a0ee6f 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -7436,6 +7436,10 @@ h6 {
border-color: #1c1e22;
}
+.table-responsive > .table {
+ background-color: #2e3338;
+}
+
.has-warning .help-block,
.has-warning .control-label {
color: #f89406;