webgen-sass_twitter_bootstrap-bundle 1.0.0

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.
Files changed (64) hide show
  1. checksums.yaml +15 -0
  2. data/ChangeLog +3 -0
  3. data/LICENSE +20 -0
  4. data/README.md +61 -0
  5. data/VERSION +1 -0
  6. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_accordion.scss +34 -0
  7. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_alerts.scss +65 -0
  8. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_breadcrumbs.scss +24 -0
  9. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_button-groups.scss +242 -0
  10. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_buttons.scss +232 -0
  11. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_carousel.scss +131 -0
  12. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_close.scss +31 -0
  13. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_code.scss +58 -0
  14. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_component-animations.scss +22 -0
  15. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_dropdowns.scss +237 -0
  16. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_forms.scss +682 -0
  17. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_grid.scss +21 -0
  18. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_hero-unit.scss +25 -0
  19. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_labels-badges.scss +71 -0
  20. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_layouts.scss +16 -0
  21. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_media.scss +55 -0
  22. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_mixins.scss +684 -0
  23. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_modals.scss +95 -0
  24. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navbar.scss +472 -0
  25. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navs.scss +385 -0
  26. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pager.scss +41 -0
  27. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pagination.scss +121 -0
  28. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_popovers.scss +117 -0
  29. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_progress-bars.scss +122 -0
  30. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_reset.scss +138 -0
  31. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-1200px-min.scss +28 -0
  32. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-767px-max.scss +193 -0
  33. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-768px-979px.scss +19 -0
  34. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-navbar.scss +185 -0
  35. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-utilities.scss +58 -0
  36. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_scaffolding.scss +52 -0
  37. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_sprites.scss +195 -0
  38. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tables.scss +227 -0
  39. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_thumbnails.scss +52 -0
  40. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tooltip.scss +70 -0
  41. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_type.scss +227 -0
  42. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_utilities.scss +45 -0
  43. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_variables.scss +301 -0
  44. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_wells.scss +29 -0
  45. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/bootstrap.scss +63 -0
  46. data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/responsive.scss +48 -0
  47. data/lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings-white.png +0 -0
  48. data/lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings.png +0 -0
  49. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-affix.js +106 -0
  50. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-alert.js +88 -0
  51. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-button.js +94 -0
  52. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-carousel.js +176 -0
  53. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-collapse.js +156 -0
  54. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-dropdown.js +148 -0
  55. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-modal.js +234 -0
  56. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-popover.js +103 -0
  57. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-scrollspy.js +151 -0
  58. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tab.js +133 -0
  59. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tooltip.js +276 -0
  60. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-transition.js +60 -0
  61. data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-typeahead.js +310 -0
  62. data/lib/webgen/bundle/sass_twitter_bootstrap/info.yaml +9 -0
  63. data/lib/webgen/bundle/sass_twitter_bootstrap/init.rb +3 -0
  64. metadata +126 -0
@@ -0,0 +1,95 @@
1
+ //
2
+ // Modals
3
+ // --------------------------------------------------
4
+
5
+ // Background
6
+ .modal-backdrop {
7
+ position: fixed;
8
+ top: 0;
9
+ right: 0;
10
+ bottom: 0;
11
+ left: 0;
12
+ z-index: $zindexModalBackdrop;
13
+ background-color: $black;
14
+ // Fade for backdrop
15
+ &.fade { opacity: 0; }
16
+ }
17
+
18
+ .modal-backdrop,
19
+ .modal-backdrop.fade.in {
20
+ @include opacity(80);
21
+ }
22
+
23
+ // Base modal
24
+ .modal {
25
+ position: fixed;
26
+ top: 50%;
27
+ left: 50%;
28
+ z-index: $zindexModal;
29
+ overflow: auto;
30
+ width: 560px;
31
+ margin: -250px 0 0 -280px;
32
+ background-color: $white;
33
+ border: 1px solid #999;
34
+ border: 1px solid rgba(0,0,0,.3);
35
+ *border: 1px solid #999; /* IE6-7 */
36
+ @include border-radius(6px);
37
+ @include box-shadow(0 3px 7px rgba(0,0,0,0.3));
38
+ @include background-clip(padding-box);
39
+ // Remove focus outline from opened modal
40
+ outline: none;
41
+
42
+ &.fade {
43
+ @include transition(opacity .3s linear, top .3s ease-out);
44
+ top: -25%;
45
+ }
46
+ &.fade.in { top: 50%; }
47
+ }
48
+ .modal-header {
49
+ padding: 9px 15px;
50
+ border-bottom: 1px solid #eee;
51
+ // Close icon
52
+ .close { margin-top: 2px; }
53
+ // Heading
54
+ h3 {
55
+ margin: 0;
56
+ line-height: 30px;
57
+ }
58
+ }
59
+
60
+ // Body (where all modal content resides)
61
+ .modal-body {
62
+ overflow-y: auto;
63
+ max-height: 400px;
64
+ padding: 15px;
65
+ }
66
+ // Remove bottom margin if need be
67
+ .modal-form {
68
+ margin-bottom: 0;
69
+ }
70
+
71
+ // Footer (for actions)
72
+ .modal-footer {
73
+ padding: 14px 15px 15px;
74
+ margin-bottom: 0;
75
+ text-align: right; // right align buttons
76
+ background-color: #f5f5f5;
77
+ border-top: 1px solid #ddd;
78
+ @include border-radius(0 0 6px 6px);
79
+ @include box-shadow(inset 0 1px 0 $white);
80
+ @include clearfix(); // clear it in case folks use .pull-* classes on buttons
81
+
82
+ // Properly space out buttons
83
+ .btn + .btn {
84
+ margin-left: 5px;
85
+ margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
86
+ }
87
+ // but override that for button groups
88
+ .btn-group .btn + .btn {
89
+ margin-left: -1px;
90
+ }
91
+ // and override it for block buttons as well
92
+ .btn-block + .btn-block {
93
+ margin-left: 0;
94
+ }
95
+ }
@@ -0,0 +1,472 @@
1
+ //
2
+ // Navbars (Redux)
3
+ // --------------------------------------------------
4
+
5
+
6
+ // COMMON STYLES
7
+ // -------------
8
+
9
+ // Base class and wrapper
10
+ .navbar {
11
+ overflow: visible;
12
+ margin-bottom: $baseLineHeight;
13
+ color: $navbarText;
14
+
15
+ // Fix for IE7's bad z-indexing so dropdowns don't appear below content that follows the navbar
16
+ *position: relative;
17
+ *z-index: 2;
18
+ }
19
+
20
+ // Inner for background effects
21
+ // Gradient is applied to its own element because overflow visible is not honored by IE when filter is present
22
+ .navbar-inner {
23
+ min-height: $navbarHeight;
24
+ padding-left: 20px;
25
+ padding-right: 20px;
26
+ @include gradient-vertical($navbarBackgroundHighlight, $navbarBackground);
27
+ border: 1px solid $navbarBorder;
28
+ @include border-radius($baseBorderRadius);
29
+ @include box-shadow(0 1px 4px rgba(0,0,0,.065));
30
+
31
+ // Prevent floats from breaking the navbar
32
+ @include clearfix();
33
+ }
34
+
35
+ // Set width to auto for default container
36
+ // We then reset it for fixed navbars in the #gridSystem mixin
37
+ .navbar .container {
38
+ width: auto;
39
+ }
40
+
41
+ // Override the default collapsed state
42
+ .nav-collapse.collapse {
43
+ height: auto;
44
+ overflow: visible;
45
+ }
46
+
47
+
48
+ // Brand: website or project name
49
+ // -------------------------
50
+ .navbar .brand {
51
+ float: left;
52
+ display: block;
53
+ // Vertically center the text given $navbarHeight
54
+ padding: (($navbarHeight - $baseLineHeight) / 2) 20px (($navbarHeight - $baseLineHeight) / 2);
55
+ margin-left: -20px; // negative indent to left-align the text down the page
56
+ font-size: 20px;
57
+ font-weight: 200;
58
+ color: $navbarBrandColor;
59
+ text-shadow: 0 1px 0 $navbarBackgroundHighlight;
60
+ &:hover {
61
+ text-decoration: none;
62
+ }
63
+ }
64
+
65
+ // Plain text in topbar
66
+ // -------------------------
67
+ .navbar-text {
68
+ margin-bottom: 0;
69
+ line-height: $navbarHeight;
70
+ }
71
+
72
+ // Janky solution for now to account for links outside the .nav
73
+ // -------------------------
74
+ .navbar-link {
75
+ color: $navbarLinkColor;
76
+ &:hover {
77
+ color: $navbarLinkColorHover;
78
+ }
79
+ }
80
+
81
+ // Dividers in navbar
82
+ // -------------------------
83
+ .navbar .divider-vertical {
84
+ height: $navbarHeight;
85
+ margin: 0 9px;
86
+ border-left: 1px solid $navbarBackground;
87
+ border-right: 1px solid $navbarBackgroundHighlight;
88
+ }
89
+
90
+ // Buttons in navbar
91
+ // -------------------------
92
+ .navbar .btn,
93
+ .navbar .btn-group {
94
+ @include navbarVerticalAlign(30px); // Vertically center in navbar
95
+ }
96
+ .navbar .btn-group .btn,
97
+ .navbar .input-prepend .btn,
98
+ .navbar .input-append .btn {
99
+ margin-top: 0; // then undo the margin here so we don't accidentally double it
100
+ }
101
+
102
+ // Navbar forms
103
+ // -------------------------
104
+ .navbar-form {
105
+ margin-bottom: 0; // remove default bottom margin
106
+ @include clearfix();
107
+ input,
108
+ select,
109
+ .radio,
110
+ .checkbox {
111
+ @include navbarVerticalAlign(30px); // Vertically center in navbar
112
+ }
113
+ input,
114
+ select,
115
+ .btn {
116
+ display: inline-block;
117
+ margin-bottom: 0;
118
+ }
119
+ input[type="image"],
120
+ input[type="checkbox"],
121
+ input[type="radio"] {
122
+ margin-top: 3px;
123
+ }
124
+ .input-append,
125
+ .input-prepend {
126
+ margin-top: 6px;
127
+ white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
128
+ input {
129
+ margin-top: 0; // remove the margin on top since it's on the parent
130
+ }
131
+ }
132
+ }
133
+
134
+ // Navbar search
135
+ // -------------------------
136
+ .navbar-search {
137
+ position: relative;
138
+ float: left;
139
+ @include navbarVerticalAlign(30px); // Vertically center in navbar
140
+ margin-bottom: 0;
141
+ .search-query {
142
+ margin-bottom: 0;
143
+ padding: 4px 14px;
144
+ @include font-sans-serif(13px, normal, 1);
145
+ @include border-radius(15px); // redeclare because of specificity of the type attribute
146
+ }
147
+ }
148
+
149
+
150
+
151
+ // Static navbar
152
+ // -------------------------
153
+
154
+ .navbar-static-top {
155
+ position: static;
156
+ margin-bottom: 0; // remove 18px margin for default navbar
157
+ .navbar-inner {
158
+ @include border-radius(0);
159
+ }
160
+ }
161
+
162
+
163
+
164
+ // Fixed navbar
165
+ // -------------------------
166
+
167
+ // Shared (top/bottom) styles
168
+ .navbar-fixed-top,
169
+ .navbar-fixed-bottom {
170
+ position: fixed;
171
+ right: 0;
172
+ left: 0;
173
+ z-index: $zindexFixedNavbar;
174
+ margin-bottom: 0; // remove 18px margin for default navbar
175
+ }
176
+ .navbar-fixed-top .navbar-inner,
177
+ .navbar-static-top .navbar-inner {
178
+ border-width: 0 0 1px;
179
+ }
180
+ .navbar-fixed-bottom .navbar-inner {
181
+ border-width: 1px 0 0;
182
+ }
183
+ .navbar-fixed-top .navbar-inner,
184
+ .navbar-fixed-bottom .navbar-inner {
185
+ padding-left: 0;
186
+ padding-right: 0;
187
+ @include border-radius(0);
188
+ }
189
+
190
+ // Reset container width
191
+ // Required here as we reset the width earlier on and the grid mixins don't override early enough
192
+ .navbar-static-top .container,
193
+ .navbar-fixed-top .container,
194
+ .navbar-fixed-bottom .container {
195
+ @include grid-core-span($gridColumns, $gridColumnWidth, $gridGutterWidth);
196
+ }
197
+
198
+ // Fixed to top
199
+ .navbar-fixed-top {
200
+ top: 0;
201
+ }
202
+ .navbar-fixed-top,
203
+ .navbar-static-top {
204
+ .navbar-inner {
205
+ @include box-shadow(0 1px 10px rgba(0,0,0,.1));
206
+ }
207
+ }
208
+
209
+ // Fixed to bottom
210
+ .navbar-fixed-bottom {
211
+ bottom: 0;
212
+ .navbar-inner {
213
+ @include box-shadow(0 -1px 10px rgba(0,0,0,.1));
214
+ }
215
+ }
216
+
217
+
218
+
219
+ // NAVIGATION
220
+ // ----------
221
+
222
+ .navbar .nav {
223
+ position: relative;
224
+ left: 0;
225
+ display: block;
226
+ float: left;
227
+ margin: 0 10px 0 0;
228
+ }
229
+ .navbar .nav.pull-right {
230
+ float: right; // redeclare due to specificity
231
+ margin-right: 0; // remove margin on float right nav
232
+ }
233
+ .navbar .nav > li {
234
+ float: left;
235
+ }
236
+
237
+ // Links
238
+ .navbar .nav > li > a {
239
+ float: none;
240
+ // Vertically center the text given $navbarHeight
241
+ padding: (($navbarHeight - $baseLineHeight) / 2) 15px (($navbarHeight - $baseLineHeight) / 2);
242
+ color: $navbarLinkColor;
243
+ text-decoration: none;
244
+ text-shadow: 0 1px 0 $navbarBackgroundHighlight;
245
+ }
246
+ .navbar .nav .dropdown-toggle .caret {
247
+ margin-top: 8px;
248
+ }
249
+
250
+ // Hover
251
+ .navbar .nav > li > a:focus,
252
+ .navbar .nav > li > a:hover {
253
+ background-color: $navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover from .active
254
+ color: $navbarLinkColorHover;
255
+ text-decoration: none;
256
+ }
257
+
258
+ // Active nav items
259
+ .navbar .nav > .active > a,
260
+ .navbar .nav > .active > a:hover,
261
+ .navbar .nav > .active > a:focus {
262
+ color: $navbarLinkColorActive;
263
+ text-decoration: none;
264
+ background-color: $navbarLinkBackgroundActive;
265
+ @include box-shadow(inset 0 3px 8px rgba(0,0,0,.125));
266
+ }
267
+
268
+ // Navbar button for toggling navbar items in responsive layouts
269
+ // These definitions need to come after '.navbar .btn'
270
+ .navbar .btn-navbar {
271
+ display: none;
272
+ float: right;
273
+ padding: 7px 10px;
274
+ margin-left: 5px;
275
+ margin-right: 5px;
276
+ @include buttonBackground(darken($navbarBackgroundHighlight, 5%), darken($navbarBackground, 5.25%));
277
+ @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075));
278
+ }
279
+ .navbar .btn-navbar .icon-bar {
280
+ display: block;
281
+ width: 18px;
282
+ height: 2px;
283
+ background-color: #f5f5f5;
284
+ @include border-radius(1px);
285
+ @include box-shadow(0 1px 0 rgba(0,0,0,.25));
286
+ }
287
+ .btn-navbar .icon-bar + .icon-bar {
288
+ margin-top: 3px;
289
+ }
290
+
291
+
292
+
293
+ // Dropdown menus
294
+ // --------------
295
+
296
+ // Menu position and menu carets
297
+ .navbar .nav > li > .dropdown-menu {
298
+ &:before {
299
+ content: '';
300
+ display: inline-block;
301
+ border-left: 7px solid transparent;
302
+ border-right: 7px solid transparent;
303
+ border-bottom: 7px solid #ccc;
304
+ border-bottom-color: $dropdownBorder;
305
+ position: absolute;
306
+ top: -7px;
307
+ left: 9px;
308
+ }
309
+ &:after {
310
+ content: '';
311
+ display: inline-block;
312
+ border-left: 6px solid transparent;
313
+ border-right: 6px solid transparent;
314
+ border-bottom: 6px solid $dropdownBackground;
315
+ position: absolute;
316
+ top: -6px;
317
+ left: 10px;
318
+ }
319
+ }
320
+ // Menu position and menu caret support for dropups via extra dropup class
321
+ .navbar-fixed-bottom .nav > li > .dropdown-menu {
322
+ &:before {
323
+ border-top: 7px solid #ccc;
324
+ border-top-color: $dropdownBorder;
325
+ border-bottom: 0;
326
+ bottom: -7px;
327
+ top: auto;
328
+ }
329
+ &:after {
330
+ border-top: 6px solid $dropdownBackground;
331
+ border-bottom: 0;
332
+ bottom: -6px;
333
+ top: auto;
334
+ }
335
+ }
336
+
337
+ // Remove background color from open dropdown
338
+ .navbar .nav li.dropdown.open > .dropdown-toggle,
339
+ .navbar .nav li.dropdown.active > .dropdown-toggle,
340
+ .navbar .nav li.dropdown.open.active > .dropdown-toggle {
341
+ background-color: $navbarLinkBackgroundActive;
342
+ color: $navbarLinkColorActive;
343
+ }
344
+ .navbar .nav li.dropdown > .dropdown-toggle .caret {
345
+ border-top-color: $navbarLinkColor;
346
+ border-bottom-color: $navbarLinkColor;
347
+ }
348
+ .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
349
+ .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
350
+ .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
351
+ border-top-color: $navbarLinkColorActive;
352
+ border-bottom-color: $navbarLinkColorActive;
353
+ }
354
+
355
+ // Right aligned menus need alt position
356
+ .navbar .pull-right > li > .dropdown-menu,
357
+ .navbar .nav > li > .dropdown-menu.pull-right {
358
+ left: auto;
359
+ right: 0;
360
+ &:before {
361
+ left: auto;
362
+ right: 12px;
363
+ }
364
+ &:after {
365
+ left: auto;
366
+ right: 13px;
367
+ }
368
+ .dropdown-menu {
369
+ left: auto;
370
+ right: 100%;
371
+ margin-left: 0;
372
+ margin-right: -1px;
373
+ @include border-radius(6px 0 6px 6px);
374
+ }
375
+ }
376
+
377
+
378
+ // Inverted navbar
379
+ // -------------------------
380
+
381
+ .navbar-inverse {
382
+ color: $navbarInverseText;
383
+
384
+ .navbar-inner {
385
+ @include gradient-vertical($navbarInverseBackgroundHighlight, $navbarInverseBackground);
386
+ border-color: $navbarInverseBorder;
387
+ }
388
+
389
+ .brand,
390
+ .nav > li > a {
391
+ color: $navbarInverseLinkColor;
392
+ text-shadow: 0 -1px 0 rgba(0,0,0,.25);
393
+ &:hover {
394
+ color: $navbarInverseLinkColorHover;
395
+ }
396
+ }
397
+
398
+ .nav > li > a:focus,
399
+ .nav > li > a:hover {
400
+ background-color: $navbarInverseLinkBackgroundHover;
401
+ color: $navbarInverseLinkColorHover;
402
+ }
403
+
404
+ .nav .active > a,
405
+ .nav .active > a:hover,
406
+ .nav .active > a:focus {
407
+ color: $navbarInverseLinkColorActive;
408
+ background-color: $navbarInverseLinkBackgroundActive;
409
+ }
410
+
411
+ // Inline text links
412
+ .navbar-link {
413
+ color: $navbarInverseLinkColor;
414
+ &:hover {
415
+ color: $navbarInverseLinkColorHover;
416
+ }
417
+ }
418
+
419
+ // Dividers in navbar
420
+ .divider-vertical {
421
+ border-left-color: $navbarInverseBackground;
422
+ border-right-color: $navbarInverseBackgroundHighlight;
423
+ }
424
+
425
+ // Dropdowns
426
+ .nav li.dropdown.open > .dropdown-toggle,
427
+ .nav li.dropdown.active > .dropdown-toggle,
428
+ .nav li.dropdown.open.active > .dropdown-toggle {
429
+ background-color: $navbarInverseLinkBackgroundActive;
430
+ color: $navbarInverseLinkColorActive;
431
+ }
432
+ .nav li.dropdown > .dropdown-toggle .caret {
433
+ border-top-color: $navbarInverseLinkColor;
434
+ border-bottom-color: $navbarInverseLinkColor;
435
+ }
436
+ .nav li.dropdown.open > .dropdown-toggle .caret,
437
+ .nav li.dropdown.active > .dropdown-toggle .caret,
438
+ .nav li.dropdown.open.active > .dropdown-toggle .caret {
439
+ border-top-color: $navbarInverseLinkColorActive;
440
+ border-bottom-color: $navbarInverseLinkColorActive;
441
+ }
442
+
443
+ // Navbar search
444
+ .navbar-search {
445
+ .search-query {
446
+ color: $white;
447
+ background-color: $navbarInverseSearchBackground;
448
+ border-color: $navbarInverseSearchBorder;
449
+ @include box-shadow(inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15));
450
+ @include transition(none);
451
+ @include placeholder($navbarInverseSearchPlaceholderColor);
452
+
453
+ // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
454
+ &:focus,
455
+ &.focused {
456
+ padding: 5px 15px;
457
+ color: $grayDark;
458
+ text-shadow: 0 1px 0 $white;
459
+ background-color: $navbarInverseSearchBackgroundFocus;
460
+ border: 0;
461
+ @include box-shadow(0 0 3px rgba(0,0,0,.15));
462
+ outline: 0;
463
+ }
464
+ }
465
+ }
466
+
467
+ // Navbar collapse button
468
+ .btn-navbar {
469
+ @include buttonBackground(darken($navbarInverseBackgroundHighlight, 5%), darken($navbarInverseBackground, 5%));
470
+ }
471
+
472
+ }