aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 00:02:44 -0700
committerMark Otto <[email protected]>2011-09-02 00:02:44 -0700
commit02abdd60378aa5aecbb9d8bafe23f0cd2b86141a (patch)
tree8663d42bcea23fd0bda71a355c57aace74397269 /bootstrap-1.2.0.css
parent0159524413f7a90b90cff50fa07d07b85380845d (diff)
downloadbootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.tar.xz
bootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.zip
remove inset shadow from disabled buttons
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index 7d51eb7e1..739810c91 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.0.css
@@ -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;