]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
darken default button borders
authorMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 00:01:29 +0000 (17:01 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 00:01:29 +0000 (17:01 -0700)
docs/assets/css/bootstrap.css
less/buttons.less

index 9054f68d473473d69a7d04ea11fa583208441750..bcbe4d9dac3c517ea9b63ec2a0be6c7812919a02 100644 (file)
@@ -3039,8 +3039,8 @@ button.close {
 }
 
 .btn {
-  border-color: #ccc;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  border-color: #c5c5c5;
+  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
 }
 
 .btn-primary {
index eb0290d8e782289369b8b9f1a77d1283afbbce86..f3cb1bdef873ad973f0ed923f9a75fe6a30d38d7 100644 (file)
 // -------------------------
 .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);