bootswatch-rails 3.2.4 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +23 -19
- data/bootswatch-rails.gemspec +1 -1
- data/lib/bootswatch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +11 -5
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +60 -43
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +38 -1
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +61 -44
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +47 -1
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +57 -40
- data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +57 -4
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +65 -48
- data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +57 -3
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +61 -44
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +2 -2
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +59 -42
- data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +70 -9
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +147 -128
- data/vendor/assets/stylesheets/bootswatch/paper/_bootswatch.scss +307 -84
- data/vendor/assets/stylesheets/bootswatch/paper/_variables.scss +37 -22
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +15 -20
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +69 -52
- data/vendor/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +11 -12
- data/vendor/assets/stylesheets/bootswatch/sandstone/_variables.scss +32 -16
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +59 -42
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +43 -1
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +69 -50
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -3
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +59 -42
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +47 -1
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +211 -190
- data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +15 -1
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +58 -41
- data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +6 -1
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +45 -30
- metadata +10 -10
@@ -1,4 +1,4 @@
|
|
1
|
-
// United 3.
|
1
|
+
// United 3.3.4
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
@@ -22,6 +22,20 @@
|
|
22
22
|
}
|
23
23
|
}
|
24
24
|
|
25
|
+
|
26
|
+
@media (max-width: $grid-float-breakpoint-max) {
|
27
|
+
|
28
|
+
.navbar {
|
29
|
+
|
30
|
+
.dropdown-menu {
|
31
|
+
a {
|
32
|
+
color: #fff;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
|
25
39
|
// Buttons ====================================================================
|
26
40
|
|
27
41
|
// Typography =================================================================
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// United 3.
|
1
|
+
// United 3.3.4
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
@@ -7,11 +7,12 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
-
$gray:
|
11
|
-
$gray-darker: lighten(
|
10
|
+
$gray-base: #000 !default;
|
11
|
+
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
12
12
|
$gray-dark: #333 !default; // #333
|
13
|
+
$gray: #777 !default; // #555
|
13
14
|
$gray-light: #AEA79F !default; // #999
|
14
|
-
$gray-lighter: lighten(
|
15
|
+
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
15
16
|
|
16
17
|
$brand-primary: #DD4814 !default;
|
17
18
|
$brand-success: #38B44A !default;
|
@@ -33,6 +34,8 @@ $text-color: $gray-dark !default;
|
|
33
34
|
$link-color: $brand-primary !default;
|
34
35
|
//** Link hover color set via `darken()` function.
|
35
36
|
$link-hover-color: darken($link-color, 15%) !default;
|
37
|
+
//** Link hover decoration.
|
38
|
+
$link-hover-decoration: underline !default;
|
36
39
|
|
37
40
|
|
38
41
|
//== Typography
|
@@ -95,7 +98,7 @@ $padding-small-horizontal: 10px !default;
|
|
95
98
|
$padding-xs-vertical: 1px !default;
|
96
99
|
$padding-xs-horizontal: 5px !default;
|
97
100
|
|
98
|
-
$line-height-large: 1.
|
101
|
+
$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
|
99
102
|
$line-height-small: 1.5 !default;
|
100
103
|
|
101
104
|
$border-radius-base: 4px !default;
|
@@ -180,8 +183,16 @@ $input-bg-disabled: $gray-lighter !default;
|
|
180
183
|
$input-color: $text-color !default;
|
181
184
|
//** `<input>` border color
|
182
185
|
$input-border: #ccc !default;
|
183
|
-
|
186
|
+
|
187
|
+
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
|
188
|
+
//** Default `.form-control` border radius
|
189
|
+
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
184
190
|
$input-border-radius: $border-radius-base !default;
|
191
|
+
//** Large `.form-control` border radius
|
192
|
+
$input-border-radius-large: $border-radius-large !default;
|
193
|
+
//** Small `.form-control` border radius
|
194
|
+
$input-border-radius-small: $border-radius-small !default;
|
195
|
+
|
185
196
|
//** Border color for inputs on focus
|
186
197
|
$input-border-focus: #66afe9 !default;
|
187
198
|
|
@@ -195,6 +206,9 @@ $input-height-large: (ceil($font-size-large * $line-height-large) +
|
|
195
206
|
//** Small `.form-control` height
|
196
207
|
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
197
208
|
|
209
|
+
//** `.form-group` margin
|
210
|
+
$form-group-margin-bottom: 15px !default;
|
211
|
+
|
198
212
|
$legend-color: $text-color !default;
|
199
213
|
$legend-border-color: #e5e5e5 !default;
|
200
214
|
|
@@ -203,30 +217,9 @@ $input-group-addon-bg: $gray-lighter !default;
|
|
203
217
|
//** Border color for textual input addons
|
204
218
|
$input-group-addon-border-color: $input-border !default;
|
205
219
|
|
206
|
-
|
207
|
-
|
208
|
-
//##
|
220
|
+
//** Disabled cursor for form controls and buttons.
|
221
|
+
$cursor-disabled: not-allowed !default;
|
209
222
|
|
210
|
-
//** Horizontal offset for forms and lists.
|
211
|
-
$component-offset-horizontal: 180px !default;
|
212
|
-
//** Text muted color
|
213
|
-
$text-muted: $gray-light !default;
|
214
|
-
//** Abbreviations and acronyms border color
|
215
|
-
$abbr-border-color: $gray-light !default;
|
216
|
-
//** Headings small color
|
217
|
-
$headings-small-color: $gray-light !default;
|
218
|
-
//** Blockquote small color
|
219
|
-
$blockquote-small-color: $gray-light !default;
|
220
|
-
//** Blockquote font size
|
221
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
222
|
-
//** Blockquote border color
|
223
|
-
$blockquote-border-color: $gray-lighter !default;
|
224
|
-
//** Page header border color
|
225
|
-
$page-header-border-color: $gray-lighter !default;
|
226
|
-
//** Width of horizontal description list titles
|
227
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
228
|
-
//** Horizontal line color.
|
229
|
-
$hr-border: $gray-lighter !default;
|
230
223
|
|
231
224
|
//== Dropdowns
|
232
225
|
//
|
@@ -241,23 +234,23 @@ $dropdown-fallback-border: #ccc !default;
|
|
241
234
|
//** Divider color for between dropdown items.
|
242
235
|
$dropdown-divider-bg: #e5e5e5 !default;
|
243
236
|
|
244
|
-
//** Active dropdown menu item background color.
|
245
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
246
237
|
//** Dropdown link text color.
|
247
238
|
$dropdown-link-color: $gray-dark !default;
|
248
239
|
//** Hover color for dropdown links.
|
249
240
|
$dropdown-link-hover-color: #fff !default;
|
250
241
|
//** Hover background for dropdown links.
|
251
|
-
$dropdown-link-hover-bg: $
|
242
|
+
$dropdown-link-hover-bg: $component-active-bg !default;
|
252
243
|
|
253
244
|
//** Active dropdown menu item text color.
|
254
245
|
$dropdown-link-active-color: #fff !default;
|
246
|
+
//** Active dropdown menu item background color.
|
247
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
255
248
|
|
256
249
|
//** Disabled dropdown menu item background color.
|
257
|
-
$dropdown-link-disabled-color: $
|
250
|
+
$dropdown-link-disabled-color: $gray-light !default;
|
258
251
|
|
259
252
|
//** Text color for headers within dropdown menus.
|
260
|
-
$dropdown-header-color: $
|
253
|
+
$dropdown-header-color: $gray-light !default;
|
261
254
|
|
262
255
|
//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
263
256
|
$dropdown-caret-color: #000 !default;
|
@@ -338,17 +331,17 @@ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
|
338
331
|
//## Define the maximum width of `.container` for different screen sizes.
|
339
332
|
|
340
333
|
// Small screen / tablet
|
341
|
-
$container-tablet: (
|
334
|
+
$container-tablet: (720px + $grid-gutter-width) !default;
|
342
335
|
//** For `@screen-sm-min` and up.
|
343
336
|
$container-sm: $container-tablet !default;
|
344
337
|
|
345
338
|
// Medium screen / desktop
|
346
|
-
$container-desktop: (
|
339
|
+
$container-desktop: (940px + $grid-gutter-width) !default;
|
347
340
|
//** For `@screen-md-min` and up.
|
348
341
|
$container-md: $container-desktop !default;
|
349
342
|
|
350
343
|
// Large screen / wide desktop
|
351
|
-
$container-large-desktop: (
|
344
|
+
$container-large-desktop: (1140px + $grid-gutter-width) !default;
|
352
345
|
//** For `@screen-lg-min` and up.
|
353
346
|
$container-lg: $container-large-desktop !default;
|
354
347
|
|
@@ -426,8 +419,6 @@ $nav-link-hover-bg: $gray-lighter !default;
|
|
426
419
|
$nav-disabled-link-color: $gray-light !default;
|
427
420
|
$nav-disabled-link-hover-color: $gray-light !default;
|
428
421
|
|
429
|
-
$nav-open-link-hover-color: #fff !default;
|
430
|
-
|
431
422
|
//== Tabs
|
432
423
|
$nav-tabs-border-color: #ddd !default;
|
433
424
|
|
@@ -524,7 +515,7 @@ $tooltip-max-width: 200px !default;
|
|
524
515
|
//** Tooltip text color
|
525
516
|
$tooltip-color: #fff !default;
|
526
517
|
//** Tooltip background color
|
527
|
-
$tooltip-bg:
|
518
|
+
$tooltip-bg: #000 !default;
|
528
519
|
$tooltip-opacity: .9 !default;
|
529
520
|
|
530
521
|
//** Tooltip arrow width
|
@@ -552,7 +543,7 @@ $popover-title-bg: darken($popover-bg, 3%) !default;
|
|
552
543
|
//** Popover arrow width
|
553
544
|
$popover-arrow-width: 10px !default;
|
554
545
|
//** Popover arrow color
|
555
|
-
$popover-arrow-color:
|
546
|
+
$popover-arrow-color: $popover-bg !default;
|
556
547
|
|
557
548
|
//** Popover outer arrow width
|
558
549
|
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
@@ -651,6 +642,8 @@ $alert-danger-border: $state-danger-border !default;
|
|
651
642
|
$progress-bg: #f5f5f5 !default;
|
652
643
|
//** Progress bar text color
|
653
644
|
$progress-bar-color: #fff !default;
|
645
|
+
//** Variable for setting rounded corners on progress bar.
|
646
|
+
$progress-border-radius: $border-radius-base !default;
|
654
647
|
|
655
648
|
//** Default progress bar color
|
656
649
|
$progress-bar-bg: $brand-primary !default;
|
@@ -841,3 +834,27 @@ $pre-border-color: #ccc !default;
|
|
841
834
|
$pre-scrollable-max-height: 340px !default;
|
842
835
|
|
843
836
|
|
837
|
+
//== Type
|
838
|
+
//
|
839
|
+
//##
|
840
|
+
|
841
|
+
//** Horizontal offset for forms and lists.
|
842
|
+
$component-offset-horizontal: 180px !default;
|
843
|
+
//** Text muted color
|
844
|
+
$text-muted: $gray-light !default;
|
845
|
+
//** Abbreviations and acronyms border color
|
846
|
+
$abbr-border-color: $gray-light !default;
|
847
|
+
//** Headings small color
|
848
|
+
$headings-small-color: $gray-light !default;
|
849
|
+
//** Blockquote small color
|
850
|
+
$blockquote-small-color: $gray-light !default;
|
851
|
+
//** Blockquote font size
|
852
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
853
|
+
//** Blockquote border color
|
854
|
+
$blockquote-border-color: $gray-lighter !default;
|
855
|
+
//** Page header border color
|
856
|
+
$page-header-border-color: $gray-lighter !default;
|
857
|
+
//** Width of horizontal description list titles
|
858
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
859
|
+
//** Horizontal line color.
|
860
|
+
$hr-border: $gray-lighter !default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Yeti 3.
|
1
|
+
// Yeti 3.3.4
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
@@ -246,6 +246,11 @@ label,
|
|
246
246
|
font-weight: normal;
|
247
247
|
}
|
248
248
|
|
249
|
+
input[type="radio"],
|
250
|
+
input[type="checkbox"] {
|
251
|
+
margin-top: 1px;
|
252
|
+
}
|
253
|
+
|
249
254
|
// Navs =======================================================================
|
250
255
|
|
251
256
|
.nav {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Yeti 3.
|
1
|
+
// Yeti 3.3.4
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
@@ -7,11 +7,12 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
+
$gray-base: #000 !default;
|
11
|
+
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
12
|
+
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
10
13
|
$gray: #6f6f6f !default; // #555
|
11
|
-
$gray-
|
12
|
-
$gray-
|
13
|
-
$gray-light: lighten(#000, 60%) !default; // #999
|
14
|
-
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
14
|
+
$gray-light: lighten($gray-base, 60%) !default; // #999
|
15
|
+
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
15
16
|
|
16
17
|
$brand-primary: #008cba !default;
|
17
18
|
$brand-success: #43ac6a !default;
|
@@ -32,7 +33,9 @@ $text-color: $gray-darker !default;
|
|
32
33
|
//** Global textual link color.
|
33
34
|
$link-color: $brand-primary !default;
|
34
35
|
//** Link hover color set via `darken()` function.
|
35
|
-
$link-hover-color:
|
36
|
+
$link-hover-color: $link-color !default;
|
37
|
+
//** Link hover decoration.
|
38
|
+
$link-hover-decoration: underline !default;
|
36
39
|
|
37
40
|
|
38
41
|
//== Typography
|
@@ -57,7 +60,7 @@ $font-size-h5: $font-size-base !default;
|
|
57
60
|
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
|
58
61
|
|
59
62
|
//** Unit-less `line-height` for use in components like buttons.
|
60
|
-
$line-height-base: 1.
|
63
|
+
$line-height-base: 1.4 !default;
|
61
64
|
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
62
65
|
$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
|
63
66
|
|
@@ -95,7 +98,7 @@ $padding-small-horizontal: 12px !default;
|
|
95
98
|
$padding-xs-vertical: 4px !default;
|
96
99
|
$padding-xs-horizontal: 6px !default;
|
97
100
|
|
98
|
-
$line-height-large: 1.
|
101
|
+
$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
|
99
102
|
$line-height-small: 1.5 !default;
|
100
103
|
|
101
104
|
$border-radius-base: 0 !default;
|
@@ -142,7 +145,7 @@ $btn-font-weight: normal !default;
|
|
142
145
|
|
143
146
|
$btn-default-color: $gray-dark !default;
|
144
147
|
$btn-default-bg: #e7e7e7 !default;
|
145
|
-
$btn-default-border: #
|
148
|
+
$btn-default-border: #ccc !default;
|
146
149
|
|
147
150
|
$btn-primary-color: #fff !default;
|
148
151
|
$btn-primary-bg: $brand-primary !default;
|
@@ -180,8 +183,16 @@ $input-bg-disabled: $gray-lighter !default;
|
|
180
183
|
$input-color: $gray !default;
|
181
184
|
//** `<input>` border color
|
182
185
|
$input-border: #ccc !default;
|
183
|
-
|
186
|
+
|
187
|
+
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
|
188
|
+
//** Default `.form-control` border radius
|
189
|
+
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
184
190
|
$input-border-radius: $border-radius-base !default;
|
191
|
+
//** Large `.form-control` border radius
|
192
|
+
$input-border-radius-large: $border-radius-large !default;
|
193
|
+
//** Small `.form-control` border radius
|
194
|
+
$input-border-radius-small: $border-radius-small !default;
|
195
|
+
|
185
196
|
//** Border color for inputs on focus
|
186
197
|
$input-border-focus: #66afe9 !default;
|
187
198
|
|
@@ -195,6 +206,9 @@ $input-height-large: (ceil($font-size-large * $line-height-large) +
|
|
195
206
|
//** Small `.form-control` height
|
196
207
|
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
197
208
|
|
209
|
+
//** `.form-group` margin
|
210
|
+
$form-group-margin-bottom: 15px !default;
|
211
|
+
|
198
212
|
$legend-color: $gray-dark !default;
|
199
213
|
$legend-border-color: #e5e5e5 !default;
|
200
214
|
|
@@ -203,6 +217,9 @@ $input-group-addon-bg: $gray-lighter !default;
|
|
203
217
|
//** Border color for textual input addons
|
204
218
|
$input-group-addon-border-color: $input-border !default;
|
205
219
|
|
220
|
+
//** Disabled cursor for form controls and buttons.
|
221
|
+
$cursor-disabled: not-allowed !default;
|
222
|
+
|
206
223
|
|
207
224
|
//== Dropdowns
|
208
225
|
//
|
@@ -314,17 +331,17 @@ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
|
314
331
|
//## Define the maximum width of `.container` for different screen sizes.
|
315
332
|
|
316
333
|
// Small screen / tablet
|
317
|
-
$container-tablet: (
|
334
|
+
$container-tablet: (720px + $grid-gutter-width) !default;
|
318
335
|
//** For `@screen-sm-min` and up.
|
319
336
|
$container-sm: $container-tablet !default;
|
320
337
|
|
321
338
|
// Medium screen / desktop
|
322
|
-
$container-desktop: (
|
339
|
+
$container-desktop: (940px + $grid-gutter-width) !default;
|
323
340
|
//** For `@screen-md-min` and up.
|
324
341
|
$container-md: $container-desktop !default;
|
325
342
|
|
326
343
|
// Large screen / wide desktop
|
327
|
-
$container-large-desktop: (
|
344
|
+
$container-large-desktop: (1140px + $grid-gutter-width) !default;
|
328
345
|
//** For `@screen-lg-min` and up.
|
329
346
|
$container-lg: $container-large-desktop !default;
|
330
347
|
|
@@ -402,18 +419,16 @@ $nav-link-hover-bg: $gray-lighter !default;
|
|
402
419
|
$nav-disabled-link-color: $gray-light !default;
|
403
420
|
$nav-disabled-link-hover-color: $gray-light !default;
|
404
421
|
|
405
|
-
$nav-open-link-hover-color: #fff !default;
|
406
|
-
|
407
422
|
//== Tabs
|
408
|
-
$nav-tabs-border-color:
|
423
|
+
$nav-tabs-border-color: $table-border-color !default;
|
409
424
|
|
410
425
|
$nav-tabs-link-hover-border-color: $gray-lighter !default;
|
411
426
|
|
412
427
|
$nav-tabs-active-link-hover-bg: $body-bg !default;
|
413
428
|
$nav-tabs-active-link-hover-color: $gray !default;
|
414
|
-
$nav-tabs-active-link-hover-border-color:
|
429
|
+
$nav-tabs-active-link-hover-border-color: $table-border-color !default;
|
415
430
|
|
416
|
-
$nav-tabs-justified-link-border-color:
|
431
|
+
$nav-tabs-justified-link-border-color: $table-border-color !default;
|
417
432
|
$nav-tabs-justified-active-link-border-color: $body-bg !default;
|
418
433
|
|
419
434
|
//== Pills
|
@@ -627,6 +642,8 @@ $alert-danger-border: $state-danger-border !default;
|
|
627
642
|
$progress-bg: #f5f5f5 !default;
|
628
643
|
//** Progress bar text color
|
629
644
|
$progress-bar-color: #fff !default;
|
645
|
+
//** Variable for setting rounded corners on progress bar.
|
646
|
+
$progress-border-radius: $border-radius-base !default;
|
630
647
|
|
631
648
|
//** Default progress bar color
|
632
649
|
$progress-bar-bg: $brand-primary !default;
|
@@ -647,7 +664,7 @@ $progress-bar-info-bg: $brand-info !default;
|
|
647
664
|
//** Background color on `.list-group-item`
|
648
665
|
$list-group-bg: #fff !default;
|
649
666
|
//** `.list-group-item` border color
|
650
|
-
$list-group-border:
|
667
|
+
$list-group-border: $table-border-color !default;
|
651
668
|
//** List group border radius
|
652
669
|
$list-group-border-radius: $border-radius-base !default;
|
653
670
|
|
@@ -685,11 +702,11 @@ $panel-footer-padding: $panel-heading-padding !default;
|
|
685
702
|
$panel-border-radius: $border-radius-base !default;
|
686
703
|
|
687
704
|
//** Border color for elements within panels
|
688
|
-
$panel-inner-border:
|
705
|
+
$panel-inner-border: $table-border-color !default;
|
689
706
|
$panel-footer-bg: #f5f5f5 !default;
|
690
707
|
|
691
708
|
$panel-default-text: $gray-dark !default;
|
692
|
-
$panel-default-border:
|
709
|
+
$panel-default-border: $table-border-color !default;
|
693
710
|
$panel-default-heading-bg: #f5f5f5 !default;
|
694
711
|
|
695
712
|
$panel-primary-text: #fff !default;
|
@@ -722,7 +739,7 @@ $thumbnail-padding: 4px !default;
|
|
722
739
|
//** Thumbnail background color
|
723
740
|
$thumbnail-bg: $body-bg !default;
|
724
741
|
//** Thumbnail border color
|
725
|
-
$thumbnail-border:
|
742
|
+
$thumbnail-border: $table-border-color !default;
|
726
743
|
//** Thumbnail border radius
|
727
744
|
$thumbnail-border-radius: $border-radius-base !default;
|
728
745
|
|
@@ -744,10 +761,10 @@ $well-border: darken($well-bg, 7%) !default;
|
|
744
761
|
//
|
745
762
|
//##
|
746
763
|
|
747
|
-
$badge-color: #
|
764
|
+
$badge-color: #fff !default;
|
748
765
|
//** Linked badge text color on hover
|
749
766
|
$badge-link-hover-color: #fff !default;
|
750
|
-
$badge-bg: $btn-
|
767
|
+
$badge-bg: $btn-primary-bg !default;
|
751
768
|
|
752
769
|
//** Badge text color in active nav link
|
753
770
|
$badge-active-color: $link-color !default;
|
@@ -833,13 +850,11 @@ $headings-small-color: $gray-light !default;
|
|
833
850
|
$blockquote-small-color: $gray !default;
|
834
851
|
//** Blockquote font size
|
835
852
|
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
836
|
-
//** Horizontal line color.
|
837
|
-
$hr-border: #ddd !default;
|
838
853
|
//** Blockquote border color
|
839
|
-
$blockquote-border-color: $
|
854
|
+
$blockquote-border-color: $table-border-color !default;
|
840
855
|
//** Page header border color
|
841
|
-
$page-header-border-color: $
|
856
|
+
$page-header-border-color: $table-border-color !default;
|
842
857
|
//** Width of horizontal description list titles
|
843
858
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
844
|
-
|
845
|
-
|
859
|
+
//** Horizontal line color.
|
860
|
+
$hr-border: $table-border-color !default;
|