effective_bootstrap 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/effective_datetime/bootstrap-datetimepicker.js +1 -2
- data/app/assets/stylesheets/effective_datetime/bootstrap-datetimepicker.scss +1 -1
- data/app/assets/stylesheets/effective_datetime/overrides.scss +9 -9
- data/lib/effective_bootstrap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2bd41756c5c1fae0e7d1ebeaf54a28ed5b84030
|
4
|
+
data.tar.gz: 6728f1c21170b86baa0d9e22358a34b774fa0d52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcfb2e40dcd8868f324540957b193e158e35659b2eca8794c8aba2c9cf2435fb71d51a5f46174f37a26cd31915d081fe6e374d1f5c7cb4d68b079905cf5a6429
|
7
|
+
data.tar.gz: 946e109fc6049fa9a3014981ba6592d96b10d1458f9892fdb12ea8bd5d40404557af2130e0ab0f6767d2af27e7562ce529adfb3ff259aa306d5f050d6a164a77
|
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! version : 4.17.
|
1
|
+
/*! version : 4.17.47
|
2
2
|
=========================================================
|
3
3
|
bootstrap-datetimejs
|
4
4
|
https://github.com/Eonasdan/bootstrap-datetimepicker
|
@@ -947,7 +947,6 @@
|
|
947
947
|
|
948
948
|
input.blur();
|
949
949
|
|
950
|
-
currentViewMode = 0;
|
951
950
|
viewDate = date.clone();
|
952
951
|
|
953
952
|
return picker;
|
@@ -4,15 +4,15 @@
|
|
4
4
|
|
5
5
|
.glyphicon { background-repeat: no-repeat; }
|
6
6
|
|
7
|
-
.glyphicon-chevron-up {
|
8
|
-
.glyphicon-chevron-down {
|
9
|
-
.glyphicon-chevron-left {
|
10
|
-
.glyphicon-chevron-right {
|
11
|
-
.glyphicon-time {
|
12
|
-
.glyphicon-calendar {
|
13
|
-
.glyphicon-
|
14
|
-
.glyphicon-
|
15
|
-
.glyphicon-
|
7
|
+
.glyphicon-chevron-up:after { content: asset-data-url('icons/chevron-up.svg'); }
|
8
|
+
.glyphicon-chevron-down:after { content: asset-data-url('icons/chevron-down.svg'); }
|
9
|
+
.glyphicon-chevron-left:after { content: asset-data-url('icons/chevron-left.svg'); }
|
10
|
+
.glyphicon-chevron-right:after { content: asset-data-url('icons/chevron-right.svg'); }
|
11
|
+
.glyphicon-time:after { content: asset-data-url('icons/clock.svg'); }
|
12
|
+
.glyphicon-calendar:after { content: asset-data-url('icons/calendar.svg'); }
|
13
|
+
.glyphicon-trash:after { content: asset-data-url('icons/trash.svg'); }
|
14
|
+
.glyphicon-close:after { content: asset-data-url('icons/x.svg'); }
|
15
|
+
.glyphicon-screenshot:after { content: asset-data-url('icons/sunset.svg'); }
|
16
16
|
}
|
17
17
|
|
18
18
|
.bootstrap-datetimepicker-widget table td,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|