color: rgba(255, 255, 255, 0.75);
}
+.btn {
+ border-color: #ccc;
+}
+
.btn-primary {
background-color: #0074cc;
*background-color: #0055cc;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
+// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
// Set the backgrounds
// -------------------------
+.btn {
+ border-color: #ccc; // reset here as of 2.0.3 due to Recess property order
+}
.btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
}
// -------------------------
@btnBackground: @white;
@btnBackgroundHighlight: darken(@white, 10%);
-@btnBorder: darken(@white, 20%);
+@btnBorder: #ccc;
@btnPrimaryBackground: @linkColor;
@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 15%);