From 53a2278c7e8ff1c4dea8612a6bdfc4516f0aa3fc Mon Sep 17 00:00:00 2001 From: Shawn Wildermuth Date: Fri, 18 Oct 2013 17:08:49 -0400 Subject: [PATCH] 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. --- amelia/bootswatch.less | 4 ++++ amelia/index.html | 4 ++-- amelia/variables.less | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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; -- 2.39.2
#