more vars changed, remove @white var

This commit is contained in:
Mark Otto
2012-11-30 15:05:23 -08:00
parent b0e2b5813d
commit 9239bfbc7b
17 changed files with 152 additions and 155 deletions

View File

@@ -607,7 +607,7 @@ hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
border-bottom: 1px solid #fff;
}
abbr[title],
@@ -1418,7 +1418,7 @@ select:focus:invalid:focus {
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #fff;
background-color: #eeeeee;
border: 1px solid #ccc;
}
@@ -3301,8 +3301,8 @@ input[type="button"].btn-block {
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
border-top-color: #fff;
border-bottom-color: #fff;
}
.btn-group-vertical {
@@ -3495,7 +3495,7 @@ input[type="button"].btn-block {
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
color: #ffffff;
color: #fff;
background-color: #0088cc;
}
@@ -3597,7 +3597,7 @@ input[type="button"].btn-block {
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
color: #ffffff;
color: #fff;
background-color: #999999;
border-color: #999999;
}
@@ -3605,8 +3605,8 @@ input[type="button"].btn-block {
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
border-top-color: #fff;
border-bottom-color: #fff;
opacity: 1;
filter: alpha(opacity=100);
}
@@ -4111,7 +4111,7 @@ input[type="button"].btn-block {
}
.navbar-inverse .navbar-search .search-query {
color: #ffffff;
color: #fff;
background-color: #515151;
border-color: #111111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
@@ -4138,7 +4138,7 @@ input[type="button"].btn-block {
.navbar-inverse .navbar-search .search-query.focused {
padding: 5px 15px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #fff;
background-color: #ffffff;
border: 0;
outline: 0;
@@ -4186,7 +4186,7 @@ input[type="button"].btn-block {
.breadcrumb li {
display: inline-block;
text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #fff;
}
.breadcrumb li:after {
@@ -4419,7 +4419,7 @@ input[type="button"].btn-block {
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 6px;
@@ -4859,7 +4859,7 @@ a.thumbnail:hover {
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
@@ -4883,7 +4883,7 @@ a.thumbnail:hover {
a.label:hover,
a.badge:hover {
color: #ffffff;
color: #fff;
text-decoration: none;
cursor: pointer;
}
@@ -5016,7 +5016,7 @@ a.badge:hover {
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
color: #fff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
@@ -5281,7 +5281,7 @@ a.badge:hover {
}
.carousel-control:hover {
color: #ffffff;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
@@ -5318,7 +5318,7 @@ a.badge:hover {
.carousel-caption h3,
.carousel-caption p {
line-height: 20px;
color: #ffffff;
color: #fff;
}
.carousel-caption h3 {