diff options
| author | Mark Otto <[email protected]> | 2012-08-01 17:01:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 17:01:29 -0700 |
| commit | b979cd9e67968526a5918f2bdedc66bf274c96d1 (patch) | |
| tree | c865953284f43fc0b6d6d96f5dcb6471354a4dfb /less | |
| parent | 7aaf1413718140d0f27876f3c210a08f52d41cd6 (diff) | |
| download | bootstrap-b979cd9e67968526a5918f2bdedc66bf274c96d1.tar.xz bootstrap-b979cd9e67968526a5918f2bdedc66bf274c96d1.zip | |
darken default button borders
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index eb0290d8e..f3cb1bdef 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -129,8 +129,8 @@ // ------------------------- .btn { // reset here as of 2.0.3 due to Recess property order - border-color: #ccc; - border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25); + border-color: #c5c5c5; + border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25); } .btn-primary { .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight); |
