diff options
| author | Mark Otto <[email protected]> | 2011-04-29 11:40:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-04-29 11:40:24 -0700 |
| commit | bb8ebe2312e4424a4e40974f0f21dd008064f736 (patch) | |
| tree | 5df6c58ab1bd43ab24e5d65ab6918ad62fcf4774 /less/patterns.less | |
| parent | d61317d7b5bb7a8aa11f7ac3fc60efcd359f1606 (diff) | |
| download | bootstrap-bb8ebe2312e4424a4e40974f0f21dd008064f736.tar.xz bootstrap-bb8ebe2312e4424a4e40974f0f21dd008064f736.zip | |
More subtle grid pattern, adding dropdown arrow, adding dropdown arrow styles to the topbar
Diffstat (limited to 'less/patterns.less')
| -rw-r--r-- | less/patterns.less | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/less/patterns.less b/less/patterns.less index 1ff8bc935..7c5a902fa 100644 --- a/less/patterns.less +++ b/less/patterns.less @@ -125,11 +125,12 @@ div.topbar { @shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.25); .box-shadow(@shadow); .transition(none); + // Placeholder text gets special styles; can't be bundled together though for some reason &:-moz-placeholder { - color: #fff; + color: @gray-lighter; } &::-webkit-input-placeholder { - color: #fff; + color: @gray-lighter; } &:hover { background-color: #444; @@ -196,12 +197,12 @@ div.topbar { li.menu { position: relative; a.menu { - span.menu-label:after { + &:after { width: 7px; height: 7px; display: inline-block; - background: transparent url(/images/sprite-icons.png) no-repeat scroll -79px -100px; - content:"↓"; + background: transparent url(../img/dropdown-arrow.gif) no-repeat top center; + content: "↓"; text-indent: -99999px; vertical-align: top; margin-top: 8px; @@ -214,6 +215,7 @@ div.topbar { a:hover { background-color: lighten(#00a0d1,5); background-color: rgba(255,255,255,.1); + color: #fff; } ul { display: block; |
