rails_admin_nested_set 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30fcff3d37f03dedbec7865947722571c666dfbb
4
- data.tar.gz: bf4f26c69a86cbe12b5d3d9e8a5d5814b30da784
3
+ metadata.gz: 3e257b7b0facfd328a2d2557c18fe702cd49b322
4
+ data.tar.gz: b59864bd6a6b03817067f55c65471ec200c2be68
5
5
  SHA512:
6
- metadata.gz: 8bfdf9c653ec10902939ce58d6f80aa42b87f320eb38259e89c466da519c29db8dd1b261b7b0a7751aef45e9c064a302e4131669d72e25526800cbc0a8c16c41
7
- data.tar.gz: 0e9e0b63f234141f27a53b1b51dde57771400b95ff23b36f6d9f064034aad13267964796db5d6c826b22835f4c3d3a3eb6b51b333b082245f2a246410ebd3c7d
6
+ metadata.gz: 17b622932acc1a8f4bbec154c999b4383dfab72d86f3c89ab5b31c3ca304b0e7a9b7f5279b54b03a95c7616b5aae6d54a3df61f36294e025135894b954100aeb
7
+ data.tar.gz: 6efa830e2377998e930b90ed2111883002f763fabe4fa7df0a79b33b036f9c1640e8da21e2f09127d566c4141e11261bbdc78efa533bb608cc28a345a9801893
@@ -61,9 +61,7 @@
61
61
  font-weight: bold;
62
62
  border: 1px solid #ccc;
63
63
  background: #fafafa;
64
- background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
65
- background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
66
- background: linear-gradient(top, #fafafa 0%, #eee 100%);
64
+ background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
67
65
  -webkit-border-radius: 3px;
68
66
  border-radius: 3px;
69
67
  box-sizing: border-box;
@@ -100,9 +98,7 @@
100
98
  font-weight: bold;
101
99
  border: 1px solid #ccc;
102
100
  background: #fafafa;
103
- background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
104
- background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
105
- background: linear-gradient(top, #fafafa 0%, #eee 100%);
101
+ background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
106
102
  -webkit-border-radius: 3px;
107
103
  border-radius: 3px;
108
104
  box-sizing: border-box;
@@ -1,3 +1,3 @@
1
1
  module RailsAdminNestedSet
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_nested_set
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv