summaryrefslogtreecommitdiff
path: root/amelia
diff options
context:
space:
mode:
authorShawn Wildermuth <shawn@wildermuth.com>2013-10-18 17:08:49 -0400
committerShawn Wildermuth <shawn@wildermuth.com>2013-10-18 17:08:49 -0400
commit53a2278c7e8ff1c4dea8612a6bdfc4516f0aa3fc (patch)
treeba489f638b08a2a4b7cb455e404877b2c0cfff0c /amelia
parentc2fa364a750ffa4a964b08228ad6e242a5b78209 (diff)
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.
Diffstat (limited to 'amelia')
-rw-r--r--amelia/bootswatch.less4
-rw-r--r--amelia/index.html4
-rw-r--r--amelia/variables.less2
3 files changed, 7 insertions, 3 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 968f5b2d..096cb3de 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 09e13afa..76b29ce6 100644
--- a/amelia/index.html
+++ b/amelia/index.html
@@ -480,8 +480,8 @@
<h1 id="tables">Tables</h1>
</div>
- <div class="bs-example">
- <table class="table table-striped table-bordered table-hover">
+ <div class="bs-example table-responsive">
+ <table class="table table-striped table-bordered table-hover ">
<thead>
<tr>
<th>#</th>
diff --git a/amelia/variables.less b/amelia/variables.less
index 672cb421..e83c75f0 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;