active_frontend 12.4.30 → 12.4.31

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: 958e359916dd21910882a8f84fa7d051024c739c
4
- data.tar.gz: 92e031d1ea313edfe70c075e1fd325f32f7a224c
3
+ metadata.gz: 51bea86b01022c30c0e531b3feb382a917f677ca
4
+ data.tar.gz: 66d2624f0b96e321d18a86da9de6d4c8f83e3650
5
5
  SHA512:
6
- metadata.gz: 62ec4159aad99d07377face1dcdf932ab25ea3a6e590c179c53d7961435b85b603d17c4ff405880db762ab498bfbe87393a9619861bd5e8caad69a1f37567418
7
- data.tar.gz: 28d1e1636998a3ee92ed662e4bf3efcbebcb3d67ea2324523b9cbdddb582a1410df30f953ce2ac9092c2bd0d543b22ed26457f19c9fa1f1ec5f6ffc7722e7be4
6
+ metadata.gz: 63abbed256144104f033c7b418dee51fed6635afc49468bbf7778ccfaeb9df3b535141199733c447c4738ff3f5b94b0b57b56dde8e193b8f90906930bf228717
7
+ data.tar.gz: ed842a982568e2c8a33ce0ee37b8b0150615c1629fc32014d0e193f46bcaa9b365574130bea6ee0b1206db336f61ffd5dc8d4809b84beb8d9552d6d1e7814fa4
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.30"
2
+ VERSION = "12.4.31"
3
3
  end
@@ -29,12 +29,16 @@
29
29
  top: -100%;
30
30
  }
31
31
  .modal.fade.in { top: 15%; }
32
- .modal form { border-color: inherit; }
32
+ .modal form {
33
+ border-color: inherit;
34
+ color: inherit;
35
+ }
33
36
  .modal-header {
34
37
  border-bottom: 1px solid;
35
38
  border-color: inherit;
36
39
  border-top-right-radius: 3px;
37
40
  border-top-left-radius: 3px;
41
+ color: inherit;
38
42
  padding: 23px 15px 20px 15px;
39
43
  }
40
44
  .modal-header > h1,
@@ -43,6 +47,7 @@
43
47
  .modal-header > h4,
44
48
  .modal-header > h5,
45
49
  .modal-header > h6 {
50
+ color: inherit;
46
51
  font-size: 14px;
47
52
  letter-spacing: 1px;
48
53
  line-height: 1;
@@ -52,6 +57,7 @@
52
57
  text-transform: uppercase;
53
58
  }
54
59
  .modal-body {
60
+ color: inherit;
55
61
  max-height: 300px;
56
62
  overflow-y: auto;
57
63
  padding: 15px 18px;
@@ -63,6 +69,7 @@
63
69
  border-color: inherit;
64
70
  border-bottom-right-radius: 3px;
65
71
  border-bottom-left-radius: 3px;
72
+ color: inherit;
66
73
  }
67
74
  .modal-footer:after { clear: both; }
68
75
  .modal-footer-btn {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.30
4
+ version: 12.4.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez