flashgrid 1.0.18 → 1.0.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41ee6689ed4bdb85012c66ff31f29f0251a6bf01
4
- data.tar.gz: 5c5c68be19a8eafa5301b42adc2e6676ebb832c1
3
+ metadata.gz: 8545f68f3473a2a1f4a8cc6c59843a4c3d5e1911
4
+ data.tar.gz: 4b6ff445ce4729577e6ffff99c4e06b0c7e02395
5
5
  SHA512:
6
- metadata.gz: 65e3561fd7f5e62804e4fc93a8438c1dd606d5347bd47c22908e27b558568df5a74ae8d94a033a17b0682c29fa92560e6527c95013e954628d285fa93029061b
7
- data.tar.gz: 2ce47e913fcad8cec388ad269e824f7dee78ac8513aa0fc6d7493feeff1cead11f25565bf149cad8344957f510ecd3df4ac058938692a06c478f17faeeff466f
6
+ metadata.gz: f7ad07459b41d65cf401ba1b1547754185a24447d9861986a48a3ba70802d62443d04ee254f08b05cd158d60a3251553f8f09ca16bf874d94d143ea0b9a1e368
7
+ data.tar.gz: 8602ef01c0bd3cf9a3b270f518f445daa00ace474ac9c6270d3417aa33dd03006c4440719be2ac9edcd4218d8d7359306aa88c14b410880d3e75eae52e63406d
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.18"
2
+ VERSION = "1.0.19"
3
3
  end
@@ -86,16 +86,15 @@ input.btn-block {
86
86
  }
87
87
  .btn-black:hover { background: rgba(51,54,64,1); }
88
88
  .btn-blue {
89
- background: rgba(85,115,194,1);
90
- border-color: rgba(25,55,134,1);
89
+ background: rgba(58,144,216,1);
90
+ border-color: rgba(28,114,186,1);
91
91
  }
92
- .btn-blue:hover { background: rgba(70,100,179,1); }
92
+ .btn-blue:hover { background: rgba(48,134,206,1); }
93
93
  .btn-green {
94
- background: rgba(75,180,122,1);
95
- border-color: rgba(25,130,72,1);
96
- color: rgba(255,255,255,1);
94
+ background: rgba(122,179,23,1);
95
+ border-color: rgba(102,159,3,1);
97
96
  }
98
- .btn-green:hover { background: rgba(65,170,112,1); }
97
+ .btn-green:hover { background: rgba(112,169,13,1); }
99
98
  .btn-red {
100
99
  background: rgba(220,74,56,1);
101
100
  border-color: rgba(180,34,16,1);
@@ -174,8 +173,8 @@ input.btn-block {
174
173
  color: rgba(58,144,216,1);
175
174
  }
176
175
  .btn-outline-green {
177
- border-color: rgba(75,180,122,1);
178
- color: rgba(75,180,122,1);
176
+ border-color: rgba(122,179,23,1);
177
+ color: rgba(122,179,23,1);
179
178
  }
180
179
  .btn-outline-red {
181
180
  border-color: rgba(220,74,56,1);
@@ -210,8 +209,8 @@ input.btn-block {
210
209
  position: relative;
211
210
  }
212
211
  .btn-group > .btn-black { border-color: rgba(11,14,24,1); }
213
- .btn-group > .btn-blue { border-color: rgba(25,55,134,1); }
214
- .btn-group > .btn-green { border-color: rgba(25,130,72,1); }
212
+ .btn-group > .btn-blue { border-color: rgba(28,114,186,1); }
213
+ .btn-group > .btn-green { border-color: rgba(102,159,3,1); }
215
214
  .btn-group > .btn-red { border-color: rgba(180,34,16,1); }
216
215
  .btn-group > .btn-white { border-color: rgba(196,198,201,1); }
217
216
  .btn-group > .btn:first-child {
@@ -37,6 +37,7 @@
37
37
  .dropdown-menu > li > a {
38
38
  clear: both;
39
39
  color: rgba(71,74,84,1);
40
+ cursor: pointer;
40
41
  display: block;
41
42
  font-size: 12px;
42
43
  font-weight: bold;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-12 00:00:00.000000000 Z
11
+ date: 2014-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler