anjlab-widgets 3.0.4 → 3.0.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be4fe9008efea9d8fe0d53a1f504c36a4d66e1c3
|
4
|
+
data.tar.gz: b545c5d22c3f9d4f53bdc4abcda0091dbadae6a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6d1b566f6c629b817393a1f9a221dd22628d3a4a0005ce56a88272c7ff5bf0ffb3bc05de5acb129e0f04dca26503eda1cfbd4ff2ddf56b7b8c1cb7c8a5a7400
|
7
|
+
data.tar.gz: 4b542e6c0dfa25a06b6be673d89c1e5fabb7a38e0c4ab12e6b4aa90352325a416a08826d9fd359eedc627784d78f9e03ce799ff880260a40b9b5e9e2910c058c
|
@@ -75,7 +75,9 @@
|
|
75
75
|
}
|
76
76
|
}
|
77
77
|
|
78
|
-
|
78
|
+
.datepicker td.active,.datepicker td.active:hover, .datepicker span.active {
|
79
|
+
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
|
80
|
+
}
|
79
81
|
|
80
82
|
.input-append,
|
81
83
|
.input-prepend {
|
@@ -33,4 +33,6 @@
|
|
33
33
|
}
|
34
34
|
}
|
35
35
|
|
36
|
-
|
36
|
+
.timepicker a.active,.timepicker a.active:hover {
|
37
|
+
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
|
38
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anjlab-widgets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yury Korolev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: anjlab-bootstrap-rails
|