flashgrid 1.0.3 → 1.0.4
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 623445a3a432d73c61943bec55a54eb394dce589
|
|
4
|
+
data.tar.gz: 88962c57d345321128888fab9161be10b769ee65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 845dc55e5a722f128c2b118d1af73f8e3dedfe3cbb65c59341ad83b0c6815d45c99e3d7e7741fd9318ce75ab941a1143626244c09ddb1b8f5af3de1121b5a26b
|
|
7
|
+
data.tar.gz: 3ca7cf9fe188deef2f66a2b283e51f778aef95d86f7ac7e294a490e76e3dd848e66f21f586226548f7c73f803e28d1ac413e8a556285e842c3142938877ab150
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
.datepicker.datepicker-orient-bottom:before {
|
|
36
36
|
bottom: -7px;
|
|
37
37
|
border-bottom: 0;
|
|
38
|
-
|
|
38
|
+
border-top: 7px solid rgba(246,247,249,1);
|
|
39
39
|
}
|
|
40
40
|
.datepicker.datepicker-orient-bottom:after {
|
|
41
41
|
bottom: -6px;
|
|
42
42
|
border-bottom: 0;
|
|
43
|
-
|
|
43
|
+
border-top: 6px rgba(246,247,249,1);
|
|
44
44
|
}
|
|
45
45
|
.dow { font-weight: bold; }
|
|
46
46
|
.datepicker > div { display: none; }
|
|
@@ -48,21 +48,25 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
-webkit-touch-callout: none;
|
|
50
50
|
-webkit-user-select: none;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
user-select: none;
|
|
51
|
+
-moz-user-select: none;
|
|
52
|
+
-ms-user-select: none;
|
|
53
|
+
user-select: none;
|
|
55
54
|
width: 100%;
|
|
56
55
|
}
|
|
57
|
-
.datepicker td,
|
|
58
56
|
.datepicker th {
|
|
59
57
|
height: 20px;
|
|
60
58
|
text-align: center;
|
|
61
59
|
width: 20px;
|
|
62
60
|
}
|
|
61
|
+
.datepicker td {
|
|
62
|
+
height: 22px;
|
|
63
|
+
line-height: 16px;
|
|
64
|
+
text-align: center;
|
|
65
|
+
width: 20px;
|
|
66
|
+
}
|
|
63
67
|
.datepicker td.day:hover {
|
|
64
68
|
background-color: rgba(58,144,216,1);
|
|
65
|
-
border-radius:
|
|
69
|
+
border-radius: 500px;
|
|
66
70
|
color: rgba(255,255,255,1);
|
|
67
71
|
cursor: pointer;
|
|
68
72
|
}
|
|
@@ -82,8 +86,8 @@
|
|
|
82
86
|
.datepicker td.active:hover.disabled,
|
|
83
87
|
.datepicker td.active[disabled],
|
|
84
88
|
.datepicker td.active:hover[disabled] {
|
|
85
|
-
background-color: rgba(
|
|
86
|
-
border-radius:
|
|
89
|
+
background-color: rgba(122,179,23,1);
|
|
90
|
+
border-radius: 500px;
|
|
87
91
|
color: rgba(255,255,255,1);
|
|
88
92
|
}
|
|
89
93
|
.datepicker td span {
|
|
@@ -119,4 +123,5 @@
|
|
|
119
123
|
border-radius: 2px;
|
|
120
124
|
color: rgba(255,255,255,1);
|
|
121
125
|
cursor: pointer;
|
|
122
|
-
}
|
|
126
|
+
}
|
|
127
|
+
.datepicker-dropdown.dropdown-menu { padding: 0; }
|
|
@@ -26,6 +26,7 @@ label {
|
|
|
26
26
|
margin: 5px 0 5px 0;
|
|
27
27
|
}
|
|
28
28
|
textarea,
|
|
29
|
+
input[disabled],
|
|
29
30
|
input[type="text"],
|
|
30
31
|
input[type="password"],
|
|
31
32
|
input[type="datetime"],
|
|
@@ -150,6 +151,7 @@ select:focus:invalid {
|
|
|
150
151
|
input:focus:invalid:focus,
|
|
151
152
|
textarea:focus:invalid:focus,
|
|
152
153
|
select:focus:invalid:focus { border-color: rgba(254,79,50,1); }
|
|
154
|
+
input[disabled] { background-color: rgba(246,247,249,1); }
|
|
153
155
|
.form-header {
|
|
154
156
|
border-bottom: 1px solid rgba(236,238,241,1);
|
|
155
157
|
margin-bottom: 30px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flashgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|