From: Shawn Wildermuth Date: Fri, 18 Oct 2013 21:08:49 +0000 (-0400) Subject: Update to fix edge cases X-Git-Tag: v3.0.1~4^2 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=53a2278c7e8ff1c4dea8612a6bdfc4516f0aa3fc Update to fix edge cases Added responsive to table example. Added override for responsive table to deal with background issue of header and striped with template Changed disabled menu entries to light gray as they were white on a white background. --- diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index 968f5b2..096cb3d 100644 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -61,6 +61,10 @@ h1, h2, h3, h4, h5, h6 { // Tables ===================================================================== +.table-responsive > .table { + background-color: @table-bg; +} + // Forms ====================================================================== .has-warning { diff --git a/amelia/index.html b/amelia/index.html index 09e13af..76b29ce 100644 --- a/amelia/index.html +++ b/amelia/index.html @@ -480,8 +480,8 @@

Tables

-
- +
+
diff --git a/amelia/variables.less b/amelia/variables.less index 672cb42..e83c75f 100644 --- a/amelia/variables.less +++ b/amelia/variables.less @@ -172,7 +172,7 @@ @dropdown-link-hover-color: #fff; @dropdown-link-hover-bg: @dropdown-link-active-bg; -@dropdown-link-disabled-color: @text-muted; +@dropdown-link-disabled-color: @gray-lighter; @dropdown-header-color: @text-muted;
#