active_frontend 6.4.1 → 6.4.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: 4a530498eb06713de7b483dd818d6120a710d5db
4
- data.tar.gz: 0035072965327faeeb2be28e3dbc302a7e903729
3
+ metadata.gz: 20852e6b91c190d543327a705a4dbae0af9bc689
4
+ data.tar.gz: 839f2c5878f7c2fb4defe2b477540fd7e0f809f8
5
5
  SHA512:
6
- metadata.gz: 17f3cbbbe3c32b43a8089d59740fbd0e6c6baf79047dcb09dfdb35337862363602dbf67493fe8b774dddfe634b7e7d044b39625e5e6a444b1dc4e1cc198f7c8e
7
- data.tar.gz: b30cc8822c8d5d89186491a8f362ccac196992a8bac380570ee684fed368eb0480128c8723ebb74c1c5b1bf8c4496328cc714586ec9efc9d895ff608ed6d377e
6
+ metadata.gz: 74d1f1440d4940dfc4a8b360977d2fbf9b3702ac22400572d03c64d199bfad768ab6852062ce4c406f823242bf4f471a6dd70f7ea95798e5545eebc02bdc29f3
7
+ data.tar.gz: 827cdca2a4b3f7e9f9777b2ee3ae27ffeb613c84fca6e9e5cf44d741b0fe7a21477a77659d9f0b477c944c5f5ab2b41ad3785628cce168ab3e6d573f29e931d4
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "6.4.1"
2
+ VERSION = "6.4.2"
3
3
  end
@@ -45,8 +45,8 @@
45
45
  right: initial;
46
46
  }
47
47
  .aside-header {
48
- background: rgba(35,41,55,1);
49
- border-bottom: 2px solid rgba(0,0,0,0.2);
48
+ background: rgba(255,255,255,1);
49
+ border-bottom: 1px solid rgba(230,237,242,1);
50
50
  margin: 0;
51
51
  padding: 21px 0px 19px 0px;
52
52
  position: absolute;
@@ -57,7 +57,7 @@
57
57
  z-index: 1051;
58
58
  }
59
59
  .aside-header > h3 {
60
- color: rgba(255,255,255,1);
60
+ color: rgba(35,41,55,1);
61
61
  font-size: 14px;
62
62
  letter-spacing: 1px;
63
63
  line-height: 14px;
@@ -15,7 +15,9 @@
15
15
  font-weight: bold;
16
16
  }
17
17
  .breadcrumb > li > a { color: rgba(35,41,55,1); }
18
- .breadcrumb > li > a:hover { color: $primary-color; }
18
+ .breadcrumb > li > a:hover,
19
+ .breadcrumb > li > a:active,
20
+ .breadcrumb > li > a:focus { color: $primary-color; }
19
21
  .breadcrumb > li > .divider {
20
22
  color: rgba(35,41,55,1);
21
23
  padding: 0 5px;
@@ -42,13 +42,13 @@
42
42
  white-space: nowrap;
43
43
  }
44
44
  .btn:hover,
45
- .btn:focus,
46
45
  .btn:active,
47
46
  .btn.active,
47
+ .btn:focus,
48
48
  .btn[disabled],
49
49
  .btn[disabled]:hover,
50
- .btn[disabled]:focus,
51
50
  .btn[disabled]:active,
51
+ .btn[disabled]:focus,
52
52
  .open > .dropdown-toggle.btn {
53
53
  background: rgba(240,243,245,1);
54
54
  border-color: rgba(240,243,245,1);
@@ -56,8 +56,8 @@
56
56
  }
57
57
  .btn[disabled],
58
58
  .btn[disabled]:hover,
59
- .btn[disabled]:focus,
60
- .btn[disabled]:active {
59
+ .btn[disabled]:active,
60
+ .btn[disabled]:focus, {
61
61
  cursor: not-allowed;
62
62
  pointer-events: none;
63
63
  }
@@ -102,13 +102,13 @@ input.btn-block {
102
102
  border-color: rgba(35,41,55,1);
103
103
  }
104
104
  .btn-black:hover,
105
- .btn-black:focus,
106
105
  .btn-black:active,
107
106
  .btn-black.active,
107
+ .btn-black:focus,
108
108
  .btn-black[disabled],
109
109
  .btn-black[disabled]:hover,
110
- .btn-black[disabled]:focus,
111
110
  .btn-black[disabled]:active,
111
+ .btn-black[disabled]:focus,
112
112
  .open > .dropdown-toggle.btn.btn-black {
113
113
  background: rgba(25,31,45,1);
114
114
  border-color: rgba(25,31,45,1);
@@ -118,13 +118,13 @@ input.btn-block {
118
118
  border-color: rgba(0,102,255,1);
119
119
  }
120
120
  .btn-blue:hover,
121
- .btn-blue:focus,
122
121
  .btn-blue:active,
123
122
  .btn-blue.active,
123
+ .btn-blue:focus,
124
124
  .btn-blue[disabled],
125
125
  .btn-blue[disabled]:hover,
126
- .btn-blue[disabled]:focus,
127
126
  .btn-blue[disabled]:active,
127
+ .btn-blue[disabled]:focus,
128
128
  .open > .dropdown-toggle.btn.btn-blue {
129
129
  background: rgba(0,92,245,1);
130
130
  border-color: rgba(0,92,245,1);
@@ -134,13 +134,13 @@ input.btn-block {
134
134
  border-color: rgba(0,200,0,1);
135
135
  }
136
136
  .btn-green:hover,
137
- .btn-green:focus,
138
137
  .btn-green:active,
139
138
  .btn-green.active,
139
+ .btn-green:focus,
140
140
  .btn-green[disabled],
141
141
  .btn-green[disabled]:hover,
142
- .btn-green[disabled]:focus,
143
142
  .btn-green[disabled]:active,
143
+ .btn-green[disabled]:focus,
144
144
  .open > .dropdown-toggle.btn.btn-green {
145
145
  background: rgba(0,190,0,1);
146
146
  border-color: rgba(0,190,0,1);
@@ -150,13 +150,13 @@ input.btn-block {
150
150
  border-color: rgba(255,82,0,1);
151
151
  }
152
152
  .btn-orange:hover,
153
- .btn-orange:focus,
154
153
  .btn-orange:active,
155
154
  .btn-orange.active,
155
+ .btn-orange:focus,
156
156
  .btn-orange[disabled],
157
157
  .btn-orange[disabled]:hover,
158
- .btn-orange[disabled]:focus,
159
158
  .btn-orange[disabled]:active,
159
+ .btn-orange[disabled]:focus,
160
160
  .open > .dropdown-toggle.btn.btn-orange {
161
161
  background: rgba(245,72,0,1);
162
162
  border-color: rgba(245,72,0,1);
@@ -166,13 +166,13 @@ input.btn-block {
166
166
  border-color: rgba(128,0,255,1);
167
167
  }
168
168
  .btn-purple:hover,
169
- .btn-purple:focus,
170
169
  .btn-purple:active,
171
170
  .btn-purple.active,
171
+ .btn-purple:focus,
172
172
  .btn-purple[disabled],
173
173
  .btn-purple[disabled]:hover,
174
- .btn-purple[disabled]:focus,
175
174
  .btn-purple[disabled]:active,
175
+ .btn-purple[disabled]:focus,
176
176
  .open > .dropdown-toggle.btn.btn-purple {
177
177
  background: rgba(118,0,255,1);
178
178
  border-color: rgba(118,0,255,1);
@@ -182,13 +182,13 @@ input.btn-block {
182
182
  border-color: rgba(240,35,17,1);
183
183
  }
184
184
  .btn-red:hover,
185
- .btn-red:focus,
186
185
  .btn-red:active,
187
186
  .btn-red.active,
187
+ .btn-red:focus,
188
188
  .btn-red[disabled],
189
189
  .btn-red[disabled]:hover,
190
- .btn-red[disabled]:focus,
191
190
  .btn-red[disabled]:active,
191
+ .btn-red[disabled]:focus,
192
192
  .open > .dropdown-toggle.btn.btn-red {
193
193
  background: rgba(230,25,7,1);
194
194
  border-color: rgba(230,25,7,1);
@@ -198,13 +198,13 @@ input.btn-block {
198
198
  border-color: rgba(85,94,113,1);
199
199
  }
200
200
  .btn-smoke:hover,
201
- .btn-smoke:focus,
202
201
  .btn-smoke:active,
203
202
  .btn-smoke.active,
203
+ .btn-smoke:focus,
204
204
  .btn-smoke[disabled],
205
205
  .btn-smoke[disabled]:hover,
206
- .btn-smoke[disabled]:focus,
207
206
  .btn-smoke[disabled]:active,
207
+ .btn-smoke[disabled]:focus,
208
208
  .open > .dropdown-toggle.btn.btn-smoke {
209
209
  background: rgba(75,84,103,1);
210
210
  border-color: rgba(75,84,103,1);
@@ -214,13 +214,13 @@ input.btn-block {
214
214
  border-color: rgba(255,255,255,1);
215
215
  }
216
216
  .btn-white:hover,
217
- .btn-white:focus,
218
217
  .btn-white:active,
219
218
  .btn-white.active,
219
+ .btn-white:focus,
220
220
  .btn-white[disabled],
221
221
  .btn-white[disabled]:hover,
222
- .btn-white[disabled]:focus,
223
222
  .btn-white[disabled]:active,
223
+ .btn-white[disabled]:focus,
224
224
  .open > .dropdown-toggle.btn.btn-white {
225
225
  background: rgba(240,243,245,1);
226
226
  border-color: rgba(240,243,245,1);
@@ -230,13 +230,13 @@ input.btn-block {
230
230
  border-color: rgba(255,245,0,1);
231
231
  }
232
232
  .btn-yellow:hover,
233
- .btn-yellow:focus,
234
233
  .btn-yellow:active,
235
234
  .btn-yellow.active,
235
+ .btn-yellow:focus,
236
236
  .btn-yellow[disabled],
237
237
  .btn-yellow[disabled]:hover,
238
- .btn-yellow[disabled]:focus,
239
238
  .btn-yellow[disabled]:active,
239
+ .btn-yellow[disabled]:focus,
240
240
  .open > .dropdown-toggle.btn.btn-yellow {
241
241
  background: rgba(245,235,0,1);
242
242
  border-color: rgba(245,235,0,1);
@@ -252,13 +252,13 @@ input.btn-block {
252
252
  padding: 0;
253
253
  }
254
254
  .btn-link:hover,
255
- .btn-link:focus,
256
255
  .btn-link:active,
257
256
  .btn-link.active,
257
+ .btn-link:focus,
258
258
  .btn-link[disabled],
259
259
  .btn-link[disabled]:hover,
260
- .btn-link[disabled]:focus,
261
- .btn-link[disabled]:active {
260
+ .btn-link[disabled]:active,
261
+ .btn-link[disabled]:focus, {
262
262
  background: transparent;
263
263
  border-color: transparent;
264
264
  color: rgba(85,94,113,1);
@@ -302,15 +302,15 @@ input.btn-block {
302
302
  .btn-outline,
303
303
  .btn-outline[disabled],
304
304
  .btn-outline[disabled]:hover,
305
- .btn-outline[disabled]:focus,
306
- .btn-outline[disabled]:active {
305
+ .btn-outline[disabled]:active,
306
+ .btn-outline[disabled]:focus {
307
307
  background: transparent;
308
308
  color: rgba(85,94,113,1);
309
309
  }
310
310
  .btn-outline:hover,
311
- .btn-outline:focus,
312
311
  .btn-outline:active,
313
312
  .btn-outline.active,
313
+ .btn-outline:focus,
314
314
  .open > .dropdown-toggle.btn.btn-outline {
315
315
  background: rgba(240,243,245,1);
316
316
  color: rgba(35,41,55,1);
@@ -318,138 +318,135 @@ input.btn-block {
318
318
  .btn-outline.btn-black,
319
319
  .btn-outline.btn-black[disabled],
320
320
  .btn-outline.btn-black[disabled]:hover,
321
- .btn-outline.btn-black[disabled]:focus,
322
- .btn-outline.btn-black[disabled]:active { color: rgba(35,41,55,1); }
321
+ .btn-outline.btn-black[disabled]:active,
322
+ .btn-outline.btn-black[disabled]:focus { color: rgba(35,41,55,1); }
323
323
  .btn-outline.btn-blue,
324
324
  .btn-outline.btn-blue[disabled],
325
325
  .btn-outline.btn-blue[disabled]:hover,
326
- .btn-outline.btn-blue[disabled]:focus,
327
- .btn-outline.btn-blue[disabled]:active { color: rgba(0,102,255,1); }
326
+ .btn-outline.btn-blue[disabled]:active,
327
+ .btn-outline.btn-blue[disabled]:focus { color: rgba(0,102,255,1); }
328
328
  .btn-outline.btn-green,
329
329
  .btn-outline.btn-green[disabled],
330
330
  .btn-outline.btn-green[disabled]:hover,
331
- .btn-outline.btn-green[disabled]:focus,
332
- .btn-outline.btn-green[disabled]:active { color: rgba(0,204,0,1); }
331
+ .btn-outline.btn-green[disabled]:active,
332
+ .btn-outline.btn-green[disabled]:focus { color: rgba(0,204,0,1); }
333
333
  .btn-outline.btn-orange,
334
334
  .btn-outline.btn-orange[disabled],
335
335
  .btn-outline.btn-orange[disabled]:hover,
336
- .btn-outline.btn-orange[disabled]:focus,
337
- .btn-outline.btn-orange[disabled]:active { color: rgba(255,82,0,1); }
336
+ .btn-outline.btn-orange[disabled]:active,
337
+ .btn-outline.btn-orange[disabled]:focus { color: rgba(255,82,0,1); }
338
338
  .btn-outline.btn-purple,
339
339
  .btn-outline.btn-purple[disabled],
340
340
  .btn-outline.btn-purple[disabled]:hover,
341
- .btn-outline.btn-purple[disabled]:focus,
342
- .btn-outline.btn-purple[disabled]:active { color: rgba(128,0,255,1); }
341
+ .btn-outline.btn-purple[disabled]:active,
342
+ .btn-outline.btn-purple[disabled]:focus { color: rgba(128,0,255,1); }
343
343
  .btn-outline.btn-red,
344
344
  .btn-outline.btn-red[disabled],
345
345
  .btn-outline.btn-red[disabled]:hover,
346
- .btn-outline.btn-red[disabled]:focus,
347
- .btn-outline.btn-red[disabled]:active { color: rgba(240,35,17,1); }
346
+ .btn-outline.btn-red[disabled]:active,
347
+ .btn-outline.btn-red[disabled]:focus { color: rgba(240,35,17,1); }
348
348
  .btn-outline.btn-smoke,
349
349
  .btn-outline.btn-smoke[disabled],
350
350
  .btn-outline.btn-smoke[disabled]:hover,
351
- .btn-outline.btn-smoke[disabled]:focus,
352
- .btn-outline.btn-smoke[disabled]:active { color: rgba(85,94,113,1); }
351
+ .btn-outline.btn-smoke[disabled]:active,
352
+ .btn-outline.btn-smoke[disabled]:focus { color: rgba(85,94,113,1); }
353
353
  .btn-outline.btn-white,
354
354
  .btn-outline.btn-white[disabled],
355
355
  .btn-outline.btn-white[disabled]:hover,
356
- .btn-outline.btn-white[disabled]:focus,
357
- .btn-outline.btn-white[disabled]:active { color: rgba(255,255,255,1); }
356
+ .btn-outline.btn-white[disabled]:active,
357
+ .btn-outline.btn-white[disabled]:focus { color: rgba(255,255,255,1); }
358
358
  .btn-outline.btn-yellow,
359
359
  .btn-outline.btn-yellow[disabled],
360
360
  .btn-outline.btn-yellow[disabled]:hover,
361
- .btn-outline.btn-yellow[disabled]:focus,
362
- .btn-outline.btn-yellow[disabled]:active { color: rgba(255,245,0,1); }
363
-
364
-
365
-
361
+ .btn-outline.btn-yellow[disabled]:active,
362
+ .btn-outline.btn-yellow[disabled]:focus { color: rgba(255,245,0,1); }
366
363
  .btn-outline.btn-black:hover,
367
- .btn-outline.btn-black:focus,
368
364
  .btn-outline.btn-black:active,
369
365
  .btn-outline.btn-black.active,
366
+ .btn-outline.btn-black:focus,
370
367
  .open > .dropdown-toggle.btn.btn-outline.btn-black,
371
368
  .btn-outline.btn-blue:hover,
372
- .btn-outline.btn-blue:focus,
373
369
  .btn-outline.btn-blue:active,
374
370
  .btn-outline.btn-blue.active,
371
+ .btn-outline.btn-blue:focus,
375
372
  .open > .dropdown-toggle.btn.btn-outline.btn-blue,
376
373
  .btn-outline.btn-green:hover,
377
- .btn-outline.btn-green:focus,
378
374
  .btn-outline.btn-green:active,
379
375
  .btn-outline.btn-green.active,
376
+ .btn-outline.btn-green:focus,
380
377
  .open > .dropdown-toggle.btn.btn-outline.btn-green,
381
378
  .btn-outline.btn-orange:hover,
382
- .btn-outline.btn-orange:focus,
383
379
  .btn-outline.btn-orange:active,
384
380
  .btn-outline.btn-orange.active,
381
+ .btn-outline.btn-orange:focus,
385
382
  .open > .dropdown-toggle.btn.btn-outline.btn-orange,
386
383
  .btn-outline.btn-purple:hover,
387
- .btn-outline.btn-purple:focus,
388
384
  .btn-outline.btn-purple:active,
389
385
  .btn-outline.btn-purple.active,
386
+ .btn-outline.btn-purple:focus,
390
387
  .open > .dropdown-toggle.btn.btn-outline.btn-purple,
391
388
  .btn-outline.btn-red:hover,
392
- .btn-outline.btn-red:focus,
393
389
  .btn-outline.btn-red:active,
394
390
  .btn-outline.btn-red.active,
391
+ .btn-outline.btn-red:focus,
395
392
  .open > .dropdown-toggle.btn.btn-outline.btn-red,
396
393
  .btn-outline.btn-smoke:hover,
397
- .btn-outline.btn-smoke:focus,
398
394
  .btn-outline.btn-smoke:active,
399
395
  .btn-outline.btn-smoke.active,
396
+ .btn-outline.btn-smoke:focus,
400
397
  .open > .dropdown-toggle.btn.btn-outline.btn-smoke,
401
398
  .btn-outline.btn-yellow:hover,
402
- .btn-outline.btn-yellow:focus,
403
399
  .btn-outline.btn-yellow:active,
404
400
  .btn-outline.btn-yellow.active,
401
+ .btn-outline.btn-yellow:focus,
405
402
  .open > .dropdown-toggle.btn.btn-outline.btn-yellow { color: rgba(255,255,255,1); }
406
403
  .btn-outline.btn-black:hover,
407
- .btn-outline.btn-black:focus,
408
404
  .btn-outline.btn-black:active,
409
405
  .btn-outline.btn-black.active,
406
+ .btn-outline.btn-black:focus,
410
407
  .open > .dropdown-toggle.btn.btn-outline.btn-black { background: rgba(25,31,45,1); }
411
408
  .btn-outline.btn-blue:hover,
412
- .btn-outline.btn-blue:focus,
413
409
  .btn-outline.btn-blue:active,
414
410
  .btn-outline.btn-blue.active,
411
+ .btn-outline.btn-blue:focus,
415
412
  .open > .dropdown-toggle.btn.btn-outline.btn-blue { background: rgba(0,92,245,1); }
416
413
  .btn-outline.btn-green:hover,
417
- .btn-outline.btn-green:focus,
418
414
  .btn-outline.btn-green:active,
419
415
  .btn-outline.btn-green.active,
416
+ .btn-outline.btn-green:focus,
420
417
  .open > .dropdown-toggle.btn.btn-outline.btn-green { background: rgba(0,190,0,1); }
421
418
  .btn-outline.btn-orange:hover,
422
- .btn-outline.btn-orange:focus,
423
419
  .btn-outline.btn-orange:active,
424
420
  .btn-outline.btn-orange.active,
421
+ .btn-outline.btn-orange:focus,
425
422
  .open > .dropdown-toggle.btn.btn-outline.btn-orange { background: rgba(245,72,0,1); }
426
423
  .btn-outline.btn-purple:hover,
427
- .btn-outline.btn-purple:focus,
428
424
  .btn-outline.btn-purple:active,
429
425
  .btn-outline.btn-purple.active,
426
+ .btn-outline.btn-purple:focus,
430
427
  .open > .dropdown-toggle.btn.btn-outline.btn-purple { background: rgba(118,0,255,1); }
431
428
  .btn-outline.btn-red:hover,
432
- .btn-outline.btn-red:focus,
433
429
  .btn-outline.btn-red:active,
434
430
  .btn-outline.btn-red.active,
431
+ .btn-outline.btn-red:focus,
435
432
  .open > .dropdown-toggle.btn.btn-outline.btn-red { background: rgba(230,25,7,1); }
436
433
  .btn-outline.btn-smoke:hover,
437
- .btn-outline.btn-smoke:focus,
438
434
  .btn-outline.btn-smoke:active,
439
435
  .btn-outline.btn-smoke.active,
436
+ .btn-outline.btn-smoke:focus,
440
437
  .open > .dropdown-toggle.btn.btn-outline.btn-smoke { background: rgba(75,84,103,1); }
441
438
  .btn-outline.btn-white:hover,
442
- .btn-outline.btn-white:focus,
443
439
  .btn-outline.btn-white:active,
444
440
  .btn-outline.btn-white.active,
441
+ .btn-outline.btn-white:focus,
445
442
  .open > .dropdown-toggle.btn.btn-outline.btn-white {
446
443
  background: rgba(240,243,245,1);
447
444
  color: rgba(35,41,55,1);
448
445
  }
449
446
  .btn-outline.btn-yellow:hover,
450
- .btn-outline.btn-yellow:focus,
451
447
  .btn-outline.btn-yellow:active,
452
448
  .btn-outline.btn-yellow.active,
449
+ .btn-outline.btn-yellow:focus,
453
450
  .open > .dropdown-toggle.btn.btn-outline.btn-yellow { background: rgba(245,235,0,1); }
454
451
 
455
452
  /* # Styles
@@ -491,12 +488,12 @@ input.btn-block {
491
488
  .btn-group > .btn:active,
492
489
  .btn-group > .btn.active,
493
490
  .btn-group > .btn:hover,
494
- .btn-group > .btn:focus,
495
491
  .btn-group > .btn:hover,
492
+ .btn-group > .btn:focus,
496
493
  .btn-group-vertical > .btn:hover,
497
- .btn-group-vertical > .btn:focus,
498
494
  .btn-group-vertical > .btn:active,
499
- .btn-group-vertical > .btn.active { z-index: 2; }
495
+ .btn-group-vertical > .btn.active,
496
+ .btn-group-vertical > .btn:focus { z-index: 2; }
500
497
  .btn-group .dropdown-toggle:active,
501
498
  .btn-group.open .dropdown-toggle { outline: 0; }
502
499
  .btn-group-vertical > .btn,
@@ -56,6 +56,7 @@
56
56
  right: 0;
57
57
  }
58
58
  .carousel-control:hover,
59
+ .carousel-control:active,
59
60
  .carousel-control:focus {
60
61
  color: rgba(255,255,255,1);
61
62
  filter: alpha(opacity=90);
@@ -80,16 +80,16 @@
80
80
  }
81
81
  .datepicker table td.active,
82
82
  .datepicker table td.day:hover,
83
- .datepicker table td.day:focus,
84
83
  .datepicker table td.day.active,
85
84
  .datepicker table td.day:active,
85
+ .datepicker table td.day:focus,
86
86
  .datepicker table td > span:hover,
87
- .datepicker table td > span:focus,
88
87
  .datepicker table td > span.active,
89
88
  .datepicker table td > span:active,
89
+ .datepicker table td > span:focus,
90
90
  .datepicker table > thead > tr:first-child > th:hover,
91
- .datepicker table > thead > tr:first-child > th:focus,
92
- .datepicker table > thead > tr:first-child > th:active {
91
+ .datepicker table > thead > tr:first-child > th:active,
92
+ .datepicker table > thead > tr:first-child > th:focus {
93
93
  background: $primary-color;
94
94
  color: rgba(255,255,255,1);
95
95
  cursor: pointer;
@@ -52,14 +52,14 @@
52
52
  white-space: nowrap;
53
53
  }
54
54
  .dropdown-menu > li > a:hover,
55
- .dropdown-menu > li > a:focus,
56
55
  .dropdown-menu > li > a:active,
57
56
  .dropdown-menu > li > a.active,
57
+ .dropdown-menu > li > a:focus,
58
58
  .dropdown-submenu:hover > a,
59
- .dropdown-submenu:focus > a,
60
59
  .dropdown-submenu:active > a,
61
- .dropdown-submenu.active > a { color: $primary-color; }
62
- .dropdown-menu > li > a > i:first-child {
60
+ .dropdown-submenu.active > a,
61
+ .dropdown-submenu:focus > a { color: $primary-color; }
62
+ .dropdown-menu > li > a i:first-child {
63
63
  display: inline-block;
64
64
  min-width: 14px;
65
65
  text-align: center;
@@ -91,17 +91,17 @@
91
91
  line-height: 30px;
92
92
  }
93
93
  .header-nav > li > a:hover,
94
- .header-nav > li > a:focus,
95
94
  .header-nav > li > a.active,
96
95
  .header-nav > li > a:active,
96
+ .header-nav > li > a:focus,
97
97
  .header-nav-alt > li > a:hover,
98
- .header-nav-alt > li > a:focus,
99
98
  .header-nav-alt > li > a.active,
100
99
  .header-nav-alt > li > a:active,
100
+ .header-nav-alt > li > a:focus,
101
101
  .header-toolchain > li > a:hover,
102
- .header-toolchain > li > a:focus,
103
102
  .header-toolchain > li > a.active,
104
- .header-toolchain > li > a:active { color: $primary-color; }
103
+ .header-toolchain > li > a:active,
104
+ .header-toolchain > li > a:focus { color: $primary-color; }
105
105
  .header-nav-alt > li.inverse > a {
106
106
  background: $primary-color;
107
107
  border: 1px solid $primary-color;
@@ -112,9 +112,9 @@
112
112
  padding-right: 20px;
113
113
  }
114
114
  .header-nav-alt > li.inverse > a:hover,
115
- .header-nav-alt > li.inverse > a:focus,
116
115
  .header-nav-alt > li.inverse > a.active,
117
- .header-nav-alt > li.inverse > a:active {
116
+ .header-nav-alt > li.inverse > a:active,
117
+ .header-nav-alt > li.inverse > a:focus {
118
118
  background: rgba(35,41,55,1);
119
119
  border-color: rgba(35,41,55,1);
120
120
  }
@@ -128,9 +128,9 @@
128
128
  text-decoration: none;
129
129
  }
130
130
  .header-user > a:hover,
131
- .header-user > a:focus,
132
131
  .header-user > a.active,
133
- .header-user > a:active { color: $primary-color; }
132
+ .header-user > a:active,
133
+ .header-user > a:focus { color: $primary-color; }
134
134
  .header-user > a > img,
135
135
  .header-user-placeholder {
136
136
  background: rgba(85,94,113,1);
@@ -166,29 +166,29 @@
166
166
  .header-dark .header-nav > li > a,
167
167
  .header-dark .header-nav-alt > li > a,
168
168
  .header-dark .header-nav-alt > li.inverse > a:hover,
169
- .header-dark .header-nav-alt > li.inverse > a:focus,
170
169
  .header-dark .header-nav-alt > li.inverse > a.active,
171
170
  .header-dark .header-nav-alt > li.inverse > a:active,
171
+ .header-dark .header-nav-alt > li.inverse > a:focus,
172
172
  .header-dark .header-toolchain > li > a,
173
173
  .header-dark .header-user > a { color: rgba(136,153,166,1); }
174
174
  .header-dark .header-brand > a,
175
175
  .header-dark .header-nav > li > a:hover,
176
- .header-dark .header-nav > li > a:focus,
177
176
  .header-dark .header-nav > li > a.active,
178
177
  .header-dark .header-nav > li > a:active,
178
+ .header-dark .header-nav > li > a:focus,
179
179
  .header-dark .header-nav-alt > li > a:hover,
180
- .header-dark .header-nav-alt > li > a:focus,
181
180
  .header-dark .header-nav-alt > li > a.active,
182
181
  .header-dark .header-nav-alt > li > a:active,
182
+ .header-dark .header-nav-alt > li > a:focus,
183
183
  .header-dark .header-nav-alt > li.inverse > a,
184
184
  .header-dark .header-toolchain > li > a:hover,
185
- .header-dark .header-toolchain > li > a:focus,
186
185
  .header-dark .header-toolchain > li > a.active,
187
186
  .header-dark .header-toolchain > li > a:active,
187
+ .header-dark .header-toolchain > li > a:focus,
188
188
  .header-dark .header-user > a:hover,
189
- .header-dark .header-user > a:focus,
190
189
  .header-dark .header-user > a.active,
191
190
  .header-dark .header-user > a:active,
191
+ .header-dark .header-user > a:focus,
192
192
  .header-dark .header-user > img,
193
193
  .header-dark .header-user-placeholder,
194
194
  .header-dark .header-toggle > a { color: rgba(255,255,255,1) }
@@ -197,9 +197,9 @@
197
197
  border-color: rgba(255,255,255,1);
198
198
  }
199
199
  .header-dark .header-nav-alt > li.inverse > a:hover,
200
- .header-dark .header-nav-alt > li.inverse > a:focus,
201
200
  .header-dark .header-nav-alt > li.inverse > a.active,
202
- .header-dark .header-nav-alt > li.inverse > a:active { border-color: rgba(136,153,166,1); }
201
+ .header-dark .header-nav-alt > li.inverse > a:active,
202
+ .header-dark .header-nav-alt > li.inverse > a:focus { border-color: rgba(136,153,166,1); }
203
203
  .header-dark .header-user > img,
204
204
  .header-dark .header-user-placeholder { background: rgba(136,153,166,1); }
205
205
  .header-light {
@@ -225,6 +225,7 @@
225
225
  }
226
226
  @media only screen and (max-width: 767px) {
227
227
  .header {
228
+ border-color: rgba(230,237,242,1);
228
229
  height: 50px;
229
230
  padding: 0;
230
231
  }
@@ -233,4 +234,6 @@
233
234
  line-height: 57px;
234
235
  }
235
236
  .header-brand > a > img { height: 50px; }
237
+ .header-dark { border-color: rgba(0,0,0,0.2); }
238
+ .header-light { border-color: rgba(225,232,237,1); }
236
239
  }
@@ -45,14 +45,14 @@
45
45
  }
46
46
  .modal.fade.in { top: 15%; }
47
47
  .modal-header {
48
- background: rgba(35,41,55,1);
49
- border-bottom: 2px solid rgba(0,0,0,0.2);
48
+ background: rgba(255,255,255,1);
49
+ border-bottom: 1px solid rgba(230,237,242,1);
50
50
  border-top-right-radius: 3px;
51
51
  border-top-left-radius: 3px;
52
- padding: 22px 15px 18px 15px;
52
+ padding: 22px 15px 20px 15px;
53
53
  }
54
54
  .modal-header > h3 {
55
- color: rgba(255,255,255,1);
55
+ color: rgba(35,41,55,1);
56
56
  font-size: 14px;
57
57
  letter-spacing: 1px;
58
58
  line-height: 14px;
@@ -21,8 +21,8 @@
21
21
  line-height: 14px;
22
22
  }
23
23
  .nav > li > a:hover,
24
- .nav > li > a:focus,
25
- .nav > li > a:active {
24
+ .nav > li > a:active,
25
+ .nav > li > a:focus {
26
26
  color: rgba(35,41,55,1);
27
27
  text-decoration: none;
28
28
  }
@@ -54,8 +54,8 @@
54
54
  padding: 11px 15px;
55
55
  }
56
56
  .nav-list > li > a:hover,
57
- .nav-list > li > a:focus,
58
- .nav-list > li > a:active { background: rgba(235,238,240,1); }
57
+ .nav-list > li > a:active,
58
+ .nav-list > li > a:focus { background: rgba(235,238,240,1); }
59
59
  .nav-list > .active > a {
60
60
  background: rgba(245,248,250,1);
61
61
  color: rgba(35,41,55,1);
@@ -97,8 +97,8 @@
97
97
  padding: 9px 10px;
98
98
  }
99
99
  .nav-pills > li > a:hover,
100
- .nav-pills > li > a:focus,
101
- .nav-pills > li > a:active { background: rgba(235,238,240,1); }
100
+ .nav-pills > li > a:active,
101
+ .nav-pills > li > a:focus { background: rgba(235,238,240,1); }
102
102
  .nav-pills > .active > a {
103
103
  background: $primary-color;
104
104
  color: rgba(255,255,255,1);
@@ -120,8 +120,8 @@
120
120
  border-bottom-left-radius: 3px;
121
121
  }
122
122
  .nav-tabs.nav-stacked > li > a:hover,
123
- .nav-tabs.nav-stacked > li > a:focus,
124
- .nav-tabs.nav-stacked > li > a:active {
123
+ .nav-tabs.nav-stacked > li > a:active,
124
+ .nav-tabs.nav-stacked > li > a:focus {
125
125
  background: rgba(235,238,240,1);
126
126
  color: rgba(35,41,55,1);
127
127
  z-index: 2;
@@ -140,8 +140,8 @@
140
140
  .nav-tabs .open .dropdown-toggle,
141
141
  .nav-pills .open .dropdown-toggle,
142
142
  .nav > li.dropdown.open.active > a:hover,
143
- .nav > li.dropdown.open.active > a:focus,
144
- .nav > li.dropdown.open.active > a:active {
143
+ .nav > li.dropdown.open.active > a:active,
144
+ .nav > li.dropdown.open.active > a:focus {
145
145
  background: rgba(235,238,240,1);
146
146
  color: rgba(35,41,55,1);
147
147
  }
@@ -1,7 +1,8 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Navbar
4
- # Colors */
4
+ # Colors
5
+ # Media Queries */
5
6
 
6
7
  /* # Navbar
7
8
  ================================================== */
@@ -15,7 +16,7 @@
15
16
  .navbar {
16
17
  background: rgba(255,255,255,1);
17
18
  border-collapse: separate;
18
- border-top: 2px solid rgba(245,248,250,1);
19
+ border-top: 2px solid rgba(230,237,242,1);
19
20
  box-sizing: border-box;
20
21
  display: table;
21
22
  height: 48px;
@@ -25,8 +25,6 @@
25
25
  text-align: center;
26
26
  text-decoration: none;
27
27
  }
28
- .pagination > ul > li > a:hover,
29
- .pagination > ul > li > a:focus { background: rgba(235,238,240,1); }
30
28
  .pagination > ul > li > a:active,
31
29
  .pagination > ul > li.active {
32
30
  background: $primary-color;
@@ -36,6 +34,8 @@
36
34
  padding-bottom: 6px;
37
35
  padding-top: 8px;
38
36
  }
37
+ .pagination > ul > li > a:hover,
38
+ .pagination > ul > li > a:focus { background: rgba(235,238,240,1); }
39
39
  .pagination > ul > li.pagination-icon:first-child > a { padding-right: 11px; }
40
40
  .pagination > ul > li.pagination-icon:last-child > a { padding-left: 11px; }
41
41
  .pagination-centered { text-align: center; }
@@ -62,8 +62,8 @@
62
62
  width: 100%;
63
63
  }
64
64
  .timepicker-widget > table td > a:hover,
65
- .timepicker-widget > table td > a:focus,
66
- .timepicker-widget > table td > a:active {
65
+ .timepicker-widget > table td > a:active,
66
+ .timepicker-widget > table td > a:focus {
67
67
  color: $primary-color;
68
68
  text-decoration: none;
69
69
  }
@@ -69,16 +69,16 @@
69
69
  }
70
70
  .trunk-user > li > a { padding: 9px 0 7px 0; }
71
71
  .trunk-nav > li > a:hover,
72
- .trunk-nav > li > a:focus,
73
72
  .trunk-nav > li > a:active,
74
- .trunk-nav > li > a.active {
73
+ .trunk-nav > li > a.active,
74
+ .trunk-nav > li > a:focus {
75
75
  border-color: rgba(255,255,255,1);
76
76
  color: rgba(255,255,255,1);
77
77
  }
78
78
  .trunk-user > li > a:hover,
79
- .trunk-user > li > a:focus,
80
79
  .trunk-user > li > a:active,
81
- .trunk-user > li > a.active { color: rgba(255,255,255,1); }
80
+ .trunk-user > li > a.active,
81
+ .trunk-user > li > a:focus { color: rgba(255,255,255,1); }
82
82
  .trunk-user > li.trunk-user-placeholder,
83
83
  .trunk-user > li.trunk-user-placeholder > img, {
84
84
  background: rgba(136,153,166,1);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.4.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: 2015-06-16 00:00:00.000000000 Z
11
+ date: 2015-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler