kuppayam 0.2.4.pre.materialize → 0.2.5.pre.materialize

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
  SHA256:
3
- metadata.gz: 10f7fcc47e2410f7a21e05030c53fd4811b4db9ce15923e3c8487a241c8a5f3f
4
- data.tar.gz: 733648171699ac3eafd7b046c2de8709bef455dce54c6e8faf70f7767dc65573
3
+ metadata.gz: ca032ea4f2e4542b6dc21f026cfde880b9664ee65478a4237073bec217d59bca
4
+ data.tar.gz: ed793632565661247012e0e618f4cbac23576109159169a3fd49a38c6119d724
5
5
  SHA512:
6
- metadata.gz: b2b891f761cd10a6abf778fb1e73d4c1c94219d0e85f065f795a91dba71368083c49cf5478df5181d3d022a5b293c5be0f43490ff0e337b1886dcdfd08a4905e
7
- data.tar.gz: f77b55a513cf2ea8ea499e2750bc320260d648c681b8b79c5e288644e4cdda720fa29057e6783bcfae4324285f6d04df8499370f428497d6522f7a7a8765dbfc
6
+ metadata.gz: 0ced6a709aa97776d4baab149e6a72f3e073705492f3ebd2241610f33a40c8a3eadb73bfa58f109823cbe1727d6c9ce5bdd4a9bbeb0d918456a68ca3172c79b6
7
+ data.tar.gz: f32733e64a1e3895be371e2fc2ce3a3557b83a879726976e41bd3d1f7bf410dd715121ca65e4fcad69c06c31fb3e578c399b86d990c186be3e4954881c7c2b93
@@ -24,5 +24,11 @@
24
24
  //= require_self
25
25
 
26
26
  $(document).ready(function(){
27
- $('.tooltip-btn').tooltip();
27
+ $('.tooltip-btn').tooltip();
28
+
29
+ $('#printing_device_color').change(function() {
30
+ $('.color-input').hide();
31
+ $('.' + $(this).val()).show();
32
+ });
33
+
28
34
  });
@@ -189,17 +189,20 @@ aside.sidebar ul a.active, aside.sidebar ul a:hover,aside.sidebar ul a.active sp
189
189
  }
190
190
 
191
191
 
192
- .progress-start{
192
+ .status-done{
193
+ background-color: #5bc0de;
194
+ color: #fff;
195
+ }
196
+ .status-in-progress{
193
197
  background-color: #007ec5;
194
198
  color: #fff;
195
- border-right: 1px solid #fff;
196
199
  }
197
- .progress-not-start{
200
+ .status-uncompleted{
198
201
  background-color: #d8d8d8;
199
202
  color: #000;
200
- border-right: 1px solid #fff;
201
203
  }
202
204
 
205
+
203
206
  /* .count-box{
204
207
  padding: 2px 5px;
205
208
  background-color: #007ec6;
@@ -501,6 +504,12 @@ border-top: 0px !important;
501
504
  padding: 10px;
502
505
  }
503
506
 
507
+
508
+ .page-login input.form-control {
509
+ border: 0px solid #fff !important;
510
+ }
511
+
512
+
504
513
  .popup-profile-img{
505
514
  width: 100px;
506
515
  height: 100px;
@@ -823,4 +832,6 @@ border-top: 0px !important;
823
832
  .form-accodian.panel-group .panel .panel-title a i {
824
833
  float: right;
825
834
  }
826
- /*form Accodian*/
835
+ /*form Accodian*/
836
+
837
+
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.2.4.pre.materialize'
2
+ VERSION = '0.2.5.pre.materialize'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuppayam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4.pre.materialize
4
+ version: 0.2.5.pre.materialize
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-24 00:00:00.000000000 Z
11
+ date: 2018-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails