2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

remove inset shadow from disabled buttons

This commit is contained in:
Mark Otto
2011-09-02 00:02:44 -07:00
parent 0159524413
commit 02abdd6037
4 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Sep 1 22:54:55 PDT 2011
* Date: Fri Sep 2 00:01:01 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -387,7 +387,6 @@ body {
font-weight: normal;
line-height: 18px;
color: #808080;
text-rendering: optimizeLegibility;
}
.container {
width: 940px;
@@ -1531,6 +1530,9 @@ footer {
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn:disabled {
cursor: default;