Commit 4ddc8fd0 authored by Mark Otto's avatar Mark Otto

remove color on :active of buttons

parent 102bb8e6
...@@ -1732,7 +1732,6 @@ table .span12 { ...@@ -1732,7 +1732,6 @@ table .span12 {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #e6e6e6; background-color: #e6e6e6;
background-color: #d9d9d9 \9; background-color: #d9d9d9 \9;
color: rgba(0, 0, 0, 0.5);
outline: 0; outline: 0;
} }
.btn.disabled, .btn[disabled] { .btn.disabled, .btn[disabled] {
......
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
.box-shadow(@shadow); .box-shadow(@shadow);
background-color: darken(@white, 10%); background-color: darken(@white, 10%);
background-color: darken(@white, 15%) e("\9"); background-color: darken(@white, 15%) e("\9");
color: rgba(0,0,0,.5);
outline: 0; outline: 0;
} }
......
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