scrivito_icon_box_widget 1.1.3 → 1.1.4

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: f956d0b4c18ffffe14a2988149f788a2dec89288
4
- data.tar.gz: e48bafbbd7c8b63b6866afbe11831fa3baee2b32
3
+ metadata.gz: e90cd3c4c3a0aa2435f605368d8ab6d2ecf3cf38
4
+ data.tar.gz: 9f9643a20f4c3aea33edb9b0db4b1501ad15090e
5
5
  SHA512:
6
- metadata.gz: 26ad7dc23e7ca49fce65c96d67c5ec30e8729f2b9fbd59560207582b275971100d53b4dc346b901a4519357f16e09721bd67014053271c26eb2721fd271afd1e
7
- data.tar.gz: 3a88b3e17721d448e988c731c4bb01e14975fc8bf76ea6392d6eac0cf725340a1a0c0346f5d82d1dbca2694ea2e94ac5a78b70338492bd6eacf1778b18ec3407
6
+ metadata.gz: 302ecd968d39f7693c06d78f8d160e0400f1f3d204d835beede2407cf2f8b53d2835f66a8772ea300864a4d2d5983bb7a3e58ee5386934c41d62f091ddf8d01d
7
+ data.tar.gz: 35b05a24037dd1a4bda26d5abcd528ad98ca76437045e7d8008e7c0e664c1bca7a7d5013e09a90d635a209bc8b6e34faad1d87741c1f14f96bf621352ad6def9
@@ -33,33 +33,41 @@
33
33
 
34
34
  /* icon colors */
35
35
  i.transparent {
36
+ background-color: transparent !important;
36
37
  color: transparent !important;
37
38
  }
38
39
 
39
40
  i.black {
41
+ background-color: transparent !important;
40
42
  color: #33312d !important;
41
43
  }
42
44
 
43
45
  i.gray {
46
+ background-color: transparent !important;
44
47
  color: #a0a0a0 !important;
45
48
  }
46
49
 
47
50
  i.light-gray {
51
+ background-color: transparent !important;
48
52
  color: #eee !important;
49
53
  }
50
54
 
51
55
  i.red {
56
+ background-color: transparent !important;
52
57
  color: #c5463f !important;
53
58
  }
54
59
 
55
60
  i.green {
61
+ background-color: transparent !important;
56
62
  color: #439439 !important;
57
63
  }
58
64
 
59
65
  i.blue {
66
+ background-color: transparent !important;
60
67
  color: #3f86ac !important;
61
68
  }
62
69
 
63
70
  i.yellow {
71
+ background-color: transparent !important;
64
72
  color: #e1d00e !important;
65
73
  }
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_icon_box_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler