2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

remove background:none

This commit is contained in:
Yulong Liu
2013-07-26 21:59:50 +08:00
parent 2a51ebf671
commit a2f120a7aa
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -1728,7 +1728,6 @@ select.input-small {
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -34,7 +34,6 @@
&:active, &:active,
&.active { &.active {
outline: 0; outline: 0;
background-image: none;
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
} }