bootswatch_rails 3.3.7.6 → 3.3.7.7
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/datatables/DataTables-1.10.13.zip +0 -0
- data/generate.sh +16 -2
- data/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +5 -5
- data/vendor/assets/javascripts/dataTables.responsive.js +30 -7
- data/vendor/assets/javascripts/jquery.dataTables.js +246 -217
- data/vendor/assets/stylesheets/cosmo.css +1 -1
- data/vendor/assets/stylesheets/cyborg.css +1 -1
- data/vendor/assets/stylesheets/lumen.css +2 -1
- data/vendor/assets/stylesheets/paper.css +230 -57
- data/vendor/assets/stylesheets/responsive.dataTables.css +4 -4
- data/vendor/assets/stylesheets/solar.css +6858 -0
- data/vendor/assets/stylesheets/superhero.css +4 -4
- metadata +5 -3
@@ -2,7 +2,7 @@
|
|
2
2
|
/*!
|
3
3
|
* bootswatch v3.3.7
|
4
4
|
* Homepage: http://bootswatch.com
|
5
|
-
* Copyright 2012-
|
5
|
+
* Copyright 2012-2017 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
@@ -5452,7 +5452,7 @@ button.list-group-item-danger.active:focus {
|
|
5452
5452
|
}
|
5453
5453
|
.panel {
|
5454
5454
|
margin-bottom: 21px;
|
5455
|
-
background-color: #
|
5455
|
+
background-color: #546575;
|
5456
5456
|
border: 1px solid transparent;
|
5457
5457
|
border-radius: 0;
|
5458
5458
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
@@ -5823,7 +5823,7 @@ button.list-group-item-danger.active:focus {
|
|
5823
5823
|
min-height: 20px;
|
5824
5824
|
padding: 19px;
|
5825
5825
|
margin-bottom: 20px;
|
5826
|
-
background-color: #
|
5826
|
+
background-color: #546575;
|
5827
5827
|
border: 1px solid transparent;
|
5828
5828
|
border-radius: 0;
|
5829
5829
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
@@ -6989,7 +6989,7 @@ a.list-group-item-danger.active:focus {
|
|
6989
6989
|
color: #ebebeb;
|
6990
6990
|
}
|
6991
6991
|
.thumbnail {
|
6992
|
-
background-color: #
|
6992
|
+
background-color: #546575;
|
6993
6993
|
border: none;
|
6994
6994
|
}
|
6995
6995
|
.modal {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.7.
|
4
|
+
version: 3.3.7.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Volker Wiegand
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -102,6 +102,7 @@ files:
|
|
102
102
|
- datatables/DataTables-1.10.10.zip
|
103
103
|
- datatables/DataTables-1.10.11.zip
|
104
104
|
- datatables/DataTables-1.10.12.zip
|
105
|
+
- datatables/DataTables-1.10.13.zip
|
105
106
|
- datatables/DataTables-1.10.9.zip
|
106
107
|
- generate.sh
|
107
108
|
- lib/bootswatch_rails.rb
|
@@ -200,6 +201,7 @@ files:
|
|
200
201
|
- vendor/assets/stylesheets/sandstone.css
|
201
202
|
- vendor/assets/stylesheets/simplex.css
|
202
203
|
- vendor/assets/stylesheets/slate.css
|
204
|
+
- vendor/assets/stylesheets/solar.css
|
203
205
|
- vendor/assets/stylesheets/spacelab.css
|
204
206
|
- vendor/assets/stylesheets/superhero.css
|
205
207
|
- vendor/assets/stylesheets/united.css
|
@@ -224,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
226
|
version: '0'
|
225
227
|
requirements: []
|
226
228
|
rubyforge_project:
|
227
|
-
rubygems_version: 2.6.
|
229
|
+
rubygems_version: 2.6.10
|
228
230
|
signing_key:
|
229
231
|
specification_version: 4
|
230
232
|
summary: Add bootswatch.com themes to the Rails asset pipeline
|