Fix btn link hover and tweak dropdown border/shadows

This commit is contained in:
Mark Otto
2013-01-13 04:04:16 -08:00
parent 0b31cfc90e
commit 1916eb7c7f
4 changed files with 18 additions and 9 deletions

View File

@@ -183,11 +183,15 @@ fieldset[disabled] .btn-link {
background-image: none;
.box-shadow(none);
}
.btn-link,
.btn-link:hover,
.btn-link:active {
border-color: transparent;
}
.btn-link {
color: @link-color;
font-weight: normal;
cursor: pointer;
border-color: transparent;
border-radius: 0;
}
.btn-link:hover {

View File

@@ -49,7 +49,7 @@
border: 1px solid #ccc; // IE8 fallback
border: 1px solid @dropdown-border;
border-radius: @border-radius-base;
.box-shadow(0 5px 10px rgba(0,0,0,.2));
.box-shadow(0 6px 12px rgba(0,0,0,.175));
.background-clip(padding-box);
// Aligns the dropdown menu to right

View File

@@ -112,7 +112,7 @@
// -------------------------
@dropdown-background: #fff;
@dropdown-border: rgba(0,0,0,.2);
@dropdown-border: rgba(0,0,0,.15);
@dropdown-divider-top: #e5e5e5;
@dropdown-divider-bottom: #fff;