flashgrid 4.0.1 → 4.0.2

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: 0abcc0398ac203da8bbb35af2c2fd809f9d7ce1d
4
- data.tar.gz: 7ba992037691c8183d466fb940cad2adbfef1247
3
+ metadata.gz: 67b6369281cce2d632939400055265e68dc3c765
4
+ data.tar.gz: d64cb5d7aa022fe1b5890c4d2a43fdba139fb5e9
5
5
  SHA512:
6
- metadata.gz: 012fd587b486cab3433863a00894516e2bcd88c628e29632b1cebb45574e5077b1529b36efa60c54fc8ad25902db0b4c3f0bfb44121f0cec5eacf023d3154114
7
- data.tar.gz: 50b4a4f7ddec1029b1c4e67fcdd2404d1aef0d5cdab3cdc6f92929eed933ae6abaad3a4ad7f20602b0475c2cce57e5697f2d8a63fbd090d58b098feaefefb6e9
6
+ metadata.gz: a491c2bfc8eb9892198b2a96b6d50d5df0f99fb42603a21e8af72e537d0ea94eddd1225101435b0d88bcf6771df5f6a33d20e5d6c672abe298593ea1d56e11aa
7
+ data.tar.gz: 0a2c127ea739b495bd8e6b66afd8013d4169142a8394b4603d0ddaae7903d59b061b974ffca7924faee38b7557d2f241e12ac44c8b56997a4ef205cf5a64dc4d
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.2"
3
3
  end
@@ -98,28 +98,11 @@ input.btn-block {
98
98
 
99
99
  /* #Button Colors
100
100
  ================================================== */
101
- .btn-black,
102
- .btn-black[disabled],
103
- .btn-black[disabled]:hover,
104
- .btn-blue,
105
- .btn-blue[disabled],
106
- .btn-blue[disabled]:hover,
107
- .btn-green,
108
- .btn-green[disabled],
109
- .btn-green[disabled]:hover,
110
- .btn-orange,
111
- .btn-orange[disabled],
112
- .btn-orange[disabled]:hover,
113
- .btn-purple,
114
- .btn-purple[disabled],
115
- .btn-purple[disabled]:hover,
116
- .btn-red,
117
- .btn-red[disabled],
118
- .btn-red[disabled]:hover { color: rgba(255,255,255,1); }
119
101
  .btn-black {
120
102
  background: rgba(56,67,81,1);
121
103
  border-color: rgba(6,17,31,1);
122
104
  box-shadow: inset 0 1px 0 rgba(86,97,111,1);
105
+ color: rgba(255,255,255,1);
123
106
  }
124
107
  .btn-black:active,
125
108
  .btn-black.active,
@@ -127,11 +110,15 @@ input.btn-block {
127
110
  .btn-black:focus,
128
111
  .btn-black[disabled],
129
112
  .btn-black[disabled]:hover,
130
- .open > .dropdown-toggle.btn-black { background: rgba(66,77,91,1); }
113
+ .open > .dropdown-toggle.btn-black {
114
+ background: rgba(66,77,91,1);
115
+ color: rgba(255,255,255,1);
116
+ }
131
117
  .btn-blue {
132
118
  background: rgba(15,135,226,1);
133
119
  border-color: rgba(0,120,211,1);
134
120
  box-shadow: inset 0 1px 0 rgba(45,165,255,1);
121
+ color: rgba(255,255,255,1);
135
122
  }
136
123
  .btn-blue:active,
137
124
  .btn-blue.active,
@@ -139,11 +126,15 @@ input.btn-block {
139
126
  .btn-blue:focus,
140
127
  .btn-blue[disabled],
141
128
  .btn-blue[disabled]:hover,
142
- .open > .dropdown-toggle.btn-blue { background: rgba(25,145,236,1); }
129
+ .open > .dropdown-toggle.btn-blue {
130
+ background: rgba(25,145,236,1);
131
+ color: rgba(255,255,255,1);
132
+ }
143
133
  .btn-green {
144
134
  background: rgba(89,168,15,1);
145
135
  border-color: rgba(74,153,0,1);
146
136
  box-shadow: inset 0 1px 0 rgba(119,198,45,1);
137
+ color: rgba(255,255,255,1);
147
138
  }
148
139
  .btn-green:active,
149
140
  .btn-green.active,
@@ -151,11 +142,15 @@ input.btn-block {
151
142
  .btn-green:focus,
152
143
  .btn-green[disabled],
153
144
  .btn-green[disabled]:hover,
154
- .open > .dropdown-toggle.btn-green { background: rgba(99,178,25,1); }
145
+ .open > .dropdown-toggle.btn-green {
146
+ background: rgba(99,178,25,1);
147
+ color: rgba(255,255,255,1);
148
+ }
155
149
  .btn-orange {
156
150
  background: rgba(232,126,15,1);
157
151
  border-color: rgba(202,96,0,1);
158
152
  box-shadow: inset 0 1px 0 rgba(252,146,35,1);
153
+ color: rgba(255,255,255,1);
159
154
  }
160
155
  .btn-orange:active,
161
156
  .btn-orange.active,
@@ -163,11 +158,15 @@ input.btn-block {
163
158
  .btn-orange:focus,
164
159
  .btn-orange[disabled],
165
160
  .btn-orange[disabled]:hover,
166
- .open > .dropdown-toggle.btn-orange { background: rgba(242,136,25,1); }
161
+ .open > .dropdown-toggle.btn-orange {
162
+ background: rgba(242,136,25,1);
163
+ color: rgba(255,255,255,1);
164
+ }
167
165
  .btn-purple {
168
166
  background: rgba(117,73,170,1);
169
167
  border-color: rgba(97,43,130,1);
170
168
  box-shadow: inset 0 1px 0 rgba(137,93,190,1);
169
+ color: rgba(255,255,255,1);
171
170
  }
172
171
  .btn-purple:active,
173
172
  .btn-purple.active,
@@ -175,11 +174,15 @@ input.btn-block {
175
174
  .btn-purple:focus,
176
175
  .btn-purple[disabled],
177
176
  .btn-purple[disabled]:hover,
178
- .open > .dropdown-toggle.btn-purple { background: rgba(127,83,180,1); }
177
+ .open > .dropdown-toggle.btn-purple {
178
+ background: rgba(127,83,180,1);
179
+ color: rgba(255,255,255,1);
180
+ }
179
181
  .btn-red {
180
182
  background: rgba(218,79,46,1);
181
183
  border-color: rgba(188,49,16,1);
182
184
  box-shadow: inset 0 1px 0 rgba(248,109,106,1);
185
+ color: rgba(255,255,255,1);
183
186
  }
184
187
  .btn-red:active,
185
188
  .btn-red.active,
@@ -187,19 +190,30 @@ input.btn-block {
187
190
  .btn-red:focus,
188
191
  .btn-red[disabled],
189
192
  .btn-red[disabled]:hover,
190
- .open > .dropdown-toggle.btn-red { background: rgba(228,89,56,1); }
191
- .btn-white { background: rgba(255,255,255,1); }
193
+ .open > .dropdown-toggle.btn-red {
194
+ background: rgba(228,89,56,1);
195
+ color: rgba(255,255,255,1);
196
+ }
197
+ .btn-white {
198
+ background: rgba(255,255,255,1);
199
+ border-color: rgba(255,255,255,1);
200
+ color: rgba(255,255,255,1);
201
+ }
192
202
  .btn-white:active,
193
203
  .btn-white.active,
194
204
  .btn-white:hover,
195
205
  .btn-white:focus,
196
206
  .btn-white[disabled],
197
207
  .btn-white[disabled]:hover,
198
- .open > .dropdown-toggle.btn-white { background: rgba(246,247,249,1); }
208
+ .open > .dropdown-toggle.btn-white {
209
+ background: rgba(246,247,249,1);
210
+ color: rgba(246,247,249,1);
211
+ }
199
212
  .btn-yellow {
200
213
  background: rgba(255,217,15,1);
201
214
  border-color: rgba(240,202,0,1);
202
215
  box-shadow: inset 0 1px 0 rgba(255,237,35,1);
216
+ color: rgba(255,255,255,1);
203
217
  }
204
218
  .btn-yellow:active,
205
219
  .btn-yellow.active,
@@ -207,7 +221,10 @@ input.btn-block {
207
221
  .btn-yellow:focus,
208
222
  .btn-yellow[disabled],
209
223
  .btn-yellow[disabled]:hover,
210
- .open > .dropdown-toggle.btn-blue { background: rgba(255,227,25,1); }
224
+ .open > .dropdown-toggle.btn-blue {
225
+ background: rgba(255,227,25,1);
226
+ color: rgba(255,255,255,1);
227
+ }
211
228
 
212
229
  /* #Button Links
213
230
  ================================================== */
@@ -485,9 +502,9 @@ input.btn-block {
485
502
  ================================================== */
486
503
  [data-toggle="buttons"] > .btn > input[type="radio"],
487
504
  [data-toggle="buttons"] > .btn > input[type="checkbox"] {
505
+ opacity: 0;
488
506
  position: absolute;
489
507
  z-index: -1;
490
- opacity: 0;
491
508
  }
492
509
 
493
510
  /* #Media Queries
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: 4.0.1
4
+ version: 4.0.2
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-12-23 00:00:00.000000000 Z
11
+ date: 2014-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler