bootswatch-rails 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +15 -0
  2. data/CONVERSION.md +10 -0
  3. data/HISTORY.md +7 -1
  4. data/README.md +1 -0
  5. data/Rakefile +1 -0
  6. data/lib/bootswatch-rails/version.rb +1 -1
  7. data/rearranges +131 -0
  8. data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +86 -40
  9. data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +22 -24
  10. data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +1 -1
  11. data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +1 -1
  12. data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +1 -1
  13. data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +1 -1
  14. data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +9 -1
  15. data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +1 -1
  16. data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +515 -0
  17. data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +300 -0
  18. data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
  19. data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +2 -1
  20. data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +1 -1
  21. data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +1 -1
  22. data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +11 -4
  23. data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +1 -1
  24. data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +14 -5
  25. data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +2 -2
  26. data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +6 -2
  27. data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +1 -3
  28. data/vendor/assets/stylesheets/bootswatch/spruce/_bootswatch.scss +20 -12
  29. data/vendor/assets/stylesheets/bootswatch/spruce/_variables.scss +3 -3
  30. data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +43 -24
  31. data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +3 -3
  32. data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +1 -1
  33. data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +1 -1
  34. metadata +9 -9
@@ -1,4 +1,4 @@
1
- // Spacelab 2.3.0
1
+ // Spacelab 2.3.2
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -106,7 +106,7 @@
106
106
  .navbar-inverse .nav-collapse {
107
107
 
108
108
  .nav li > a {
109
- color: $grayLighter;
109
+ color: $grayLight !important;
110
110
 
111
111
  &:hover {
112
112
  background-color: $linkColor !important;
@@ -223,6 +223,10 @@ div.subnav {
223
223
  @include formFieldState(#2BA949, #2BA949, $successBackground);
224
224
  }
225
225
 
226
+ .control-group.info {
227
+ @include formFieldState($blue, $blue, $infoBackground);
228
+ }
229
+
226
230
  // DROPDOWNS
227
231
  // -----------------------------------------------------
228
232
 
@@ -1,4 +1,4 @@
1
- // Spacelab 2.3.0
1
+ // Spacelab 2.3.2
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -82,7 +82,6 @@ $tableBackgroundAccent: #f9f9f9 !default; // for striping
82
82
  $tableBackgroundHover: #f5f5f5 !default; // for hover
83
83
  $tableBorder: #ddd !default; // table and cell border
84
84
 
85
-
86
85
  // Forms
87
86
  // -------------------------
88
87
  $inputBackground: $white !default;
@@ -189,7 +188,6 @@ $navbarInverseSearchPlaceholderColor: $grayLighter !default;
189
188
 
190
189
  $navbarInverseBrandColor: $navbarInverseLinkColor !default;
191
190
 
192
-
193
191
  // Buttons
194
192
  // -------------------------
195
193
  $btnBackground: $white !default;
@@ -1,4 +1,4 @@
1
- // Spruce 2.3.0
1
+ // Spruce 2.3.2
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -8,15 +8,16 @@
8
8
 
9
9
  @import url(//fonts.googleapis.com/css?family=Crete+Round);
10
10
 
11
- h1 > small,
12
- h2 > small,
13
- h3 > small,
14
- h4 > small,
15
- h5 > small,
16
- h6 > small,
11
+ h1, h2, h3, h4, h5, h6 {
12
+
13
+ small {
14
+ font-family: $baseFontFamily;
15
+ color: $headingsColor;
16
+ }
17
+ }
18
+
17
19
  .muted {
18
- color: $headingsColor;
19
- font-family: $baseFontFamily;
20
+ color: $grayLight;
20
21
  }
21
22
 
22
23
  .jumbotron h1 {
@@ -36,8 +37,7 @@ h6 > small,
36
37
  }
37
38
 
38
39
  hr {
39
- border-top: none;
40
- border-bottom: 2px solid $headingsColor;
40
+ border-bottom: none;
41
41
  }
42
42
 
43
43
  blockquote {
@@ -617,11 +617,15 @@ input, textarea, select {
617
617
  .modal-header {
618
618
  padding: 12px 15px 6px;
619
619
  background-color: $green;
620
+ color: $navbarLinkColor;
621
+
622
+ h1, h2, h3, h4, h5, h6 {
623
+ color: $navbarLinkColor;
624
+ }
620
625
  }
621
626
 
622
627
  .modal-body,
623
628
  .modal-footer {
624
- background-color: $headingsColor;
625
629
  border: none;
626
630
  @include box-shadow(none);
627
631
 
@@ -629,6 +633,10 @@ input, textarea, select {
629
633
  color: $textColor;
630
634
  }
631
635
  }
636
+
637
+ .modal-footer {
638
+ background-color: $wellBackground;
639
+ }
632
640
  }
633
641
 
634
642
  .popover {
@@ -1,4 +1,4 @@
1
- // Spruce 2.3.0
1
+ // Spruce 2.3.2
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -162,7 +162,7 @@ $placeholderText: #ccc !default;
162
162
 
163
163
  // Hr border color
164
164
  // -------------------------
165
- $hrBorder: $linkColor !default;
165
+ $hrBorder: $grayLight !default;
166
166
 
167
167
 
168
168
  // Horizontal forms & lists
@@ -181,8 +181,8 @@ $navbarCollapseWidth: 979px !default;
181
181
  $navbarCollapseDesktopWidth: $navbarCollapseWidth + 1 !default;
182
182
 
183
183
  $navbarHeight: 55px !default;
184
+ $navbarBackgroundHighlight: $blueDark !default;
184
185
  $navbarBackground: $blueDark !default;
185
- $navbarBackgroundHighlight: $navbarBackground !default;
186
186
  $navbarBorder: darken($navbarBackground, 5%) !default;
187
187
 
188
188
  $navbarText: $grayLight !default;
@@ -1,4 +1,4 @@
1
- // Superhero 2.3.0
1
+ // Superhero 2.3.2
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -226,29 +226,35 @@ div.subnav {
226
226
  }
227
227
 
228
228
  .nav-list {
229
+
229
230
  padding: 0 15px;
230
- }
231
231
 
232
- .nav-list > li > a, .nav-list .nav-header {
233
- text-shadow: none;
234
- color: $textColor;
235
- }
232
+ & > li > a,
233
+ & > .nav-header {
234
+ text-shadow: none;
235
+ color: $textColor;
236
+ }
236
237
 
237
- .nav-list .active > a, .nav-list .active > a:hover {
238
- text-shadow: none;
239
- color: $white;
240
- }
238
+ .active > a,
239
+ .active > a:hover {
240
+ text-shadow: none;
241
+ color: $white;
242
+ }
243
+
244
+ li > a:hover {
245
+ background-color: lighten($blue, 10%);
246
+ }
241
247
 
242
- .nav-list li > a:hover {
243
- background-color: lighten($blue, 10%);
244
248
  }
245
249
 
246
- .nav-tabs, .nav-tabs.nav-stacked > li > a {
250
+ .nav-tabs,
251
+ .nav-tabs.nav-stacked > li > a {
247
252
  border-color: transparent;
248
253
  }
249
254
 
250
255
  .nav-tabs {
251
- > li > a {
256
+
257
+ & > li > a {
252
258
  background-color: $blue;
253
259
  color: $textColor;
254
260
  }
@@ -266,16 +272,27 @@ div.subnav {
266
272
  background-color: lighten($blue, 10%);
267
273
  border-color: transparent;
268
274
  }
269
- }
270
275
 
271
- .nav-pills > li > a {
272
- color: $textColor;
273
- background-color: $blue;
276
+ li.disabled > a:hover {
277
+ background-color: $blue;
278
+ }
274
279
  }
275
280
 
276
- .nav-pills > li:hover > a {
277
- background-color: lighten($blue, 10%);
278
- border-color: transparent;
281
+ .nav-pills {
282
+
283
+ & > li > a {
284
+ color: $textColor;
285
+ background-color: $blue;
286
+ }
287
+
288
+ & > li > a:hover {
289
+ background-color: lighten($blue, 10%);
290
+ border-color: transparent;
291
+ }
292
+
293
+ & > .disabled > a:hover {
294
+ background-color: $blue;
295
+ }
279
296
  }
280
297
 
281
298
  .nav-tabs .open .dropdown-toggle,
@@ -353,10 +370,12 @@ div.subnav {
353
370
 
354
371
  .pager {
355
372
 
356
- a {
357
- color: $textColor;
373
+ li > a,
374
+ li > span {
375
+
358
376
  background-color: $blue;
359
- border-color: transparent;
377
+ border: none;
378
+ color: $textColor;
360
379
 
361
380
  &:hover {
362
381
  background: lighten($blue, 10%);
@@ -1,4 +1,4 @@
1
- // Superhero 2.3.0
1
+ // Superhero 2.3.2
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -254,9 +254,9 @@ $tooltipBackground: #000 !default;
254
254
  $tooltipArrowWidth: 5px !default;
255
255
  $tooltipArrowColor: $tooltipBackground !default;
256
256
 
257
- $popoverBackground: #fff !default;
257
+ $popoverBackground: $wellBackground !default;
258
258
  $popoverArrowWidth: 10px !default;
259
- $popoverArrowColor: #fff !default;
259
+ $popoverArrowColor: $wellBackground !default;
260
260
  $popoverTitleBackground: darken($popoverBackground, 3%) !default;
261
261
 
262
262
  // Special enhancement for popovers
@@ -1,4 +1,4 @@
1
- // United 2.3.0
1
+ // United 2.3.2
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // United 2.3.0
1
+ // United 2.3.2
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
5
- prerelease:
4
+ version: 0.5.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Maxim Chernyak
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-22 00:00:00.000000000 Z
11
+ date: 2013-05-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -36,6 +33,7 @@ extra_rdoc_files: []
36
33
  files:
37
34
  - .gitignore
38
35
  - .gitmodules
36
+ - CONVERSION.md
39
37
  - Gemfile
40
38
  - HISTORY.md
41
39
  - LICENSE
@@ -45,6 +43,7 @@ files:
45
43
  - converter
46
44
  - lib/bootswatch-rails.rb
47
45
  - lib/bootswatch-rails/version.rb
46
+ - rearranges
48
47
  - vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss
49
48
  - vendor/assets/stylesheets/bootswatch/amelia/_variables.scss
50
49
  - vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss
@@ -53,6 +52,8 @@ files:
53
52
  - vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss
54
53
  - vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss
55
54
  - vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss
55
+ - vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss
56
+ - vendor/assets/stylesheets/bootswatch/flatly/_variables.scss
56
57
  - vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss
57
58
  - vendor/assets/stylesheets/bootswatch/journal/_variables.scss
58
59
  - vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss
@@ -71,26 +72,25 @@ files:
71
72
  - vendor/assets/stylesheets/bootswatch/united/_variables.scss
72
73
  homepage: http://github.com/maxim/bootswatch-rails
73
74
  licenses: []
75
+ metadata: {}
74
76
  post_install_message:
75
77
  rdoc_options: []
76
78
  require_paths:
77
79
  - lib
78
80
  required_ruby_version: !ruby/object:Gem::Requirement
79
- none: false
80
81
  requirements:
81
82
  - - ! '>='
82
83
  - !ruby/object:Gem::Version
83
84
  version: '0'
84
85
  required_rubygems_version: !ruby/object:Gem::Requirement
85
- none: false
86
86
  requirements:
87
87
  - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 1.8.23
92
+ rubygems_version: 2.0.3
93
93
  signing_key:
94
- specification_version: 3
94
+ specification_version: 4
95
95
  summary: Bootswatches in your Rails asset pipeline
96
96
  test_files: []