flashgrid 1.0.16 → 1.0.17
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: bb566e53751478335962d422bf63bda966a2739e
|
|
4
|
+
data.tar.gz: 1847505073e4bd2753699cdfb3e2b12c4faa32b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ca3e66cd776fa8038c8b60997e9cf50ce2edb9c663fce3e1e63d541c2044c38281f5fe16656424dc18044830f6f12d70207c0f3c989e4126a9948aa8c54c0c6
|
|
7
|
+
data.tar.gz: 6b2a7d53aedbf08e94fcb9026284d6205260a73f9c5031421969cafbcd38bb6385116026a49303a18c0b0c68dd897f023fd046f0e5aefb8d73cd15b97d874d64
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -42,11 +42,7 @@
|
|
|
42
42
|
transition: all 0.1s linear;
|
|
43
43
|
}
|
|
44
44
|
.btn[disabled],
|
|
45
|
-
.btn[disabled]:hover {
|
|
46
|
-
color: rgba(158,171,179,1);
|
|
47
|
-
background: rgba(246,248,251,1);
|
|
48
|
-
border-color: rgba(206,208,211,1);
|
|
49
|
-
}
|
|
45
|
+
.btn[disabled]:hover { cursor: not-allowed; }
|
|
50
46
|
|
|
51
47
|
/* #Button Sizes
|
|
52
48
|
================================================== */
|
|
@@ -89,53 +85,24 @@ input.btn-block {
|
|
|
89
85
|
border-color: rgba(11,14,24,1);
|
|
90
86
|
}
|
|
91
87
|
.btn-black:hover { background: rgba(51,54,64,1); }
|
|
92
|
-
.btn-black[disabled],
|
|
93
|
-
.btn-black[disabled]:hover {
|
|
94
|
-
background: rgba(101,104,114,1);
|
|
95
|
-
border-color: rgba(61,64,74,1);
|
|
96
|
-
color: rgba(255,255,255,1);
|
|
97
|
-
}
|
|
98
88
|
.btn-blue {
|
|
99
89
|
background: rgba(85,115,194,1);
|
|
100
90
|
border-color: rgba(25,55,134,1);
|
|
101
91
|
}
|
|
102
92
|
.btn-blue:hover { background: rgba(70,100,179,1); }
|
|
103
|
-
.btn-blue[disabled],
|
|
104
|
-
.btn-blue[disabled]:hover {
|
|
105
|
-
background: rgba(125,155,234,1);
|
|
106
|
-
border-color: rgba(75,105,184,1);
|
|
107
|
-
color: rgba(255,255,255,1);
|
|
108
|
-
}
|
|
109
93
|
.btn-green {
|
|
110
94
|
background: rgba(75,180,122,1);
|
|
111
95
|
border-color: rgba(25,130,72,1);
|
|
112
96
|
color: rgba(255,255,255,1);
|
|
113
97
|
}
|
|
114
98
|
.btn-green:hover { background: rgba(65,170,112,1); }
|
|
115
|
-
.btn-green[disabled],
|
|
116
|
-
.btn-green[disabled]:hover {
|
|
117
|
-
background: rgba(105,210,152,1);
|
|
118
|
-
border-color: rgba(55,160,132,1);
|
|
119
|
-
color: rgba(255,255,255,1);
|
|
120
|
-
}
|
|
121
99
|
.btn-red {
|
|
122
100
|
background: rgba(220,74,56,1);
|
|
123
101
|
border-color: rgba(180,34,16,1);
|
|
124
102
|
}
|
|
125
103
|
.btn-red:hover { background: rgba(210,64,46,1); }
|
|
126
|
-
.btn-red[disabled],
|
|
127
|
-
.btn-red[disabled]:hover {
|
|
128
|
-
background: rgba(240,94,76,1);
|
|
129
|
-
border-color: rgba(200,54,36,1);
|
|
130
|
-
color: rgba(255,255,255,1);
|
|
131
|
-
}
|
|
132
104
|
.btn-white { background: rgba(255,255,255,1); }
|
|
133
105
|
.btn-white:hover { background: rgba(226,228,231,1); }
|
|
134
|
-
.btn-white[disabled],
|
|
135
|
-
.btn-white[disabled]:hover {
|
|
136
|
-
background: rgba(250,250,250,1);
|
|
137
|
-
border-color: rgba(216,218,221,1);
|
|
138
|
-
}
|
|
139
106
|
|
|
140
107
|
/* #Button Links
|
|
141
108
|
================================================== */
|
|
@@ -108,7 +108,7 @@ select {
|
|
|
108
108
|
color: rgba(33,40,43,1);
|
|
109
109
|
font-size: 100%;
|
|
110
110
|
margin-bottom: 5px;
|
|
111
|
-
padding: 13px 0 10px
|
|
111
|
+
padding: 13px 0 10px 10px;
|
|
112
112
|
text-indent: 0;
|
|
113
113
|
text-transform: capitalize;
|
|
114
114
|
width: 100%;
|
|
@@ -163,6 +163,7 @@ select[disabled],
|
|
|
163
163
|
.uneditable-input {
|
|
164
164
|
background-color: rgba(246,247,249,1);
|
|
165
165
|
color: rgba(158,171,179,1);
|
|
166
|
+
cursor: not-allowed;
|
|
166
167
|
}
|
|
167
168
|
.uneditable-input { font-weight: normal; }
|
|
168
169
|
input.form-input-initial-width,
|
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.17
|
|
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-03-
|
|
11
|
+
date: 2014-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|