bootswatch-rails 3.2.0 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/HISTORY.md +5 -0
  3. data/README.md +2 -0
  4. data/Rakefile +2 -1
  5. data/lib/bootswatch-rails/version.rb +1 -1
  6. data/rearranges +4 -4
  7. data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +3 -3
  8. data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +30 -31
  9. data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +32 -16
  10. data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +36 -37
  11. data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +116 -116
  12. data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +2 -7
  13. data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +47 -48
  14. data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +14 -10
  15. data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +45 -46
  16. data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +27 -17
  17. data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +45 -48
  18. data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
  19. data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +30 -32
  20. data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +34 -24
  21. data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +135 -138
  22. data/vendor/assets/stylesheets/bootswatch/paper/_bootswatch.scss +420 -0
  23. data/vendor/assets/stylesheets/bootswatch/paper/_variables.scss +845 -0
  24. data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +34 -23
  25. data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +45 -47
  26. data/vendor/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +200 -0
  27. data/vendor/assets/stylesheets/bootswatch/sandstone/_variables.scss +844 -0
  28. data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +6 -0
  29. data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +49 -51
  30. data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +13 -14
  31. data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +43 -46
  32. data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -0
  33. data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +37 -39
  34. data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +4 -4
  35. data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +139 -143
  36. data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +30 -31
  37. data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +36 -35
  38. data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +28 -26
  39. metadata +6 -2
@@ -2,6 +2,8 @@
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
5
+ @import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
6
+
5
7
  @mixin btn-shadow($color) {
6
8
  @include gradient-vertical-three-colors(lighten($color, 3%), $color, 6%, darken($color, 3%));
7
9
  filter: none;
@@ -72,6 +74,10 @@ legend {
72
74
  color: $headings-color;
73
75
  }
74
76
 
77
+ label {
78
+ font-weight: normal;
79
+ }
80
+
75
81
  .has-warning {
76
82
  .help-block,
77
83
  .control-label {
@@ -7,11 +7,11 @@
7
7
  //
8
8
  //## Gray and brand colors for use across Bootstrap.
9
9
 
10
+ $gray: #777 !default;
10
11
  $gray-darker: lighten(#000, 13.5%) !default; // #222
11
- $gray-dark: lighten(#000, 20%) !default; // #333
12
- $gray: lighten(#000, 33.5%) !default; // #555
13
- $gray-light: #808080 !default; // #999
14
- $gray-lighter: #ddd !default; // #eee
12
+ $gray-dark: #444 !default;
13
+ $gray-light: #808080 !default;
14
+ $gray-lighter: #ddd !default;
15
15
 
16
16
  $brand-primary: #D9230F !default;
17
17
  $brand-success: #469408 !default;
@@ -27,7 +27,7 @@ $brand-danger: #D9831F !default;
27
27
  //** Background color for `<body>`.
28
28
  $body-bg: #FCFCFC !default;
29
29
  //** Global text color on `<body>`.
30
- $text-color: $gray-light !default;
30
+ $text-color: $gray !default;
31
31
 
32
32
  //** Global textual link color.
33
33
  $link-color: $brand-primary !default;
@@ -39,13 +39,13 @@ $link-hover-color: darken($link-color, 15%) !default;
39
39
  //
40
40
  //## Font, line-height, and color for body text, headings, and more.
41
41
 
42
- $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
42
+ $font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
43
43
  $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
44
44
  //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
45
45
  $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
46
46
  $font-family-base: $font-family-sans-serif !default;
47
47
 
48
- $font-size-base: 14px !default;
48
+ $font-size-base: 13px !default;
49
49
  $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
50
50
  $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
51
51
 
@@ -79,32 +79,6 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
79
79
  $icon-font-svg-id: "glyphicons_halflingsregular" !default;
80
80
 
81
81
 
82
- //== Type
83
- //
84
- //##
85
-
86
- //** Horizontal offset for forms and lists.
87
- $component-offset-horizontal: 180px !default;
88
- //** Text muted color
89
- $text-muted: $gray-light !default;
90
- //** Abbreviations and acronyms border color
91
- $abbr-border-color: $gray-light !default;
92
- //** Headings small color
93
- $headings-small-color: $gray-light !default;
94
- //** Blockquote small color
95
- $blockquote-small-color: $gray-light !default;
96
- //** Blockquote font size
97
- $blockquote-font-size: ($font-size-base * 1.25) !default;
98
- //** Blockquote border color
99
- $blockquote-border-color: $gray-lighter !default;
100
- //** Page header border color
101
- $page-header-border-color: $gray-lighter !default;
102
- //** Width of horizontal description list titles
103
- $dl-horizontal-offset: $component-offset-horizontal !default;
104
- //** Horizontal line color.
105
- $hr-border: $gray-lighter !default;
106
-
107
-
108
82
  //== Components
109
83
  //
110
84
  //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
@@ -149,7 +123,7 @@ $table-cell-padding: 8px !default;
149
123
  $table-condensed-cell-padding: 5px !default;
150
124
 
151
125
  //** Default background color used for all tables.
152
- $table-bg: hsla(0, 100%, 100%, 0) !default;
126
+ $table-bg: transparent !default;
153
127
  //** Background color used for `.table-striped`.
154
128
  $table-bg-accent: #f9f9f9 !default;
155
129
  //** Background color used for `.table-hover`.
@@ -229,6 +203,30 @@ $input-group-addon-bg: $gray-lighter !default;
229
203
  //** Border color for textual input addons
230
204
  $input-group-addon-border-color: $input-border !default;
231
205
 
206
+ //== Type
207
+ //
208
+ //##
209
+
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;
232
230
 
233
231
  //== Dropdowns
234
232
  //
@@ -243,12 +241,12 @@ $dropdown-fallback-border: #ccc !default;
243
241
  //** Divider color for between dropdown items.
244
242
  $dropdown-divider-bg: #e5e5e5 !default;
245
243
 
244
+ //** Active dropdown menu item background color.
245
+ $dropdown-link-active-bg: $component-active-bg !default;
246
246
  //** Dropdown link text color.
247
247
  $dropdown-link-color: $gray-dark !default;
248
248
  //** Hover color for dropdown links.
249
249
  $dropdown-link-hover-color: #fff !default;
250
- //** Active dropdown menu item background color.
251
- $dropdown-link-active-bg: $component-active-bg !default;
252
250
  //** Hover background for dropdown links.
253
251
  $dropdown-link-hover-bg: $dropdown-link-active-bg !default;
254
252
 
@@ -367,23 +365,23 @@ $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
367
365
  $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
368
366
  $navbar-collapse-max-height: 340px !default;
369
367
 
370
- $navbar-default-color: $text-color !default;
368
+ $navbar-default-color: $gray !default;
371
369
  $navbar-default-bg: #fff !default;
372
370
  $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
373
371
 
374
372
  // Navbar links
375
- $navbar-default-link-color: $headings-color !default;
373
+ $navbar-default-link-color: $gray !default;
376
374
  $navbar-default-link-hover-color: $brand-primary !default;
377
- $navbar-default-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
375
+ $navbar-default-link-hover-bg: transparent !default;
378
376
  $navbar-default-link-active-color: $navbar-default-link-hover-color !default;
379
- $navbar-default-link-active-bg: hsla(0, 100%, 100%, 0) !default;
377
+ $navbar-default-link-active-bg: transparent !default;
380
378
  $navbar-default-link-disabled-color: #444 !default;
381
- $navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
379
+ $navbar-default-link-disabled-bg: transparent !default;
382
380
 
383
381
  // Navbar brand label
384
382
  $navbar-default-brand-color: $navbar-default-link-color !default;
385
383
  $navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
386
- $navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
384
+ $navbar-default-brand-hover-bg: transparent !default;
387
385
 
388
386
  // Navbar toggle
389
387
  $navbar-default-toggle-hover-bg: #ddd !default;
@@ -393,23 +391,23 @@ $navbar-default-toggle-border-color: #ddd !default;
393
391
 
394
392
  // Inverted navbar
395
393
  // Reset inverted navbar basics
396
- $navbar-inverse-color: #fff !default;
394
+ $navbar-inverse-color: lighten($brand-primary, 40%) !default;
397
395
  $navbar-inverse-bg: $brand-primary !default;
398
396
  $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
399
397
 
400
398
  // Inverted navbar links
401
- $navbar-inverse-link-color: #fff !default;
402
- $navbar-inverse-link-hover-color: lighten($brand-primary, 40%) !default;
403
- $navbar-inverse-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
399
+ $navbar-inverse-link-color: lighten($brand-primary, 40%) !default;
400
+ $navbar-inverse-link-hover-color: #fff !default;
401
+ $navbar-inverse-link-hover-bg: transparent !default;
404
402
  $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
405
- $navbar-inverse-link-active-bg: hsla(0, 100%, 100%, 0) !default;
403
+ $navbar-inverse-link-active-bg: transparent !default;
406
404
  $navbar-inverse-link-disabled-color: #ccc !default;
407
- $navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
405
+ $navbar-inverse-link-disabled-bg: transparent !default;
408
406
 
409
407
  // Inverted navbar brand label
410
408
  $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
411
409
  $navbar-inverse-brand-hover-color: #fff !default;
412
- $navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
410
+ $navbar-inverse-brand-hover-bg: transparent !default;
413
411
 
414
412
  // Inverted navbar toggle
415
413
  $navbar-inverse-toggle-hover-bg: darken($navbar-inverse-bg, 10%) !default;
@@ -711,8 +709,8 @@ $panel-footer-padding: $panel-heading-padding !default;
711
709
  $panel-border-radius: $border-radius-base !default;
712
710
 
713
711
  //** Border color for elements within panels
714
- $panel-inner-border: #ddd !default;
715
712
  $panel-default-heading-bg: $body-bg !default;
713
+ $panel-inner-border: #ddd !default;
716
714
  $panel-footer-bg: $panel-default-heading-bg !default;
717
715
 
718
716
  $panel-default-text: $gray-dark !default;
@@ -792,7 +790,7 @@ $badge-border-radius: 10px !default;
792
790
  $breadcrumb-padding-vertical: 8px !default;
793
791
  $breadcrumb-padding-horizontal: 15px !default;
794
792
  //** Breadcrumb background color
795
- $breadcrumb-bg: hsla(0, 100%, 100%, 0) !default;
793
+ $breadcrumb-bg: transparent !default;
796
794
  //** Breadcrumb text color
797
795
  $breadcrumb-color: #ccc !default;
798
796
  //** Text color of current page in the breadcrumb
@@ -21,9 +21,8 @@
21
21
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
22
22
 
23
23
  .nav .open > a {
24
- border-color: hsla(0, 100%, 100%, 0);
24
+ border-color: transparent;
25
25
  }
26
-
27
26
  }
28
27
 
29
28
  .navbar-inverse {
@@ -40,12 +39,12 @@
40
39
 
41
40
  &:hover {
42
41
  @include btn-shadow-inverse($navbar-default-bg);
43
- border-left-color: hsla(0, 100%, 100%, 0);
42
+ border-left-color: transparent;
44
43
  }
45
44
  }
46
45
 
47
46
  .navbar-nav > li.active > a {
48
- border-left-color: hsla(0, 100%, 100%, 0);
47
+ border-left-color: transparent;
49
48
  }
50
49
 
51
50
  .navbar-form {
@@ -111,7 +110,7 @@
111
110
 
112
111
  .btn-link,
113
112
  .btn-link:hover {
114
- border-color: hsla(0, 100%, 100%, 0);
113
+ border-color: transparent;
115
114
  }
116
115
 
117
116
  // Typography =================================================================
@@ -149,10 +148,6 @@ h1, h2, h3, h4, h5, h6 {
149
148
 
150
149
  .table {
151
150
 
152
- a {
153
- text-decoration: underline;
154
- }
155
-
156
151
  .success,
157
152
  .warning,
158
153
  .danger,
@@ -290,7 +285,8 @@ legend {
290
285
 
291
286
  .pagination {
292
287
 
293
- & > li > a {
288
+ & > li > a,
289
+ & > li > span {
294
290
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
295
291
  @include btn-shadow($btn-default-bg);
296
292
 
@@ -299,13 +295,16 @@ legend {
299
295
  }
300
296
  }
301
297
 
302
- & > li.active > a {
298
+ & > li.active > a,
299
+ & > li.active > span {
303
300
  @include btn-shadow-inverse($btn-default-bg);
304
301
  }
305
302
 
306
303
  & > li.disabled > a,
307
- & > li.disabled > a:hover {
308
- background-color: hsla(0, 100%, 100%, 0);
304
+ & > li.disabled > a:hover,
305
+ & > li.disabled > span,
306
+ & > li.disabled > span:hover {
307
+ background-color: transparent;
309
308
  @include btn-shadow($btn-default-bg);
310
309
  }
311
310
  }
@@ -323,7 +322,7 @@ legend {
323
322
 
324
323
  & > li.disabled > a,
325
324
  & > li.disabled > a:hover {
326
- background-color: hsla(0, 100%, 100%, 0);
325
+ background-color: transparent;
327
326
  @include btn-shadow($btn-default-bg);
328
327
  }
329
328
  }
@@ -7,9 +7,9 @@
7
7
  //
8
8
  //## Gray and brand colors for use across Bootstrap.
9
9
 
10
+ $gray: #52575C !default; // #555
10
11
  $gray-darker: #272B30 !default; // #222
11
12
  $gray-dark: #3A3F44 !default; // #333
12
- $gray: #52575C !default; // #555
13
13
  $gray-light: #7A8288 !default; // #999
14
14
  $gray-lighter: #999 !default; // #eee
15
15
 
@@ -19,6 +19,7 @@ $brand-info: #5bc0de !default;
19
19
  $brand-warning: #f89406 !default;
20
20
  $brand-danger: #ee5f5b !default;
21
21
 
22
+ $navbar-default-bg: $gray-dark !default;
22
23
 
23
24
  //== Scaffolding
24
25
  //
@@ -34,8 +35,6 @@ $link-color: #fff !default;
34
35
  //** Link hover color set via `darken()` function.
35
36
  $link-hover-color: #fff !default;
36
37
 
37
- $navbar-default-color: $text-color !default;
38
- $navbar-default-bg: $gray-dark !default;
39
38
 
40
39
  //== Typography
41
40
  //
@@ -81,41 +80,6 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
81
80
  $icon-font-svg-id: "glyphicons_halflingsregular" !default;
82
81
 
83
82
 
84
- //== Wells
85
- //
86
- //##
87
-
88
- $well-bg: darken($body-bg, 5%) !default;
89
- $well-border: darken($well-bg, 7%) !default;
90
-
91
- //== Type
92
- //
93
- //##
94
-
95
- //** Horizontal offset for forms and lists.
96
- $component-offset-horizontal: 180px !default;
97
- //** Text muted color
98
- $text-muted: $gray-light !default;
99
- //** Abbreviations and acronyms border color
100
- $abbr-border-color: $gray-light !default;
101
- //** Headings small color
102
- $headings-small-color: $gray-light !default;
103
- //** Blockquote small color
104
- $blockquote-small-color: $gray-light !default;
105
- //** Blockquote font size
106
- $blockquote-font-size: ($font-size-base * 1.25) !default;
107
- //** Blockquote border color
108
- $blockquote-border-color: $gray-light !default;
109
- //** Page header border color
110
- $page-header-border-color: darken($gray-darker, 5%) !default;
111
- //** Width of horizontal description list titles
112
- $dl-horizontal-offset: $component-offset-horizontal !default;
113
- //** Horizontal line color.
114
- $hr-border: darken($gray-darker, 5%) !default;
115
-
116
-
117
-
118
-
119
83
  //== Components
120
84
  //
121
85
  //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
@@ -142,7 +106,7 @@ $border-radius-small: 3px !default;
142
106
  //** Global color for active items (e.g., navs or dropdowns).
143
107
  $component-active-color: #fff !default;
144
108
  //** Global background color for active items (e.g., navs or dropdowns).
145
- $component-active-bg: hsla(0, 100%, 100%, 0) !default;
109
+ $component-active-bg: transparent !default;
146
110
 
147
111
  //** Width of the `border` for generating carets that indicator dropdowns.
148
112
  $caret-width-base: 4px !default;
@@ -240,6 +204,30 @@ $input-group-addon-bg: $gray-lighter !default;
240
204
  //** Border color for textual input addons
241
205
  $input-group-addon-border-color: $input-border !default;
242
206
 
207
+ //== Type
208
+ //
209
+ //##
210
+
211
+ //** Horizontal offset for forms and lists.
212
+ $component-offset-horizontal: 180px !default;
213
+ //** Text muted color
214
+ $text-muted: $gray-light !default;
215
+ //** Abbreviations and acronyms border color
216
+ $abbr-border-color: $gray-light !default;
217
+ //** Headings small color
218
+ $headings-small-color: $gray-light !default;
219
+ //** Blockquote small color
220
+ $blockquote-small-color: $gray-light !default;
221
+ //** Blockquote font size
222
+ $blockquote-font-size: ($font-size-base * 1.25) !default;
223
+ //** Blockquote border color
224
+ $blockquote-border-color: $gray-light !default;
225
+ //** Page header border color
226
+ $page-header-border-color: darken($gray-darker, 5%) !default;
227
+ //** Width of horizontal description list titles
228
+ $dl-horizontal-offset: $component-offset-horizontal !default;
229
+ //** Horizontal line color.
230
+ $hr-border: darken($gray-darker, 5%) !default;
243
231
 
244
232
  //== Dropdowns
245
233
  //
@@ -254,12 +242,12 @@ $dropdown-fallback-border: $gray-darker !default;
254
242
  //** Divider color for between dropdown items.
255
243
  $dropdown-divider-bg: $gray-darker !default;
256
244
 
245
+ //** Active dropdown menu item background color.
246
+ $dropdown-link-active-bg: $gray-darker !default;
257
247
  //** Dropdown link text color.
258
248
  $dropdown-link-color: $text-color !default;
259
249
  //** Hover color for dropdown links.
260
250
  $dropdown-link-hover-color: #fff !default;
261
- //** Active dropdown menu item background color.
262
- $dropdown-link-active-bg: $gray-darker !default;
263
251
  //** Hover background for dropdown links.
264
252
  $dropdown-link-hover-bg: $dropdown-link-active-bg !default;
265
253
 
@@ -377,6 +365,8 @@ $navbar-border-radius: $border-radius-base !default;
377
365
  $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
378
366
  $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
379
367
  $navbar-collapse-max-height: 340px !default;
368
+
369
+ $navbar-default-color: $text-color !default;
380
370
  $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
381
371
 
382
372
  // Navbar links
@@ -386,7 +376,7 @@ $navbar-default-link-hover-bg: darken($navbar-default-bg, 8%) !defau
386
376
  $navbar-default-link-active-color: #fff !default;
387
377
  $navbar-default-link-active-bg: darken($navbar-default-bg, 8%) !default;
388
378
  $navbar-default-link-disabled-color: #ccc !default;
389
- $navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
379
+ $navbar-default-link-disabled-bg: transparent !default;
390
380
 
391
381
  // Navbar brand label
392
382
  $navbar-default-brand-color: $navbar-default-link-color !default;
@@ -412,7 +402,7 @@ $navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 12%) !def
412
402
  $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
413
403
  $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 12%) !default;
414
404
  $navbar-inverse-link-disabled-color: #ccc !default;
415
- $navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
405
+ $navbar-inverse-link-disabled-bg: transparent !default;
416
406
 
417
407
  // Inverted navbar brand label
418
408
  $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
@@ -465,7 +455,7 @@ $pagination-bg: $btn-default-bg !default;
465
455
  $pagination-border: rgba(0, 0, 0, 0.6) !default;
466
456
 
467
457
  $pagination-hover-color: $link-hover-color !default;
468
- $pagination-hover-bg: hsla(0, 100%, 100%, 0) !default;
458
+ $pagination-hover-bg: transparent !default;
469
459
  $pagination-hover-border: rgba(0, 0, 0, 0.6) !default;
470
460
 
471
461
  $pagination-active-color: #fff !default;
@@ -719,8 +709,8 @@ $panel-footer-padding: $panel-heading-padding !default;
719
709
  $panel-border-radius: $border-radius-base !default;
720
710
 
721
711
  //** Border color for elements within panels
722
- $panel-inner-border: rgba(0, 0, 0, 0.6) !default;
723
712
  $panel-default-heading-bg: lighten($body-bg, 10%) !default;
713
+ $panel-inner-border: rgba(0, 0, 0, 0.6) !default;
724
714
  $panel-footer-bg: $panel-default-heading-bg !default;
725
715
 
726
716
  $panel-default-text: $text-color !default;
@@ -746,6 +736,12 @@ $panel-danger-text: $state-danger-text !default;
746
736
  $panel-danger-border: $panel-default-border !default;
747
737
  $panel-danger-heading-bg: $state-danger-bg !default;
748
738
 
739
+ //== Wells
740
+ //
741
+ //##
742
+
743
+ $well-bg: darken($body-bg, 5%) !default;
744
+ $well-border: darken($well-bg, 7%) !default;
749
745
 
750
746
  //== Thumbnails
751
747
  //
@@ -792,7 +788,7 @@ $badge-border-radius: 10px !default;
792
788
  $breadcrumb-padding-vertical: 8px !default;
793
789
  $breadcrumb-padding-horizontal: 15px !default;
794
790
  //** Breadcrumb background color
795
- $breadcrumb-bg: hsla(0, 100%, 100%, 0) !default;
791
+ $breadcrumb-bg: transparent !default;
796
792
  //** Breadcrumb text color
797
793
  $breadcrumb-color: #ccc !default;
798
794
  //** Text color of current page in the breadcrumb
@@ -842,3 +838,4 @@ $pre-color: $gray-dark !default;
842
838
  $pre-border-color: #ccc !default;
843
839
  $pre-scrollable-max-height: 340px !default;
844
840
 
841
+