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/bootswatch.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'slate/bootswatch.less') diff --git a/slate/bootswatch.less b/slate/bootswatch.less index e4a39f62..baba34fb 100644 --- a/slate/bootswatch.less +++ b/slate/bootswatch.less @@ -154,6 +154,10 @@ h1, h2, h3, h4, h5, h6 { } } +.table-responsive > .table { + background-color: @table-bg; +} + // Forms ====================================================================== .has-warning { -- cgit v1.2.3