aboutsummaryrefslogtreecommitdiff
path: root/less/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-04-29 11:40:24 -0700
committerMark Otto <[email protected]>2011-04-29 11:40:24 -0700
commitbb8ebe2312e4424a4e40974f0f21dd008064f736 (patch)
tree5df6c58ab1bd43ab24e5d65ab6918ad62fcf4774 /less/patterns.less
parentd61317d7b5bb7a8aa11f7ac3fc60efcd359f1606 (diff)
downloadbootstrap-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.less12
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:"&darr;";
+ background: transparent url(../img/dropdown-arrow.gif) no-repeat top center;
+ content: "&darr;";
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;