flashgrid 3.5.2 → 3.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5671e1c030aa9c21940165e05b387028901a4b3
4
- data.tar.gz: b48c3d1386a616f8a87ef355ea8100bf48cfc446
3
+ metadata.gz: 44fdc567ec64b8719fb0131d4bb1b276570eff7a
4
+ data.tar.gz: 3b7dcd6af3564bed1594337f0c146a28e93a480b
5
5
  SHA512:
6
- metadata.gz: 051c85c1a93ad6a8363406b493c1da98a6b8e4f45ed39e65ad6ef5ed3b712520d3d6f59c1ceebf985cd5a4f66d7a723542bc9dce64a4a524d35180525ee02fd1
7
- data.tar.gz: 7b5136906820bee6714e9faabae5158c464e718b0d77336aa9e30343da4f250f71de3c348907e09493829eb0d656b384b21b3453b8b3b90961111fb56bf1bf02
6
+ metadata.gz: ea013bfbfae24fa4bf7c15000dd9ce7b1b62debdd543cfe1eca2d300abfc479431bdb88cb9e6103fe629e1b69780ca860bce40c64317e3516c5a2f21c514be88
7
+ data.tar.gz: 9c063c0fedd9403a5637724852a866e4775902761099ca85ce706ce7b81ae45b86cfd65f2c09af6e464601c348ceb3b3439a792fae6b02c9ffade249be97d8b6
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "3.5.2"
2
+ VERSION = "3.6.0"
3
3
  end
@@ -9,8 +9,9 @@
9
9
  border-bottom: 1px solid rgba(225,232,237,1);
10
10
  color: rgba(71,74,84,1);
11
11
  font-size: 16px;
12
+ line-height: 25px;
12
13
  margin: -40px 0 40px 0;
13
- padding: 11px 20px 11px 20px;
14
+ padding: 10px 20px 9px 20px;
14
15
  }
15
16
  .alert h4 {
16
17
  color: rgba(71,74,84,1);
@@ -30,7 +31,7 @@
30
31
  color: rgba(136,153,166,1);
31
32
  float: right;
32
33
  font-size: 18px;
33
- line-height: 18px;
34
+ line-height: 27px;
34
35
  }
35
36
  .alert .close:hover,
36
37
  .alert .close:focus {
@@ -100,16 +100,22 @@ input.btn-block {
100
100
  ================================================== */
101
101
  .btn-black,
102
102
  .btn-black[disabled],
103
+ .btn-black[disabled]:hover,
103
104
  .btn-blue,
104
105
  .btn-blue[disabled],
106
+ .btn-blue[disabled]:hover,
105
107
  .btn-green,
106
108
  .btn-green[disabled],
109
+ .btn-green[disabled]:hover,
107
110
  .btn-orange,
108
111
  .btn-orange[disabled],
112
+ .btn-orange[disabled]:hover,
109
113
  .btn-purple,
110
114
  .btn-purple[disabled],
115
+ .btn-purple[disabled]:hover,
111
116
  .btn-red,
112
- .btn-red[disabled] { color: rgba(255,255,255,1); }
117
+ .btn-red[disabled],
118
+ .btn-red[disabled]:hover { color: rgba(255,255,255,1); }
113
119
  .btn-black {
114
120
  background: rgba(56,67,81,1);
115
121
  border-color: rgba(6,17,31,1);
@@ -215,7 +221,9 @@ input.btn-block {
215
221
  .btn-link:active,
216
222
  .btn-link.active,
217
223
  .btn-link:hover,
218
- .btn-link:focus {
224
+ .btn-link:focus,
225
+ .btn-link[disabled],
226
+ .btn-link[disabled]:hover {
219
227
  background: transparent;
220
228
  color: rgba(71,74,84,1);
221
229
  }
@@ -263,7 +271,9 @@ input.btn-block {
263
271
  .btn-outline:active,
264
272
  .btn-outline.active,
265
273
  .btn-outline:hover,
266
- .btn-outline:focus {
274
+ .btn-outline:focus,
275
+ .btn-outline[disabled],
276
+ .btn-outline[disabled]:hover {
267
277
  background: transparent;
268
278
  color: rgba(71,74,84,1);
269
279
  }
@@ -279,7 +289,9 @@ input.btn-block {
279
289
  .btn-outline.btn-black:active,
280
290
  .btn-outline.btn-black.active,
281
291
  .btn-outline.btn-black:hover,
282
- .btn-outline.btn-black:focus {
292
+ .btn-outline.btn-black:focus,
293
+ .btn-outline.btn-black[disabled],
294
+ .btn-outline.btn-black[disabled]:hover {
283
295
  border-color: rgba(136,147,151,1);
284
296
  color: rgba(136,147,151,1);
285
297
  }
@@ -290,7 +302,9 @@ input.btn-block {
290
302
  .btn-outline.btn-blue:active,
291
303
  .btn-outline.btn-blue.active,
292
304
  .btn-outline.btn-blue:hover,
293
- .btn-outline.btn-blue:focus {
305
+ .btn-outline.btn-blue:focus,
306
+ .btn-outline.btn-blue[disabled],
307
+ .btn-outline.btn-blue[disabled]:hover {
294
308
  border-color: rgba(45,165,255,1);
295
309
  color: rgba(45,165,255,1);
296
310
  }
@@ -301,7 +315,9 @@ input.btn-block {
301
315
  .btn-outline.btn-green:active,
302
316
  .btn-outline.btn-green.active,
303
317
  .btn-outline.btn-green:hover,
304
- .btn-outline.btn-green:focus {
318
+ .btn-outline.btn-green:focus,
319
+ .btn-outline.btn-green[disabled],
320
+ .btn-outline.btn-green[disabled]:hover {
305
321
  border-color: rgba(129,198,45,1);
306
322
  color: rgba(129,198,45,1);
307
323
  }
@@ -312,7 +328,9 @@ input.btn-block {
312
328
  .btn-outline.btn-orange:active,
313
329
  .btn-outline.btn-orange.active,
314
330
  .btn-outline.btn-orange:hover,
315
- .btn-outline.btn-orange:focus {
331
+ .btn-outline.btn-orange:focus,
332
+ .btn-outline.btn-orange[disabled],
333
+ .btn-outline.btn-orange[disabled]:hover {
316
334
  border-color: rgba(252,146,35,1);
317
335
  color: rgba(252,146,35,1);
318
336
  }
@@ -323,7 +341,9 @@ input.btn-block {
323
341
  .btn-outline.btn-purple:active,
324
342
  .btn-outline.btn-purple.active,
325
343
  .btn-outline.btn-purple:hover,
326
- .btn-outline.btn-purple:focus {
344
+ .btn-outline.btn-purple:focus,
345
+ .btn-outline.btn-purple[disabled],
346
+ .btn-outline.btn-purple[disabled]:hover {
327
347
  border-color: rgba(137,93,190,1);
328
348
  color: rgba(137,93,190,1);
329
349
  }
@@ -334,7 +354,9 @@ input.btn-block {
334
354
  .btn-outline.btn-red:active,
335
355
  .btn-outline.btn-red.active,
336
356
  .btn-outline.btn-red:hover,
337
- .btn-outline.btn-red:focus {
357
+ .btn-outline.btn-red:focus,
358
+ .btn-outline.btn-red[disabled],
359
+ .btn-outline.btn-red[disabled]:hover {
338
360
  border-color: rgba(248,109,76,1);
339
361
  color: rgba(248,109,76,1);
340
362
  }
@@ -345,7 +367,12 @@ input.btn-block {
345
367
  .btn-outline.btn-white:active,
346
368
  .btn-outline.btn-white.active,
347
369
  .btn-outline.btn-white:hover,
348
- .btn-outline.btn-white:focus { color: rgba(174,182,192,1); }
370
+ .btn-outline.btn-white:focus,
371
+ .btn-outline.btn-white[disabled],
372
+ .btn-outline.btn-white[disabled]:hover {
373
+ border-color: rgba(255,255,255,1);
374
+ color: rgba(174,182,192,1);
375
+ }
349
376
  .btn-outline.btn-yellow {
350
377
  border-color: rgba(255,217,15,1);
351
378
  color: rgba(255,217,15,1);
@@ -353,7 +380,9 @@ input.btn-block {
353
380
  .btn-outline.btn-yellow:active,
354
381
  .btn-outline.btn-yellow.active,
355
382
  .btn-outline.btn-yellow:hover,
356
- .btn-outline.btn-yellow:focus {
383
+ .btn-outline.btn-yellow:focus,
384
+ .btn-outline.btn-yellow[disabled],
385
+ .btn-outline.btn-yellow[disabled]:hover {
357
386
  border-color: rgba(255,227,25,1);
358
387
  color: rgba(255,227,25,1);
359
388
  }
@@ -4,14 +4,13 @@
4
4
 
5
5
  /* #Label and Badge
6
6
  ================================================== */
7
- .label,
8
- .badge {
7
+ .badge,
8
+ .label {
9
9
  background: rgba(245,248,250,1);
10
- border: 1px solid rgba(225,232,237,1);
11
10
  border-radius: 2px;
12
11
  color: rgba(71,74,84,1);
13
12
  display: inline-block;
14
- padding: 5px 5px 6px 5px;
13
+ padding: 7px;
15
14
  font-size: 12px;
16
15
  font-weight: bold;
17
16
  line-height: 12px;
@@ -20,36 +19,66 @@
20
19
  white-space: nowrap;
21
20
  vertical-align: baseline;
22
21
  }
23
- .badge {
24
- border-radius: 500px;
25
- padding-right: 6px;
26
- padding-left: 6px;
27
- }
28
- .label:empty,
29
- .badge:empty { display: none; }
30
- a.label:hover,
31
- a.label:focus,
22
+ .badge { border-radius: 500px; }
23
+ .badge:empty,
24
+ .label:empty { display: none; }
32
25
  a.badge:hover,
33
- a.badge:focus { text-decoration: none; }
34
- .label-green,
35
- .badge-green {
36
- background: rgba(223,240,216,1);
37
- border-color: rgba(204,223,188,1);
38
- }
39
- .label-yellow,
40
- .badge-yellow {
41
- background: rgba(252,248,227,1);
42
- border-color: rgba(244,228,203,1);
43
- }
44
- .label-red,
45
- .badge-red {
46
- background: rgba(242,222,222,1);
47
- border-color: rgba(228,201,205,1);
48
- }
49
- .btn .label,
50
- .btn .badge {
26
+ a.badge:focus,
27
+ a.label:hover,
28
+ a.label:focus { text-decoration: none; }
29
+ .badge-blue,
30
+ .label-blue { background: rgba(219,236,249,1); }
31
+ .badge-green,
32
+ .label-green { background: rgba(223,240,216,1); }
33
+ .badge-orange,
34
+ .label-orange { background: rgba(255,242,214,1); }
35
+ .badge-purple,
36
+ .label-purple { background: rgba(246,236,253,1); }
37
+ .badge-red,
38
+ .label-red { background: rgba(242,222,222,1); }
39
+ .badge-yellow,
40
+ .label-yellow { background: rgba(252,248,227,1); }
41
+ .btn .badge,
42
+ .btn .label {
51
43
  position: relative;
52
44
  top: -1px;
53
45
  }
54
- .btn-mini .label,
55
- .btn-mini .badge { top: 0; }
46
+ .btn-mini .badge,
47
+ .btn-mini .label { top: 0; }
48
+ .badge.badge-outline,
49
+ .label.label-outline {
50
+ background: transparent;
51
+ border: 1px solid rgba(136,153,166,1);
52
+ color: rgba(136,153,166,1);
53
+ padding: 6px;
54
+ }
55
+ .badge-blue.badge-outline,
56
+ .label-blue.label-outline {
57
+ border-color: rgba(15,135,226,1);
58
+ color: rgba(15,135,226,1);
59
+ }
60
+ .badge-green.badge-outline,
61
+ .label-green.label-outline {
62
+ border-color: rgba(112,169,13,1);
63
+ color: rgba(112,169,13,1);
64
+ }
65
+ .badge-orange.badge-outline,
66
+ .label-orange.label-outline {
67
+ border-color: rgba(232,126,15,1);
68
+ color: rgba(232,126,15,1);
69
+ }
70
+ .badge-purple.badge-outline,
71
+ .label-purple.label-outline {
72
+ border-color: rgba(117,73,170,1);
73
+ color: rgba(117,73,170,1);
74
+ }
75
+ .badge-red.badge-outline,
76
+ .label-red.label-outline {
77
+ border-color: rgba(218,79,46,1);
78
+ color: rgba(218,79,46,1);
79
+ }
80
+ .badge-yellow.badge-outline,
81
+ .label-yellow.label-outline {
82
+ border-color: rgba(255,217,15,1);
83
+ color: rgba(255,217,15,1);
84
+ }
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: 3.5.2
4
+ version: 3.6.0
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-12-08 00:00:00.000000000 Z
11
+ date: 2014-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler