diff options
| author | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
| commit | 025f74ef93fadf1f2615789e4560ebf420bf3d6f (patch) | |
| tree | 64af81e6cfd64cfd22b370db496cf30f39c33303 /bootstrap-1.0.0.css | |
| parent | e0b09867c23b421153f10235ec64d484bac6323d (diff) | |
| download | bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.tar.xz bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.zip | |
form bug fix with new baseline, updated docs to fix topbar bug, tweaks to scaffolding for buttons
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; |
