From 025f74ef93fadf1f2615789e4560ebf420bf3d6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Jun 2011 13:48:08 -0700 Subject: form bug fix with new baseline, updated docs to fix topbar bug, tweaks to scaffolding for buttons --- bootstrap-1.0.0.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.0.0.css') diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index c7c53f17e..ece0cd53f 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -341,6 +341,9 @@ a:hover { -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -webkit-transition: 0.1s linear all; + -moz-transition: 0.1s linear all; + transition: 0.1s linear all; } .btn:hover { background-position: 0 -15px; @@ -403,6 +406,11 @@ a:hover { opacity: 0.65; cursor: default; } +.btn:active { + -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05); +} button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; @@ -818,7 +826,7 @@ div.input-prepend .add-on, div.input-append .add-on { display: block; width: auto; min-width: 16px; - padding: 5px 4px 5px 5px; + padding: 4px 4px 4px 5px; color: #b3b3b3; font-weight: normal; line-height: 18px; -- cgit v1.2.3