LEFT | RIGHT |
(Both sides are equal) |
1 /*! | 1 /*! |
2 * Bootstrap v3.3.2 (http://getbootstrap.com) | 2 * Bootstrap v3.3.2 (http://getbootstrap.com) |
3 * Copyright 2011-2015 Twitter, Inc. | 3 * Copyright 2011-2015 Twitter, Inc. |
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
5 */ | 5 */ |
6 | 6 |
7 .btn-default, | 7 .btn-default, |
8 .btn-primary, | 8 .btn-primary, |
9 .btn-success, | 9 .btn-success, |
10 .btn-info, | 10 .btn-info, |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); | 467 background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); |
468 background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8
), to(#f5f5f5)); | 468 background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8
), to(#f5f5f5)); |
469 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%)
; | 469 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%)
; |
470 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',
endColorstr='#fff5f5f5', GradientType=0); | 470 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',
endColorstr='#fff5f5f5', GradientType=0); |
471 background-repeat: repeat-x; | 471 background-repeat: repeat-x; |
472 border-color: #dcdcdc; | 472 border-color: #dcdcdc; |
473 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255,
255, .1); | 473 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255,
255, .1); |
474 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255,
255, .1); | 474 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255,
255, .1); |
475 } | 475 } |
476 /*# sourceMappingURL=bootstrap-theme.css.map */ | 476 /*# sourceMappingURL=bootstrap-theme.css.map */ |
LEFT | RIGHT |