From a7fd57ef509229185fb912977d066dd13d6d7413 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 22 Oct 2013 23:44:51 -0400 Subject: amelia, cyborg, slate: fix background-color for table-responsive --- slate/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'slate/bootstrap.css') 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; -- cgit v1.2.3