mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-12 00:05:19 -05:00
darken default button borders
This commit is contained in:
parent
7aaf141371
commit
b979cd9e67
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -3039,8 +3039,8 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-color: #ccc;
|
border-color: #c5c5c5;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
|||||||
@ -129,8 +129,8 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
.btn {
|
.btn {
|
||||||
// reset here as of 2.0.3 due to Recess property order
|
// reset here as of 2.0.3 due to Recess property order
|
||||||
border-color: #ccc;
|
border-color: #c5c5c5;
|
||||||
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
|
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user