diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:26:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:26:06 -0800 |
| commit | 8ceea1f559fb432fc12df32153911de89caea36f (patch) | |
| tree | d6017415263fe8b2d9d982069dcc7c0353801ff6 /lib | |
| parent | f989c6892f690cf46b0e67158ebb621c3fe690fe (diff) | |
| download | bootstrap-8ceea1f559fb432fc12df32153911de89caea36f.tar.xz bootstrap-8ceea1f559fb432fc12df32153911de89caea36f.zip | |
fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix pager example code
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dropdowns.less | 5 | ||||
| -rw-r--r-- | lib/tables.less | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less index e2d5fef25..08054713c 100644 --- a/lib/dropdowns.less +++ b/lib/dropdowns.less @@ -21,6 +21,7 @@ .dropdown .caret { margin-top: 8px; margin-left: 2px; + *margin-top: 7px; } .dropdown:hover .caret, .open.dropdown .caret { @@ -40,7 +41,7 @@ margin: 0; // override default ul list-style: none; background-color: @white; - border-color: #999; + border-color: #ccc; border-color: rgba(0,0,0,.2); border-style: solid; border-width: 1px; @@ -50,6 +51,8 @@ -moz-background-clip: padding; background-clip: padding-box; zoom: 1; // do we need this? + *border-right-width: 2px; + *border-bottom-width: 2px; // Dividers (basically an hr) within the dropdown .divider { diff --git a/lib/tables.less b/lib/tables.less index 5b803b3df..1edd9e3b8 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -152,7 +152,7 @@ table { // Style the sorted column headers (THs) .headerSortUp, .headerSortDown { - background-color: rgba(141,192,219,.25); + background-color: #f7f7f9; text-shadow: 0 1px 1px rgba(255,255,255,.75); } // Style the ascending (reverse alphabetical) column header |
