Commit b979cd9e authored by Mark Otto's avatar Mark Otto

darken default button borders

parent 7aaf1413
...@@ -3039,8 +3039,8 @@ button.close { ...@@ -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 @@ ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment