1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Follow up to #11655: don't reset opacity on disabled buttons

This commit is contained in:
Mark Otto
2014-01-29 21:57:44 -08:00
parent 7ba2eede4e
commit 9195d8e8eb
6 changed files with 4 additions and 6 deletions

View File

@@ -2031,7 +2031,6 @@ fieldset[disabled] .btn {
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
opacity: 1;
}
.btn-default {
color: #333;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long