diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 11:22:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 11:22:33 -0700 |
| commit | 1fc4491cd6f18809468dfc73ce5e55ac87352d1d (patch) | |
| tree | 1ec4e46f946ee05bbd04672ee714c83fafaa2863 /lib | |
| parent | 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (diff) | |
| download | bootstrap-1fc4491cd6f18809468dfc73ce5e55ac87352d1d.tar.xz bootstrap-1fc4491cd6f18809468dfc73ce5e55ac87352d1d.zip | |
simplify drop down logic - fix color of search hover for ie
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index eeb0107ab..2f8f6c919 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -53,7 +53,7 @@ div.topbar { position: relative; .opacity(100); input { - background-color: @grayLight; + background-color: #444; background-color: rgba(255,255,255,.3); #font > .sans-serif(13px, normal, 1); width: 220px; @@ -74,7 +74,7 @@ div.topbar { color: @grayLighter; } &:hover { - background-color: #444; + background-color: @grayLight; background-color: rgba(255,255,255,.5); color: #fff; } |
