less-rails-bootstrap 3.1.1.1 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/.travis.yml +5 -4
- data/Appraisals +10 -4
- data/Gemfile +0 -2
- data/ISSUES.md +6 -0
- data/README.md +6 -6
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.svg +229 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/javascripts/twitter/bootstrap.js +12 -0
- data/app/assets/javascripts/twitter/bootstrap/affix.js +142 -0
- data/app/assets/javascripts/twitter/bootstrap/alert.js +92 -0
- data/app/assets/javascripts/twitter/bootstrap/button.js +110 -0
- data/app/assets/javascripts/twitter/bootstrap/carousel.js +223 -0
- data/app/assets/javascripts/twitter/bootstrap/collapse.js +170 -0
- data/app/assets/javascripts/twitter/bootstrap/dropdown.js +151 -0
- data/app/assets/javascripts/twitter/bootstrap/modal.js +280 -0
- data/app/assets/javascripts/twitter/bootstrap/popover.js +113 -0
- data/app/assets/javascripts/twitter/bootstrap/scrollspy.js +170 -0
- data/app/assets/javascripts/twitter/bootstrap/tab.js +128 -0
- data/app/assets/javascripts/twitter/bootstrap/tooltip.js +457 -0
- data/app/assets/javascripts/twitter/bootstrap/transition.js +59 -0
- data/app/assets/stylesheets/twitter/bootstrap.less +1 -0
- data/app/frameworks/twitter/bootstrap/alerts.less +68 -0
- data/app/frameworks/twitter/bootstrap/badges.less +55 -0
- data/app/frameworks/twitter/bootstrap/bootstrap.less +50 -0
- data/app/frameworks/twitter/bootstrap/breadcrumbs.less +26 -0
- data/app/frameworks/twitter/bootstrap/button-groups.less +240 -0
- data/app/frameworks/twitter/bootstrap/buttons.less +157 -0
- data/app/frameworks/twitter/bootstrap/carousel.less +243 -0
- data/app/frameworks/twitter/bootstrap/close.less +33 -0
- data/app/frameworks/twitter/bootstrap/code.less +68 -0
- data/app/frameworks/twitter/bootstrap/component-animations.less +31 -0
- data/app/frameworks/twitter/bootstrap/dropdowns.less +215 -0
- data/app/frameworks/twitter/bootstrap/forms.less +540 -0
- data/app/frameworks/twitter/bootstrap/glyphicons.less +233 -0
- data/app/frameworks/twitter/bootstrap/grid.less +84 -0
- data/app/frameworks/twitter/bootstrap/input-groups.less +166 -0
- data/app/frameworks/twitter/bootstrap/jumbotron.less +48 -0
- data/app/frameworks/twitter/bootstrap/labels.less +64 -0
- data/app/frameworks/twitter/bootstrap/list-group.less +131 -0
- data/app/frameworks/twitter/bootstrap/media.less +56 -0
- data/app/frameworks/twitter/bootstrap/mixins.less +39 -0
- data/app/frameworks/twitter/bootstrap/mixins/alerts.less +14 -0
- data/app/frameworks/twitter/bootstrap/mixins/background-variant.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/border-radius.less +18 -0
- data/app/frameworks/twitter/bootstrap/mixins/buttons.less +50 -0
- data/app/frameworks/twitter/bootstrap/mixins/center-block.less +7 -0
- data/app/frameworks/twitter/bootstrap/mixins/clearfix.less +22 -0
- data/app/frameworks/twitter/bootstrap/mixins/forms.less +81 -0
- data/app/frameworks/twitter/bootstrap/mixins/gradients.less +59 -0
- data/app/frameworks/twitter/bootstrap/mixins/grid-framework.less +91 -0
- data/app/frameworks/twitter/bootstrap/mixins/grid.less +122 -0
- data/app/frameworks/twitter/bootstrap/mixins/hide-text.less +21 -0
- data/app/frameworks/twitter/bootstrap/mixins/image.less +34 -0
- data/app/frameworks/twitter/bootstrap/mixins/labels.less +12 -0
- data/app/frameworks/twitter/bootstrap/mixins/list-group.less +29 -0
- data/app/frameworks/twitter/bootstrap/mixins/nav-divider.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/nav-vertical-align.less +9 -0
- data/app/frameworks/twitter/bootstrap/mixins/opacity.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/pagination.less +23 -0
- data/app/frameworks/twitter/bootstrap/mixins/panels.less +24 -0
- data/app/frameworks/twitter/bootstrap/mixins/progress-bar.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/reset-filter.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/resize.less +6 -0
- data/app/frameworks/twitter/bootstrap/mixins/responsive-visibility.less +15 -0
- data/app/frameworks/twitter/bootstrap/mixins/size.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/tab-focus.less +9 -0
- data/app/frameworks/twitter/bootstrap/mixins/table-row.less +28 -0
- data/app/frameworks/twitter/bootstrap/mixins/text-emphasis.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/text-overflow.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/vendor-prefixes.less +224 -0
- data/app/frameworks/twitter/bootstrap/modals.less +150 -0
- data/app/frameworks/twitter/bootstrap/navbar.less +655 -0
- data/app/frameworks/twitter/bootstrap/navs.less +242 -0
- data/app/frameworks/twitter/bootstrap/normalize.less +425 -0
- data/app/frameworks/twitter/bootstrap/pager.less +55 -0
- data/app/frameworks/twitter/bootstrap/pagination.less +88 -0
- data/app/frameworks/twitter/bootstrap/panels.less +243 -0
- data/app/frameworks/twitter/bootstrap/popovers.less +133 -0
- data/app/frameworks/twitter/bootstrap/print.less +101 -0
- data/app/frameworks/twitter/bootstrap/progress-bars.less +105 -0
- data/app/frameworks/twitter/bootstrap/responsive-embed.less +34 -0
- data/app/frameworks/twitter/bootstrap/responsive-utilities.less +194 -0
- data/app/frameworks/twitter/bootstrap/scaffolding.less +150 -0
- data/app/frameworks/twitter/bootstrap/tables.less +233 -0
- data/app/frameworks/twitter/bootstrap/theme.less +258 -0
- data/app/frameworks/twitter/bootstrap/thumbnails.less +36 -0
- data/app/frameworks/twitter/bootstrap/tooltip.less +95 -0
- data/app/frameworks/twitter/bootstrap/type.less +313 -0
- data/app/frameworks/twitter/bootstrap/utilities.less +57 -0
- data/app/frameworks/twitter/bootstrap/variables.less +846 -0
- data/app/frameworks/twitter/bootstrap/wells.less +29 -0
- data/less-rails-bootstrap.gemspec +4 -2
- data/lib/less/rails/bootstrap/version.rb +1 -1
- data/scripts/update_bootstrap.sh +5 -4
- data/test/cases/generators/custom_bootstrap_generator_test.rb +1 -1
- metadata +51 -7
@@ -0,0 +1,233 @@
|
|
1
|
+
//
|
2
|
+
// Tables
|
3
|
+
// --------------------------------------------------
|
4
|
+
|
5
|
+
|
6
|
+
table {
|
7
|
+
background-color: @table-bg;
|
8
|
+
}
|
9
|
+
th {
|
10
|
+
text-align: left;
|
11
|
+
}
|
12
|
+
|
13
|
+
|
14
|
+
// Baseline styles
|
15
|
+
|
16
|
+
.table {
|
17
|
+
width: 100%;
|
18
|
+
max-width: 100%;
|
19
|
+
margin-bottom: @line-height-computed;
|
20
|
+
// Cells
|
21
|
+
> thead,
|
22
|
+
> tbody,
|
23
|
+
> tfoot {
|
24
|
+
> tr {
|
25
|
+
> th,
|
26
|
+
> td {
|
27
|
+
padding: @table-cell-padding;
|
28
|
+
line-height: @line-height-base;
|
29
|
+
vertical-align: top;
|
30
|
+
border-top: 1px solid @table-border-color;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
// Bottom align for column headings
|
35
|
+
> thead > tr > th {
|
36
|
+
vertical-align: bottom;
|
37
|
+
border-bottom: 2px solid @table-border-color;
|
38
|
+
}
|
39
|
+
// Remove top border from thead by default
|
40
|
+
> caption + thead,
|
41
|
+
> colgroup + thead,
|
42
|
+
> thead:first-child {
|
43
|
+
> tr:first-child {
|
44
|
+
> th,
|
45
|
+
> td {
|
46
|
+
border-top: 0;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
// Account for multiple tbody instances
|
51
|
+
> tbody + tbody {
|
52
|
+
border-top: 2px solid @table-border-color;
|
53
|
+
}
|
54
|
+
|
55
|
+
// Nesting
|
56
|
+
.table {
|
57
|
+
background-color: @body-bg;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
|
62
|
+
// Condensed table w/ half padding
|
63
|
+
|
64
|
+
.table-condensed {
|
65
|
+
> thead,
|
66
|
+
> tbody,
|
67
|
+
> tfoot {
|
68
|
+
> tr {
|
69
|
+
> th,
|
70
|
+
> td {
|
71
|
+
padding: @table-condensed-cell-padding;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
|
78
|
+
// Bordered version
|
79
|
+
//
|
80
|
+
// Add borders all around the table and between all the columns.
|
81
|
+
|
82
|
+
.table-bordered {
|
83
|
+
border: 1px solid @table-border-color;
|
84
|
+
> thead,
|
85
|
+
> tbody,
|
86
|
+
> tfoot {
|
87
|
+
> tr {
|
88
|
+
> th,
|
89
|
+
> td {
|
90
|
+
border: 1px solid @table-border-color;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
> thead > tr {
|
95
|
+
> th,
|
96
|
+
> td {
|
97
|
+
border-bottom-width: 2px;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
}
|
101
|
+
|
102
|
+
|
103
|
+
// Zebra-striping
|
104
|
+
//
|
105
|
+
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
|
106
|
+
|
107
|
+
.table-striped {
|
108
|
+
> tbody > tr:nth-child(odd) {
|
109
|
+
> td,
|
110
|
+
> th {
|
111
|
+
background-color: @table-bg-accent;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
|
117
|
+
// Hover effect
|
118
|
+
//
|
119
|
+
// Placed here since it has to come after the potential zebra striping
|
120
|
+
|
121
|
+
.table-hover {
|
122
|
+
> tbody > tr:hover {
|
123
|
+
> td,
|
124
|
+
> th {
|
125
|
+
background-color: @table-bg-hover;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
|
131
|
+
// Table cell sizing
|
132
|
+
//
|
133
|
+
// Reset default table behavior
|
134
|
+
|
135
|
+
table col[class*="col-"] {
|
136
|
+
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
|
137
|
+
float: none;
|
138
|
+
display: table-column;
|
139
|
+
}
|
140
|
+
table {
|
141
|
+
td,
|
142
|
+
th {
|
143
|
+
&[class*="col-"] {
|
144
|
+
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
|
145
|
+
float: none;
|
146
|
+
display: table-cell;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
|
151
|
+
|
152
|
+
// Table backgrounds
|
153
|
+
//
|
154
|
+
// Exact selectors below required to override `.table-striped` and prevent
|
155
|
+
// inheritance to nested tables.
|
156
|
+
|
157
|
+
// Generate the contextual variants
|
158
|
+
.table-row-variant(active; @table-bg-active);
|
159
|
+
.table-row-variant(success; @state-success-bg);
|
160
|
+
.table-row-variant(info; @state-info-bg);
|
161
|
+
.table-row-variant(warning; @state-warning-bg);
|
162
|
+
.table-row-variant(danger; @state-danger-bg);
|
163
|
+
|
164
|
+
|
165
|
+
// Responsive tables
|
166
|
+
//
|
167
|
+
// Wrap your tables in `.table-responsive` and we'll make them mobile friendly
|
168
|
+
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
169
|
+
// will display normally.
|
170
|
+
|
171
|
+
.table-responsive {
|
172
|
+
@media screen and (max-width: @screen-xs-max) {
|
173
|
+
width: 100%;
|
174
|
+
margin-bottom: (@line-height-computed * 0.75);
|
175
|
+
overflow-y: hidden;
|
176
|
+
overflow-x: auto;
|
177
|
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
178
|
+
border: 1px solid @table-border-color;
|
179
|
+
-webkit-overflow-scrolling: touch;
|
180
|
+
|
181
|
+
// Tighten up spacing
|
182
|
+
> .table {
|
183
|
+
margin-bottom: 0;
|
184
|
+
|
185
|
+
// Ensure the content doesn't wrap
|
186
|
+
> thead,
|
187
|
+
> tbody,
|
188
|
+
> tfoot {
|
189
|
+
> tr {
|
190
|
+
> th,
|
191
|
+
> td {
|
192
|
+
white-space: nowrap;
|
193
|
+
}
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
|
198
|
+
// Special overrides for the bordered tables
|
199
|
+
> .table-bordered {
|
200
|
+
border: 0;
|
201
|
+
|
202
|
+
// Nuke the appropriate borders so that the parent can handle them
|
203
|
+
> thead,
|
204
|
+
> tbody,
|
205
|
+
> tfoot {
|
206
|
+
> tr {
|
207
|
+
> th:first-child,
|
208
|
+
> td:first-child {
|
209
|
+
border-left: 0;
|
210
|
+
}
|
211
|
+
> th:last-child,
|
212
|
+
> td:last-child {
|
213
|
+
border-right: 0;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
|
218
|
+
// Only nuke the last row's bottom-border in `tbody` and `tfoot` since
|
219
|
+
// chances are there will be only one `tr` in a `thead` and that would
|
220
|
+
// remove the border altogether.
|
221
|
+
> tbody,
|
222
|
+
> tfoot {
|
223
|
+
> tr:last-child {
|
224
|
+
> th,
|
225
|
+
> td {
|
226
|
+
border-bottom: 0;
|
227
|
+
}
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
231
|
+
}
|
232
|
+
}
|
233
|
+
}
|
@@ -0,0 +1,258 @@
|
|
1
|
+
|
2
|
+
//
|
3
|
+
// Load core variables and mixins
|
4
|
+
// --------------------------------------------------
|
5
|
+
|
6
|
+
@import "variables.less";
|
7
|
+
@import "mixins.less";
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
//
|
12
|
+
// Buttons
|
13
|
+
// --------------------------------------------------
|
14
|
+
|
15
|
+
// Common styles
|
16
|
+
.btn-default,
|
17
|
+
.btn-primary,
|
18
|
+
.btn-success,
|
19
|
+
.btn-info,
|
20
|
+
.btn-warning,
|
21
|
+
.btn-danger {
|
22
|
+
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
|
23
|
+
@shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
|
24
|
+
.box-shadow(@shadow);
|
25
|
+
|
26
|
+
// Reset the shadow
|
27
|
+
&:active,
|
28
|
+
&.active {
|
29
|
+
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
// Mixin for generating new styles
|
34
|
+
.btn-styles(@btn-color: #555) {
|
35
|
+
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));
|
36
|
+
.reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners
|
37
|
+
background-repeat: repeat-x;
|
38
|
+
border-color: darken(@btn-color, 14%);
|
39
|
+
|
40
|
+
&:hover,
|
41
|
+
&:focus {
|
42
|
+
background-color: darken(@btn-color, 12%);
|
43
|
+
background-position: 0 -15px;
|
44
|
+
}
|
45
|
+
|
46
|
+
&:active,
|
47
|
+
&.active {
|
48
|
+
background-color: darken(@btn-color, 12%);
|
49
|
+
border-color: darken(@btn-color, 14%);
|
50
|
+
}
|
51
|
+
|
52
|
+
&:disabled,
|
53
|
+
&[disabled] {
|
54
|
+
background-color: darken(@btn-color, 12%);
|
55
|
+
background-image: none;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
// Common styles
|
60
|
+
.btn {
|
61
|
+
// Remove the gradient for the pressed/active state
|
62
|
+
&:active,
|
63
|
+
&.active {
|
64
|
+
background-image: none;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
// Apply the mixin to the buttons
|
69
|
+
.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }
|
70
|
+
.btn-primary { .btn-styles(@btn-primary-bg); }
|
71
|
+
.btn-success { .btn-styles(@btn-success-bg); }
|
72
|
+
.btn-info { .btn-styles(@btn-info-bg); }
|
73
|
+
.btn-warning { .btn-styles(@btn-warning-bg); }
|
74
|
+
.btn-danger { .btn-styles(@btn-danger-bg); }
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
//
|
79
|
+
// Images
|
80
|
+
// --------------------------------------------------
|
81
|
+
|
82
|
+
.thumbnail,
|
83
|
+
.img-thumbnail {
|
84
|
+
.box-shadow(0 1px 2px rgba(0,0,0,.075));
|
85
|
+
}
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
//
|
90
|
+
// Dropdowns
|
91
|
+
// --------------------------------------------------
|
92
|
+
|
93
|
+
.dropdown-menu > li > a:hover,
|
94
|
+
.dropdown-menu > li > a:focus {
|
95
|
+
#gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));
|
96
|
+
background-color: darken(@dropdown-link-hover-bg, 5%);
|
97
|
+
}
|
98
|
+
.dropdown-menu > .active > a,
|
99
|
+
.dropdown-menu > .active > a:hover,
|
100
|
+
.dropdown-menu > .active > a:focus {
|
101
|
+
#gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));
|
102
|
+
background-color: darken(@dropdown-link-active-bg, 5%);
|
103
|
+
}
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
//
|
108
|
+
// Navbar
|
109
|
+
// --------------------------------------------------
|
110
|
+
|
111
|
+
// Default navbar
|
112
|
+
.navbar-default {
|
113
|
+
#gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);
|
114
|
+
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered
|
115
|
+
border-radius: @navbar-border-radius;
|
116
|
+
@shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
|
117
|
+
.box-shadow(@shadow);
|
118
|
+
|
119
|
+
.navbar-nav > .active > a {
|
120
|
+
#gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-bg, 2%));
|
121
|
+
.box-shadow(inset 0 3px 9px rgba(0,0,0,.075));
|
122
|
+
}
|
123
|
+
}
|
124
|
+
.navbar-brand,
|
125
|
+
.navbar-nav > li > a {
|
126
|
+
text-shadow: 0 1px 0 rgba(255,255,255,.25);
|
127
|
+
}
|
128
|
+
|
129
|
+
// Inverted navbar
|
130
|
+
.navbar-inverse {
|
131
|
+
#gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);
|
132
|
+
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered
|
133
|
+
|
134
|
+
.navbar-nav > .active > a {
|
135
|
+
#gradient > .vertical(@start-color: @navbar-inverse-bg; @end-color: lighten(@navbar-inverse-bg, 2.5%));
|
136
|
+
.box-shadow(inset 0 3px 9px rgba(0,0,0,.25));
|
137
|
+
}
|
138
|
+
|
139
|
+
.navbar-brand,
|
140
|
+
.navbar-nav > li > a {
|
141
|
+
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
142
|
+
}
|
143
|
+
}
|
144
|
+
|
145
|
+
// Undo rounded corners in static and fixed navbars
|
146
|
+
.navbar-static-top,
|
147
|
+
.navbar-fixed-top,
|
148
|
+
.navbar-fixed-bottom {
|
149
|
+
border-radius: 0;
|
150
|
+
}
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
//
|
155
|
+
// Alerts
|
156
|
+
// --------------------------------------------------
|
157
|
+
|
158
|
+
// Common styles
|
159
|
+
.alert {
|
160
|
+
text-shadow: 0 1px 0 rgba(255,255,255,.2);
|
161
|
+
@shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
|
162
|
+
.box-shadow(@shadow);
|
163
|
+
}
|
164
|
+
|
165
|
+
// Mixin for generating new styles
|
166
|
+
.alert-styles(@color) {
|
167
|
+
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));
|
168
|
+
border-color: darken(@color, 15%);
|
169
|
+
}
|
170
|
+
|
171
|
+
// Apply the mixin to the alerts
|
172
|
+
.alert-success { .alert-styles(@alert-success-bg); }
|
173
|
+
.alert-info { .alert-styles(@alert-info-bg); }
|
174
|
+
.alert-warning { .alert-styles(@alert-warning-bg); }
|
175
|
+
.alert-danger { .alert-styles(@alert-danger-bg); }
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
//
|
180
|
+
// Progress bars
|
181
|
+
// --------------------------------------------------
|
182
|
+
|
183
|
+
// Give the progress background some depth
|
184
|
+
.progress {
|
185
|
+
#gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)
|
186
|
+
}
|
187
|
+
|
188
|
+
// Mixin for generating new styles
|
189
|
+
.progress-bar-styles(@color) {
|
190
|
+
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));
|
191
|
+
}
|
192
|
+
|
193
|
+
// Apply the mixin to the progress bars
|
194
|
+
.progress-bar { .progress-bar-styles(@progress-bar-bg); }
|
195
|
+
.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); }
|
196
|
+
.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); }
|
197
|
+
.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); }
|
198
|
+
.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); }
|
199
|
+
|
200
|
+
// Reset the striped class because our mixins don't do multiple gradients and
|
201
|
+
// the above custom styles override the new `.progress-bar-striped` in v3.2.0.
|
202
|
+
.progress-bar-striped {
|
203
|
+
#gradient > .striped();
|
204
|
+
}
|
205
|
+
|
206
|
+
|
207
|
+
//
|
208
|
+
// List groups
|
209
|
+
// --------------------------------------------------
|
210
|
+
|
211
|
+
.list-group {
|
212
|
+
border-radius: @border-radius-base;
|
213
|
+
.box-shadow(0 1px 2px rgba(0,0,0,.075));
|
214
|
+
}
|
215
|
+
.list-group-item.active,
|
216
|
+
.list-group-item.active:hover,
|
217
|
+
.list-group-item.active:focus {
|
218
|
+
text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);
|
219
|
+
#gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));
|
220
|
+
border-color: darken(@list-group-active-border, 7.5%);
|
221
|
+
}
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
//
|
226
|
+
// Panels
|
227
|
+
// --------------------------------------------------
|
228
|
+
|
229
|
+
// Common styles
|
230
|
+
.panel {
|
231
|
+
.box-shadow(0 1px 2px rgba(0,0,0,.05));
|
232
|
+
}
|
233
|
+
|
234
|
+
// Mixin for generating new styles
|
235
|
+
.panel-heading-styles(@color) {
|
236
|
+
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));
|
237
|
+
}
|
238
|
+
|
239
|
+
// Apply the mixin to the panel headings only
|
240
|
+
.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }
|
241
|
+
.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }
|
242
|
+
.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }
|
243
|
+
.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }
|
244
|
+
.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }
|
245
|
+
.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
//
|
250
|
+
// Wells
|
251
|
+
// --------------------------------------------------
|
252
|
+
|
253
|
+
.well {
|
254
|
+
#gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);
|
255
|
+
border-color: darken(@well-bg, 10%);
|
256
|
+
@shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
|
257
|
+
.box-shadow(@shadow);
|
258
|
+
}
|