diff options
| author | Jacob Thornton <[email protected]> | 2011-08-25 13:52:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-25 13:52:04 -0700 |
| commit | 04b8e667d0a8caaf241570721bbf7afb7a5e1b2d (patch) | |
| tree | 0a7e2a49487c42278b1a71303fe3ca91b830bf09 /bootstrap-1.1.0.css | |
| parent | 0e9d7c1c4d9552dda438d6eb5d2f175a99fd4501 (diff) | |
| download | bootstrap-04b8e667d0a8caaf241570721bbf7afb7a5e1b2d.tar.xz bootstrap-04b8e667d0a8caaf241570721bbf7afb7a5e1b2d.zip | |
clean up btn selectors a bit
Diffstat (limited to 'bootstrap-1.1.0.css')
| -rw-r--r-- | bootstrap-1.1.0.css | 48 |
1 files changed, 19 insertions, 29 deletions
diff --git a/bootstrap-1.1.0.css b/bootstrap-1.1.0.css index 34b9d085f..b9b50de4b 100644 --- a/bootstrap-1.1.0.css +++ b/bootstrap-1.1.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 Aug 25 13:30:35 PDT 2011 + * Date: Thu Aug 25 13:52:00 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). @@ -141,12 +141,8 @@ aside { } .btn.danger, .alert.danger, -.btn.danger:hover, -.alert.danger:hover, .btn.error, -.alert.error, -.btn.error:hover, -.alert.error:hover { +.alert.error { background-color: #d6463e; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#f56a66), to(#d6463e)); @@ -160,10 +156,7 @@ aside { border-color: #d6463e #d6463e #a52a23; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } -.btn.success, -.alert.success, -.btn.success:hover, -.alert.success:hover { +.btn.success, .alert.success { background-color: #57a957; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); @@ -177,10 +170,7 @@ aside { border-color: #57a957 #57a957 #3d773d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } -.btn.info, -.alert.info, -.btn.info:hover, -.alert.info:hover { +.btn.info, .alert.info { background-color: #36b3d9; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#6bd0ee), to(#36b3d9)); @@ -1326,6 +1316,21 @@ footer { color: #333; text-decoration: none; } +.btn.primary { + color: #fff; + background-color: #0064cd; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); + background-image: -moz-linear-gradient(#049cdb, #0064cd); + background-image: -ms-linear-gradient(#049cdb, #0064cd); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); + background-image: -webkit-linear-gradient(#049cdb, #0064cd); + background-image: -o-linear-gradient(#049cdb, #0064cd); + background-image: linear-gradient(#049cdb, #0064cd); + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + border-color: #0064cd #0064cd #003f81; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); +} .btn.disabled { cursor: default; background-image: none; @@ -1347,21 +1352,6 @@ footer { -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); } -.btn.primary, .btn.primary:hover { - color: #fff; - background-color: #0064cd; - background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); - background-image: -moz-linear-gradient(#049cdb, #0064cd); - background-image: -ms-linear-gradient(#049cdb, #0064cd); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); - background-image: -webkit-linear-gradient(#049cdb, #0064cd); - background-image: -o-linear-gradient(#049cdb, #0064cd); - background-image: linear-gradient(#049cdb, #0064cd); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - border-color: #0064cd #0064cd #003f81; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); -} .btn.large { font-size: 16px; line-height: normal; |
