aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 13:22:39 -0700
committerJacob Thornton <[email protected]>2011-08-21 13:22:39 -0700
commit96af4f6acfcfb731d9772643fa8ef43ac514b02d (patch)
treee58bf5b345b48d6b082d07186aaa355953fbd07e /bootstrap-1.0.0.css
parentde494200fc5a62f032828198f699f043a7fe77da (diff)
downloadbootstrap-96af4f6acfcfb731d9772643fa8ef43ac514b02d.tar.xz
bootstrap-96af4f6acfcfb731d9772643fa8ef43ac514b02d.zip
add "shadows" for ie buttons
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 835fa9e7b..39f628dfe 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.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: Sun Aug 21 13:04:33 PDT 2011
+ * Date: Sun Aug 21 13:22:36 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).
@@ -396,6 +396,7 @@ a:hover {
font-size: 13px;
line-height: 18px;
border: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom-color: #ddd;
border-bottom-color: rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
@@ -426,6 +427,8 @@ a:hover {
background-image: linear-gradient(#049cdb, #0064cd);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ border-bottom-color: #003f81;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
}
.btn.primary:hover {
color: #fff;