semantic-ui-sass 0.8.1.0 → 0.8.2.0

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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/app/assets/javascripts/semantic-ui/dimmer.js +4 -2
  5. data/app/assets/javascripts/semantic-ui/modal.js +11 -6
  6. data/app/assets/javascripts/semantic-ui/popup.js +0 -1
  7. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -2
  8. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -73
  9. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +89 -53
  10. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +221 -316
  11. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -88
  12. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +83 -23
  13. data/app/assets/stylesheets/semantic-ui/elements/_basic.icon.scss +831 -187
  14. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +189 -191
  15. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +4 -22
  16. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +43 -20
  17. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1529 -472
  18. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +145 -152
  19. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +36 -63
  20. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +120 -175
  21. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +13 -11
  22. data/app/assets/stylesheets/semantic-ui/elements/_progress.scss +33 -115
  23. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +46 -101
  24. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +35 -65
  25. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +127 -170
  26. data/app/assets/stylesheets/semantic-ui/modules/_chatroom.scss +287 -269
  27. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +42 -129
  28. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +16 -49
  29. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +54 -107
  30. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +29 -22
  31. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +112 -147
  32. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +226 -230
  33. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +20 -28
  34. data/app/assets/stylesheets/semantic-ui/modules/_reveal.scss +35 -78
  35. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +27 -44
  36. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +10 -41
  37. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -60
  38. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +3 -3
  39. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +219 -451
  40. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +75 -79
  41. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +21 -23
  42. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -8
  43. data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -43
  44. data/app/assets/stylesheets/semantic-ui/views/_list.scss +80 -53
  45. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +6 -1
  46. data/lib/semantic/ui/sass/version.rb +2 -2
  47. data/semantic-ui-sass.gemspec +1 -1
  48. data/spec/dummy/config/application.rb +1 -1
  49. data/spec/spec_helper.rb +0 -1
  50. data/tasks/converter.rb +7 -0
  51. metadata +4 -7
  52. data/spec/dummy/config/database.yml +0 -25
@@ -20,26 +20,21 @@
20
20
  .ui.menu {
21
21
  margin: 1rem 0rem;
22
22
  background-color: #FFFFFF;
23
-
24
23
  font-size: 0px;
25
24
  font-weight: normal;
26
-
27
25
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
28
- -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
29
26
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
30
-
31
- -webkit-border-radius: 0.1875rem;
32
- -moz-border-radius: 0.1875rem;
33
27
  border-radius: 0.1875rem;
34
28
  }
29
+
35
30
  .ui.menu:first-child {
36
31
  margin-top: 0rem;
37
32
  }
33
+
38
34
  .ui.menu:last-child {
39
35
  margin-bottom: 0rem;
40
36
  }
41
37
 
42
-
43
38
  .ui.menu:after {
44
39
  content: ".";
45
40
  display: block;
@@ -48,56 +43,33 @@
48
43
  visibility: hidden;
49
44
  }
50
45
 
51
-
52
46
  .ui.menu > .item:first-child {
53
47
  border-radius: 0.1875em 0px 0px 0.1875em;
54
48
  }
49
+
55
50
  .ui.menu > .item:last-child {
56
51
  border-radius: 0px 0.1875em 0.1875em 0px;
57
52
  }
53
+
58
54
  .ui.menu .item {
59
55
  -webkit-user-select: none;
60
56
  -moz-user-select: none;
61
57
  -ms-user-select: none;
62
58
  user-select: none;
63
-
64
59
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
65
-
66
60
  vertical-align: middle;
67
-
68
61
  line-height: 1;
69
62
  text-decoration: none;
70
-
71
63
  -webkit-box-sizing: border-box;
72
64
  -moz-box-sizing: border-box;
73
65
  -ms-box-sizing: border-box;
74
66
  box-sizing: border-box;
75
-
76
- -webkit-transition:
77
- opacity 0.2s ease,
78
- background 0.2s ease,
79
- box-shadow 0.2s ease
80
- ;
81
- -moz-transition:
82
- opacity 0.2s ease,
67
+ -webkit-transition: opacity 0.2s ease,
83
68
  background 0.2s ease,
84
- box-shadow 0.2s ease
85
- ;
86
- -o-transition:
87
- opacity 0.2s ease,
69
+ -webkit-box-shadow 0.2s ease;
70
+ transition: opacity 0.2s ease,
88
71
  background 0.2s ease,
89
- box-shadow 0.2s ease
90
- ;
91
- -ms-transition:
92
- opacity 0.2s ease,
93
- background 0.2s ease,
94
- box-shadow 0.2s ease
95
- ;
96
- transition:
97
- opacity 0.2s ease,
98
- background 0.2s ease,
99
- box-shadow 0.2s ease
100
- ;
72
+ box-shadow 0.2s ease;
101
73
  }
102
74
 
103
75
  /*--------------
@@ -105,39 +77,45 @@
105
77
  ---------------*/
106
78
 
107
79
  /* Text Color */
80
+
108
81
  .ui.menu .item,
109
82
  .ui.menu .item > a {
110
83
  color: rgba(0, 0, 0, 0.75);
111
84
  }
85
+
112
86
  .ui.menu .item .item,
113
87
  .ui.menu .item .item > a {
114
88
  color: rgba(30, 30, 30, 0.7);
115
89
  }
90
+
116
91
  .ui.menu .item .item .item,
117
92
  .ui.menu .item .item .item > a {
118
93
  color: rgba(30, 30, 30, 0.6);
119
94
  }
95
+
120
96
  .ui.menu .dropdown.item .menu .item,
121
97
  .ui.menu .dropdown.item .menu .item a {
122
98
  color: rgba(0, 0, 0, 0.75);
123
99
  }
100
+
124
101
  /* Hover */
102
+
125
103
  .ui.menu .item .menu a.item:hover,
126
104
  .ui.menu .item .menu a.item.hover,
127
105
  .ui.menu .item .menu .link.item:hover,
128
106
  .ui.menu .item .menu .link.item.hover {
129
107
  color: rgba(0, 0, 0, 0.85);
130
108
  }
109
+
131
110
  .ui.menu .dropdown.item .menu .item a:hover {
132
111
  color: rgba(0, 0, 0, 0.85);
133
112
  }
113
+
134
114
  /* Active */
115
+
135
116
  .ui.menu .active.item,
136
117
  .ui.menu .active.item a {
137
118
  color: rgba(0, 0, 0, 0.85);
138
-
139
- -moz-border-radius: 0px;
140
- -webkit-border-radius: 0px;
141
119
  border-radius: 0px;
142
120
  }
143
121
 
@@ -148,14 +126,13 @@
148
126
  .ui.menu .item {
149
127
  position: relative;
150
128
  display: inline-block;
151
-
152
129
  padding: 0.83em 0.95em;
153
-
154
130
  border-top: 0em solid rgba(0, 0, 0, 0);
155
-
156
131
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
157
132
  -moz-user-select: -moz-none;
158
133
  -khtml-user-select: none;
134
+ -webkit-user-select: none;
135
+ -ms-user-select: none;
159
136
  user-select: none;
160
137
  }
161
138
 
@@ -167,12 +144,12 @@
167
144
  .ui.menu .menu.left {
168
145
  float: left;
169
146
  }
147
+
170
148
  .ui.menu .item.right,
171
149
  .ui.menu .menu.right {
172
150
  float: right;
173
151
  }
174
152
 
175
-
176
153
  /*--------------
177
154
  Borders
178
155
  ---------------*/
@@ -184,32 +161,12 @@
184
161
  right: 0px;
185
162
  width: 1px;
186
163
  height: 100%;
187
- background-image: -webkit-linear-gradient(top,
188
- rgba(0, 0, 0, 0.05) 0%,
189
- rgba(0, 0, 0, 0.1) 50%,
190
- rgba(0, 0, 0, 0.05) 100%)
191
- ;
192
- background-image: -moz-linear-gradient(top,
193
- rgba(0, 0, 0, 0.05) 0%,
194
- rgba(0, 0, 0, 0.1) 50%,
195
- rgba(0, 0, 0, 0.05) 100%)
196
- ;
197
- background-image: -o-linear-gradient(top,
198
- rgba(0, 0, 0, 0.05) 0%,
199
- rgba(0, 0, 0, 0.1) 50%,
200
- rgba(0, 0, 0, 0.05) 100%)
201
- ;
202
- background-image: -ms-linear-gradient(top,
164
+ background-image: linear-gradient(
203
165
  rgba(0, 0, 0, 0.05) 0%,
204
166
  rgba(0, 0, 0, 0.1) 50%,
205
- rgba(0, 0, 0, 0.05) 100%)
206
- ;
207
- background-image: linear-gradient(top,
208
- rgba(0, 0, 0, 0.05) 0%,
209
- rgba(0, 0, 0, 0.1) 50%,
210
- rgba(0, 0, 0, 0.05) 100%)
211
- ;
167
+ rgba(0, 0, 0, 0.05) 100%);
212
168
  }
169
+
213
170
  .ui.menu .menu.right .item:before,
214
171
  .ui.menu .item.right:before {
215
172
  right: auto;
@@ -226,18 +183,18 @@
226
183
  -moz-user-select: text;
227
184
  -ms-user-select: text;
228
185
  user-select: text;
229
-
230
186
  line-height: 1.3;
231
187
  color: rgba(0, 0, 0, 0.6);
232
188
  }
189
+
233
190
  .ui.menu .item > p:first-child {
234
191
  margin-top: 0px;
235
192
  }
193
+
236
194
  .ui.menu .item > p:last-child {
237
195
  margin-bottom: 0px;
238
196
  }
239
197
 
240
-
241
198
  /*--------------
242
199
  Button
243
200
  ---------------*/
@@ -245,16 +202,14 @@
245
202
  .ui.menu:not(.vertical) .item > .button {
246
203
  position: relative;
247
204
  top: -0.05em;
248
-
249
205
  margin: -0.55em 0;
250
206
  padding-bottom: 0.55em;
251
207
  padding-top: 0.55em;
252
-
253
208
  font-size: 0.875em;
209
+ -webkit-box-shadow: none;
254
210
  box-shadow: none;
255
211
  }
256
212
 
257
-
258
213
  /*--------------
259
214
  Inputs
260
215
  ---------------*/
@@ -266,15 +221,18 @@
266
221
  padding-bottom: 0.3em;
267
222
  width: 100%;
268
223
  }
224
+
269
225
  .ui.menu .item > .input input {
270
226
  padding-top: 0.5em;
271
227
  padding-bottom: 0.5em;
272
228
  }
229
+
273
230
  .ui.vertical.menu .item > .input input {
274
231
  margin: 0em;
275
232
  padding-top: 0.63em;
276
233
  padding-bottom: 0.63em;
277
234
  }
235
+
278
236
  .ui.vertical.menu .ui.input > .icon {
279
237
  padding-top: 0.63em;
280
238
  }
@@ -287,38 +245,46 @@
287
245
  background-color: rgba(0, 0, 0, 0.04);
288
246
  margin: 0em;
289
247
  }
248
+
290
249
  .ui.vertical.menu .header.item {
291
250
  font-weight: bold;
292
251
  }
293
252
 
294
-
295
253
  /*--------------
296
254
  Dropdowns
297
255
  ---------------*/
256
+
298
257
  .ui.menu .dropdown.item .menu {
299
258
  left: 1px;
300
259
  margin: 1px 0px 0px 0px;
260
+ min-width: -webkit-calc(100% - 1px);
301
261
  min-width: calc(100% - 1px);
262
+ -webkit-box-shadow: 0 1px 1px 1px #DDDDDD;
302
263
  box-shadow: 0 1px 1px 1px #DDDDDD;
303
264
  }
265
+
304
266
  .ui.menu .pointing.dropdown.item .menu {
305
267
  margin-top: 0.75em;
306
268
  }
269
+
307
270
  .ui.menu .simple.dropdown.item .menu {
308
271
  margin: 0px !important;
309
272
  }
273
+
310
274
  .ui.menu .dropdown.item .menu .item {
311
275
  width: 100%;
312
276
  color: rgba(0, 0, 0, 0.75);
313
277
  }
278
+
314
279
  .ui.menu .dropdown.item .menu .active.item {
280
+ -webkit-box-shadow: none !important;
315
281
  box-shadow: none !important;
316
282
  }
283
+
317
284
  .ui.menu .ui.dropdown .menu .item:before {
318
285
  display: none;
319
286
  }
320
287
 
321
-
322
288
  /*--------------
323
289
  Labels
324
290
  ---------------*/
@@ -330,6 +296,7 @@
330
296
  padding: 0.3em 0.8em;
331
297
  vertical-align: baseline;
332
298
  }
299
+
333
300
  .ui.menu .item > .floating.label {
334
301
  padding: 0.3em 0.8em;
335
302
  }
@@ -361,22 +328,15 @@
361
328
  cursor: pointer;
362
329
  background-color: rgba(0, 0, 0, 0.02);
363
330
  }
331
+
364
332
  .ui.menu .ui.dropdown.active {
365
333
  background-color: rgba(0, 0, 0, 0.02);
366
-
367
334
  -webkit-box-shadow: none;
368
335
  box-shadow: none;
369
-
370
- -webkit-border-bottom-right-radius: 0em;
371
- -moz-border-bottom-right-radius: 0em;
372
336
  border-bottom-right-radius: 0em;
373
-
374
- -webkit-border-bottom-left-radius: 0em;
375
- -moz-border-bottom-left-radius: 0em;
376
337
  border-bottom-left-radius: 0em;
377
338
  }
378
339
 
379
-
380
340
  /*--------------
381
341
  Down
382
342
  ---------------*/
@@ -386,57 +346,48 @@
386
346
  .ui.menu a.item:active,
387
347
  .ui.menu .ui.dropdown .menu .item:active {
388
348
  background-color: rgba(0, 0, 0, 0.05);
389
-
390
349
  }
391
350
 
392
351
  /*--------------
393
352
  Active
394
353
  ---------------*/
395
354
 
396
- .ui.menu .active.item {
355
+ .ui.menu .active.item {
397
356
  background-color: rgba(0, 0, 0, 0.01);
398
357
  color: rgba(0, 0, 0, 0.95);
399
-
400
358
  -webkit-box-shadow: 0em 0.2em 0em inset;
401
- -moz-box-shadow: 0em 0.2em 0em inset;
402
359
  box-shadow: 0em 0.2em 0em inset;
403
360
  }
361
+
404
362
  .ui.vertical.menu .active.item {
405
- -webkit-border-radius: 0em;
406
- -moz-border-radius: 0em;
407
363
  border-radius: 0em;
408
-
409
- -moz-box-shadow: 0.2em 0em 0em inset;
410
364
  -webkit-box-shadow: 0.2em 0em 0em inset;
411
365
  box-shadow: 0.2em 0em 0em inset;
412
366
  }
367
+
413
368
  .ui.vertical.menu > .active.item:first-child {
414
- -webkit-border-radius: 0em 0.1875em 0em 0em;
415
- -moz-border-radius: 0em 0.1875em 0em 0em;
416
369
  border-radius: 0em 0.1875em 0em 0em;
417
370
  }
371
+
418
372
  .ui.vertical.menu > .active.item:last-child {
419
- -webkit-border-radius: 0em 0em 0.1875em 0em;
420
- -moz-border-radius: 0em 0em 0.1875em 0em;
421
373
  border-radius: 0em 0em 0.1875em 0em;
422
374
  }
375
+
423
376
  .ui.vertical.menu > .active.item:only-child {
424
- -webkit-border-radius: 0em 0.1875em 0.1875em 0em;
425
- -moz-border-radius: 0em 0.1875em 0.1875em 0em;
426
377
  border-radius: 0em 0.1875em 0.1875em 0em;
427
378
  }
428
379
 
429
-
430
380
  .ui.vertical.menu .active.item .menu .active.item {
431
381
  border-left: none;
432
382
  }
383
+
433
384
  .ui.vertical.menu .active.item .menu .active.item {
434
385
  padding-left: 1.5rem;
435
386
  }
387
+
436
388
  .ui.vertical.menu .item .menu .active.item {
437
389
  background-color: rgba(0, 0, 0, 0.03);
438
390
  -webkit-box-shadow: none;
439
- -moz-box-shadow: none;
440
391
  box-shadow: none;
441
392
  }
442
393
 
@@ -452,28 +403,27 @@
452
403
  background-color: transparent !important;
453
404
  }
454
405
 
455
-
456
406
  /*--------------------
457
407
  Loading
458
408
  ---------------------*/
459
409
 
460
410
  /* On Form */
411
+
461
412
  .ui.menu.loading {
462
413
  position: relative;
463
414
  }
415
+
464
416
  .ui.menu.loading:after {
465
417
  position: absolute;
466
418
  top: 0%;
467
419
  left: 0%;
468
420
  content: '';
469
-
470
421
  width: 100%;
471
422
  height: 100%;
472
423
  background: rgba(255, 255, 255, 0.8) image-url("semantic-ui/loader-large.gif") no-repeat 50% 50%;
473
424
  visibility: visible;
474
425
  }
475
426
 
476
-
477
427
  /*******************************
478
428
  Types
479
429
  *******************************/
@@ -489,9 +439,11 @@
489
439
  border-left: 0em solid rgba(0, 0, 0, 0);
490
440
  border-right: none;
491
441
  }
442
+
492
443
  .ui.vertical.menu > .item:first-child {
493
444
  border-radius: 0.1875em 0.1875em 0px 0px;
494
445
  }
446
+
495
447
  .ui.vertical.menu > .item:last-child {
496
448
  border-radius: 0px 0px 0.1875em 0.1875em;
497
449
  }
@@ -500,17 +452,20 @@
500
452
  float: right;
501
453
  text-align: center;
502
454
  }
455
+
503
456
  .ui.vertical.menu .item > .icon:not(.input) {
504
457
  float: right;
505
458
  width: 1.22em;
506
459
  margin: 0em 0em 0em 0.5em;
507
460
  }
461
+
508
462
  .ui.vertical.menu .item > .label + .icon {
509
463
  float: none;
510
464
  margin: 0em 0.25em 0em 0em;
511
465
  }
512
466
 
513
467
  /*--- Border ---*/
468
+
514
469
  .ui.vertical.menu .item:before {
515
470
  position: absolute;
516
471
  content: '';
@@ -521,28 +476,11 @@
521
476
  background-image: -webkit-linear-gradient(left,
522
477
  rgba(0, 0, 0, 0.03) 0%,
523
478
  rgba(0, 0, 0, 0.1) 1.5em,
524
- rgba(0, 0, 0, 0.03) 100%)
525
- ;
526
- background-image: -moz-linear-gradient(left,
527
- rgba(0, 0, 0, 0.03) 0%,
528
- rgba(0, 0, 0, 0.1) 1.5em,
529
- rgba(0, 0, 0, 0.03) 100%)
530
- ;
531
- background-image: -o-linear-gradient(left,
532
- rgba(0, 0, 0, 0.03) 0%,
533
- rgba(0, 0, 0, 0.1) 1.5em,
534
- rgba(0, 0, 0, 0.03) 100%)
535
- ;
536
- background-image: -ms-linear-gradient(left,
537
- rgba(0, 0, 0, 0.03) 0%,
538
- rgba(0, 0, 0, 0.1) 1.5em,
539
- rgba(0, 0, 0, 0.03) 100%)
540
- ;
479
+ rgba(0, 0, 0, 0.03) 100%);
541
480
  background-image: linear-gradient(left,
542
481
  rgba(0, 0, 0, 0.03) 0%,
543
482
  rgba(0, 0, 0, 0.1) 1.5em,
544
- rgba(0, 0, 0, 0.03) 100%)
545
- ;
483
+ rgba(0, 0, 0, 0.03) 100%);
546
484
  }
547
485
 
548
486
  .ui.vertical.menu .item:first-child:before {
@@ -550,45 +488,53 @@
550
488
  }
551
489
 
552
490
  /*--- Dropdown ---*/
491
+
553
492
  .ui.vertical.menu .dropdown.item > i {
554
493
  float: right;
555
494
  content: "\f0da";
556
495
  }
496
+
557
497
  .ui.vertical.menu .dropdown.item .menu {
558
498
  top: 0% !important;
559
499
  left: 100%;
560
500
  margin: 0px 0px 0px 1px;
501
+ -webkit-box-shadow: 0 0px 1px 1px #DDDDDD;
561
502
  box-shadow: 0 0px 1px 1px #DDDDDD;
562
503
  }
504
+
563
505
  .ui.vertical.menu .dropdown.item.active {
564
506
  border-top-right-radius: 0em;
565
507
  border-bottom-right-radius: 0em;
566
508
  }
509
+
567
510
  .ui.vertical.menu .dropdown.item .menu .item {
568
511
  font-size: 1rem;
569
512
  }
513
+
570
514
  .ui.vertical.menu .dropdown.item .menu .item .icon {
571
515
  margin-right: 0em;
572
516
  }
517
+
573
518
  .ui.vertical.menu .dropdown.item.active {
574
519
  -webkit-box-shadow: none;
575
- -moz-box-shadow: none;
576
520
  box-shadow: none;
577
521
  }
578
522
 
579
523
  /*--- Sub Menu ---*/
524
+
580
525
  .ui.vertical.menu .item > .menu {
581
526
  margin: 0.5em -0.95em 0em;
582
527
  }
528
+
583
529
  .ui.vertical.menu .item > .menu > .item {
584
530
  padding: 0.5rem 1.5rem;
585
531
  font-size: 0.875em;
586
532
  }
533
+
587
534
  .ui.vertical.menu .item > .menu > .item:before {
588
535
  display: none;
589
536
  }
590
537
 
591
-
592
538
  /*--------------
593
539
  Tiered
594
540
  ---------------*/
@@ -596,64 +542,68 @@
596
542
  .ui.tiered.menu > .sub.menu > .item {
597
543
  color: rgba(0, 0, 0, 0.4);
598
544
  }
545
+
599
546
  .ui.tiered.menu > .menu > .item:hover,
600
547
  .ui.tiered.menu > .menu > .item.hover {
601
548
  color: rgba(0, 0, 0, 0.8);
602
549
  }
550
+
603
551
  .ui.tiered.menu .item.active {
604
552
  color: rgba(0, 0, 0, 0.8);
605
553
  }
554
+
606
555
  .ui.tiered.menu > .menu .item.active:after {
607
556
  position: absolute;
608
557
  content: '';
609
558
  margin-top: -1px;
610
559
  top: 100%;
611
560
  left: 0px;
612
-
613
561
  width: 100%;
614
562
  height: 2px;
615
563
  background-color: #FBFBFB;
616
564
  }
565
+
617
566
  .ui.tiered.menu .sub.menu {
618
567
  background-color: rgba(0, 0, 0, 0.01);
619
568
  border-radius: 0em;
620
569
  border-top: 1px solid rgba(0, 0, 0, 0.1);
621
-
622
570
  -webkit-box-shadow: none;
623
- -moz-box-shadow: none;
624
571
  box-shadow: none;
625
-
626
572
  color: #FFFFFF;
627
573
  }
574
+
628
575
  .ui.tiered.menu .sub.menu .item {
629
576
  font-size: 0.875rem;
630
577
  }
578
+
631
579
  .ui.tiered.menu .sub.menu .item:before {
632
580
  background-image: none;
633
581
  }
582
+
634
583
  .ui.tiered.menu .sub.menu .active.item {
635
584
  padding-top: 0.83em;
636
585
  background-color: transparent;
637
586
  border-radius: 0 0 0 0;
638
587
  border-top: medium none;
639
-
640
588
  -webkit-box-shadow: none;
641
- -moz-box-shadow: none;
642
589
  box-shadow: none;
643
-
644
590
  color: rgba(0, 0, 0, 0.7) !important;
645
591
  }
592
+
646
593
  .ui.tiered.menu .sub.menu .active.item:after {
647
594
  display: none;
648
595
  }
649
596
 
650
597
  /* Inverted */
598
+
651
599
  .ui.inverted.tiered.menu > .menu > .item {
652
600
  color: rgba(255, 255, 255, 0.5);
653
601
  }
602
+
654
603
  .ui.inverted.tiered.menu .sub.menu {
655
604
  background-color: rgba(0, 0, 0, 0.2);
656
605
  }
606
+
657
607
  .ui.inverted.tiered.menu .sub.menu .item {
658
608
  color: rgba(255, 255, 255, 0.6);
659
609
  }
@@ -662,26 +612,28 @@
662
612
  .ui.inverted.tiered.menu > .menu > .item.hover {
663
613
  color: rgba(255, 255, 255, 0.9);
664
614
  }
615
+
665
616
  .ui.inverted.tiered.menu .active.item:after {
666
617
  display: none;
667
618
  }
619
+
668
620
  .ui.inverted.tiered.menu > .sub.menu > .active.item,
669
621
  .ui.inverted.tiered.menu > .menu > .active.item {
670
622
  color: rgba(255, 255, 255, 1) !important;
671
623
  -webkit-box-shadow: none;
672
- -moz-box-shadow: none;
673
624
  box-shadow: none;
674
625
  }
675
626
 
676
627
  /* Tiered pointing */
628
+
677
629
  .ui.pointing.tiered.menu > .menu > .item:after {
678
630
  display: none;
679
631
  }
632
+
680
633
  .ui.pointing.tiered.menu > .sub.menu > .item:after {
681
634
  display: block;
682
635
  }
683
636
 
684
-
685
637
  /*--------------
686
638
  Tabular
687
639
  ---------------*/
@@ -689,66 +641,58 @@
689
641
  .ui.tabular.menu {
690
642
  background-color: transparent;
691
643
  border-bottom: 1px solid #DCDDDE;
692
-
693
644
  border-radius: 0em;
694
-
695
645
  -webkit-box-shadow: none !important;
696
- -moz-box-shadow: none !important;
697
646
  box-shadow: none !important;
698
647
  }
648
+
699
649
  .ui.tabular.menu .item {
700
650
  background-color: transparent;
701
-
702
651
  border-left: 1px solid transparent;
703
652
  border-right: 1px solid transparent;
704
653
  border-top: 1px solid transparent;
705
-
706
654
  padding-left: 1.4em;
707
655
  padding-right: 1.4em;
708
656
  color: rgba(0, 0, 0, 0.6);
709
657
  }
658
+
710
659
  .ui.tabular.menu .item:before {
711
660
  display: none;
712
661
  }
713
662
 
714
663
  /* Hover */
664
+
715
665
  .ui.tabular.menu .item:hover {
716
666
  background-color: transparent;
717
667
  color: rgba(0, 0, 0, 0.8);
718
668
  }
719
669
 
720
670
  /* Active */
671
+
721
672
  .ui.tabular.menu .active.item {
722
673
  position: relative;
723
-
724
674
  background-color: #FFFFFF;
725
675
  color: rgba(0, 0, 0, 0.8);
726
-
727
676
  border-color: #DCDDDE;
728
677
  font-weight: bold;
729
-
730
678
  margin-bottom: -1px;
731
679
  border-bottom: 1px solid #FFFFFF;
732
-
733
680
  -webkit-box-shadow: none;
734
- -moz-box-shadow: none;
735
681
  box-shadow: none;
736
-
737
- -webkit-border-radius: 5px 5px 0 0;
738
- -moz-border-radius: 5px 5px 0 0;
739
682
  border-radius: 5px 5px 0 0;
740
683
  }
741
684
 
742
685
  /* Coupling with segment for attachment */
686
+
743
687
  .ui.attached.tabular.menu {
744
688
  position: relative;
745
689
  z-index: 2;
746
690
  }
691
+
747
692
  .ui.tabular.menu ~ .bottom.attached.segment {
748
693
  margin: 1px 0px 0px 1px;
749
694
  }
750
695
 
751
-
752
696
  /*--------------
753
697
  Pagination
754
698
  ---------------*/
@@ -763,20 +707,22 @@
763
707
  min-width: 3em;
764
708
  text-align: center;
765
709
  }
710
+
766
711
  .ui.pagination.menu .icon.item .icon {
767
712
  vertical-align: top;
768
713
  }
714
+
769
715
  .ui.pagination.menu.floated {
770
716
  display: block;
771
717
  }
772
718
 
773
719
  /* active */
720
+
774
721
  .ui.pagination.menu .active.item {
775
722
  border-top: none;
776
723
  padding-top: 0.83em;
777
724
  background-color: rgba(0, 0, 0, 0.05);
778
725
  -webkit-box-shadow: none;
779
- -moz-box-shadow: none;
780
726
  box-shadow: none;
781
727
  }
782
728
 
@@ -786,31 +732,22 @@
786
732
 
787
733
  .ui.secondary.menu {
788
734
  background-color: transparent;
789
-
790
- -webkit-border-radius: 0px;
791
- -moz-border-radius: 0px;
792
735
  border-radius: 0px;
793
-
794
736
  -webkit-box-shadow: none;
795
- -moz-box-shadow: none;
796
737
  box-shadow: none;
797
738
  }
739
+
798
740
  .ui.secondary.menu > .menu > .item,
799
741
  .ui.secondary.menu > .item {
800
742
  -webkit-box-shadow: none;
801
- -moz-box-shadow: none;
802
743
  box-shadow: none;
803
-
804
744
  border: none;
805
745
  height: auto !important;
806
-
807
746
  margin: 0em 0.25em;
808
747
  padding: 0.5em 1em;
809
-
810
- -webkit-border-radius: 0.3125em;
811
- -moz-border-radius: 0.3125em;
812
748
  border-radius: 0.3125em;
813
749
  }
750
+
814
751
  .ui.secondary.menu > .menu > .item:before,
815
752
  .ui.secondary.menu > .item:before {
816
753
  display: none !important;
@@ -820,68 +757,65 @@
820
757
  background-color: transparent;
821
758
  border: none;
822
759
  }
760
+
823
761
  .ui.secondary.menu .link.item,
824
762
  .ui.secondary.menu a.item {
825
763
  opacity: 0.8;
826
-
827
764
  -webkit-transition: none;
828
- -moz-transition: none;
829
- -o-transition: none;
830
- -ms-transition: none;
831
765
  transition: none;
832
766
  }
767
+
833
768
  .ui.secondary.menu .header.item {
834
769
  border-right: 0.1em solid rgba(0, 0, 0, 0.1);
835
770
  background-color: transparent;
836
-
837
- -webkit-border-radius: 0em;
838
- -moz-border-radius: 0em;
839
771
  border-radius: 0em;
840
772
  }
841
773
 
842
774
  /* hover */
775
+
843
776
  .ui.secondary.menu .link.item:hover,
844
777
  .ui.secondary.menu a.item:hover {
845
778
  opacity: 1;
846
779
  }
847
780
 
848
781
  /* active */
782
+
849
783
  .ui.secondary.menu > .menu > .active.item,
850
784
  .ui.secondary.menu > .active.item {
851
785
  background-color: rgba(0, 0, 0, 0.08);
852
786
  opacity: 1;
853
-
854
787
  -webkit-box-shadow: none;
855
- -moz-box-shadow: none;
856
788
  box-shadow: none;
857
789
  }
790
+
858
791
  .ui.secondary.vertical.menu > .active.item {
859
- -webkit-border-radius: 0.3125em;
860
- -moz-border-radius: 0.3125em;
861
792
  border-radius: 0.3125em;
862
793
  }
863
794
 
864
795
  /* inverted */
796
+
865
797
  .ui.secondary.inverted.menu .link.item,
866
798
  .ui.secondary.inverted.menu a.item {
867
799
  color: rgba(255, 255, 255, 0.5);
868
800
  }
801
+
869
802
  .ui.secondary.inverted.menu .link.item:hover,
870
803
  .ui.secondary.inverted.menu a.item:hover {
871
804
  color: rgba(255, 255, 255, 0.9);
872
805
  }
806
+
873
807
  .ui.secondary.inverted.menu > .active.item {
874
808
  background-color: rgba(255, 255, 255, 0.9);
875
809
  }
876
810
 
877
-
878
811
  /* disable variations */
812
+
879
813
  .ui.secondary.item.menu > .item {
880
814
  margin: 0em;
881
815
  }
816
+
882
817
  .ui.secondary.attached.menu {
883
818
  -webkit-box-shadow: none;
884
- -moz-box-shadow: none;
885
819
  box-shadow: none;
886
820
  }
887
821
 
@@ -897,44 +831,31 @@
897
831
  .ui.secondary.pointing.menu > .item {
898
832
  margin: 0em 0em -3px;
899
833
  padding: 0.6em 0.95em;
900
-
901
834
  border-bottom: 3px solid rgba(0, 0, 0, 0);
902
-
903
- -webkit-border-radius: 0em;
904
- -moz-border-radius: 0em;
905
835
  border-radius: 0em;
906
-
907
- -webkit-transition:
908
- color 0.2s
909
- ;
910
- -moz-transition:
911
- color 0.2s
912
- ;
913
- -o-transition:
914
- color 0.2s
915
- ;
916
- -ms-transition:
917
- color 0.2s
918
- ;
919
- transition:
920
- color 0.2s
921
- ;
836
+ -webkit-transition: color 0.2s;
837
+ transition: color 0.2s;
922
838
  }
923
839
 
924
840
  /* Item Types */
841
+
925
842
  .ui.secondary.pointing.menu .header.item {
926
843
  border-right-width: 0px;
927
844
  font-weight: bold;
928
845
  }
846
+
929
847
  .ui.secondary.pointing.menu .text.item {
848
+ -webkit-box-shadow: none !important;
930
849
  box-shadow: none !important;
931
850
  }
851
+
932
852
  .ui.secondary.pointing.menu > .menu > .item:after,
933
853
  .ui.secondary.pointing.menu > .item:after {
934
854
  display: none;
935
855
  }
936
856
 
937
857
  /* Hover */
858
+
938
859
  .ui.secondary.pointing.menu > .menu > .link.item:hover,
939
860
  .ui.secondary.pointing.menu > .link.item:hover,
940
861
  .ui.secondary.pointing.menu > .menu > a.item:hover,
@@ -944,6 +865,7 @@
944
865
  }
945
866
 
946
867
  /* Down */
868
+
947
869
  .ui.secondary.pointing.menu > .menu > .link.item:active,
948
870
  .ui.secondary.pointing.menu > .link.item:active,
949
871
  .ui.secondary.pointing.menu > .menu > a.item:active,
@@ -953,13 +875,12 @@
953
875
  }
954
876
 
955
877
  /* Active */
878
+
956
879
  .ui.secondary.pointing.menu > .menu > .item.active,
957
880
  .ui.secondary.pointing.menu > .item.active {
958
881
  background-color: transparent;
959
882
  border-color: rgba(0, 0, 0, 0.4);
960
-
961
883
  -webkit-box-shadow: none;
962
- -moz-box-shadow: none;
963
884
  box-shadow: none;
964
885
  }
965
886
 
@@ -971,29 +892,27 @@
971
892
  border: none;
972
893
  border-right: 3px solid rgba(0, 0, 0, 0.1);
973
894
  }
895
+
974
896
  .ui.secondary.vertical.menu > .item {
975
897
  border: none;
976
898
  margin: 0em 0em 0.3em;
977
899
  padding: 0.6em 0.8em;
978
-
979
- -webkit-border-radius: 0.1875em;
980
- -moz-border-radius: 0.1875em;
981
900
  border-radius: 0.1875em;
982
901
  }
902
+
983
903
  .ui.secondary.vertical.menu > .header.item {
984
- -webkit-border-radius: 0em;
985
- -moz-border-radius: 0em;
986
904
  border-radius: 0em;
987
905
  }
906
+
988
907
  .ui.secondary.vertical.pointing.menu > .item {
989
908
  margin: 0em -3px 0em 0em;
990
909
  border-bottom: none;
991
910
  border-right: 3px solid transparent;
992
- -webkit-border-radius: 0em;
993
- -moz-border-radius: 0em;
994
911
  border-radius: 0em;
995
912
  }
913
+
996
914
  /* Hover */
915
+
997
916
  .ui.secondary.vertical.pointing.menu > .item.hover,
998
917
  .ui.secondary.vertical.pointing.menu > .item:hover {
999
918
  background-color: transparent;
@@ -1001,12 +920,14 @@
1001
920
  }
1002
921
 
1003
922
  /* Down */
923
+
1004
924
  .ui.secondary.vertical.pointing.menu > .item:active {
1005
925
  background-color: transparent;
1006
926
  border-color: rgba(0, 0, 0, 0.2);
1007
927
  }
1008
928
 
1009
929
  /* Active */
930
+
1010
931
  .ui.secondary.vertical.pointing.menu > .item.active {
1011
932
  background-color: transparent;
1012
933
  border-color: rgba(0, 0, 0, 0.4);
@@ -1024,22 +945,26 @@
1024
945
  .ui.secondary.inverted.pointing.menu {
1025
946
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
1026
947
  }
948
+
1027
949
  .ui.secondary.inverted.pointing.menu > .item {
1028
950
  color: rgba(255, 255, 255, 0.7);
1029
951
  }
1030
952
 
1031
953
  /* Hover */
954
+
1032
955
  .ui.secondary.inverted.pointing.menu > .item.hover,
1033
956
  .ui.secondary.inverted.pointing.menu > .item:hover {
1034
957
  color: rgba(255, 255, 255, 0.85);
1035
958
  }
1036
959
 
1037
960
  /* Down */
961
+
1038
962
  .ui.secondary.inverted.pointing.menu > .item:active {
1039
963
  border-color: rgba(255, 255, 255, 0.4) !important;
1040
964
  }
1041
965
 
1042
966
  /* Active */
967
+
1043
968
  .ui.secondary.inverted.pointing.menu > .item.active {
1044
969
  border-color: rgba(255, 255, 255, 0.8) !important;
1045
970
  color: rgba(255, 255, 255, 1);
@@ -1060,53 +985,30 @@
1060
985
 
1061
986
  .ui.text.menu {
1062
987
  background-color: transparent;
1063
-
1064
988
  margin: 1rem -1rem;
1065
- -moz-border-radius: 0px;
1066
- -webkit-border-radius: 0px;
1067
989
  border-radius: 0px;
1068
-
1069
990
  -webkit-box-shadow: none;
1070
- -moz-box-shadow: none;
1071
991
  box-shadow: none;
1072
992
  }
993
+
1073
994
  .ui.text.menu > .item {
1074
995
  opacity: 0.8;
1075
-
1076
996
  margin: 0em 1em;
1077
997
  padding: 0em;
1078
998
  height: auto !important;
1079
-
1080
- -webkit-border-radius: 0px;
1081
- -moz-border-radius: 0px;
1082
999
  border-radius: 0px;
1083
-
1084
1000
  -webkit-box-shadow: none;
1085
- -moz-box-shadow: none;
1086
1001
  box-shadow: none;
1087
-
1088
- -webkit-transition:
1089
- opacity 0.2s ease
1090
- ;
1091
- -moz-transition:
1092
- opacity 0.2s ease
1093
- ;
1094
- -o-transition:
1095
- opacity 0.2s ease
1096
- ;
1097
- -ms-transition:
1098
- opacity 0.2s ease
1099
- ;
1100
- transition:
1101
- opacity 0.2s ease
1102
- ;
1002
+ -webkit-transition: opacity 0.2s ease;
1003
+ transition: opacity 0.2s ease;
1103
1004
  }
1005
+
1104
1006
  .ui.text.menu > .item:before {
1105
1007
  display: none !important;
1106
1008
  }
1009
+
1107
1010
  .ui.text.menu .header.item {
1108
1011
  background-color: transparent;
1109
-
1110
1012
  opacity: 1;
1111
1013
  color: rgba(50, 50, 50, 0.8);
1112
1014
  font-size: 0.875rem;
@@ -1116,34 +1018,42 @@
1116
1018
  }
1117
1019
 
1118
1020
  /*--- fluid text ---*/
1021
+
1119
1022
  .ui.text.item.menu .item {
1120
1023
  margin: 0em;
1121
1024
  }
1122
1025
 
1123
1026
  /*--- vertical text ---*/
1027
+
1124
1028
  .ui.vertical.text.menu {
1125
1029
  margin: 1rem 0em;
1126
1030
  }
1031
+
1127
1032
  .ui.vertical.text.menu:first-child {
1128
1033
  margin-top: 0rem;
1129
1034
  }
1035
+
1130
1036
  .ui.vertical.text.menu:last-child {
1131
1037
  margin-bottom: 0rem;
1132
1038
  }
1039
+
1133
1040
  .ui.vertical.text.menu .item {
1134
1041
  float: left;
1135
1042
  clear: left;
1136
1043
  margin: 0.5em 0em;
1137
1044
  }
1045
+
1138
1046
  .ui.vertical.text.menu .item > .icon {
1139
1047
  float: none;
1140
1048
  margin: 0em 0.83em 0em 0em;
1141
1049
  }
1050
+
1142
1051
  .ui.vertical.text.menu .header.item {
1143
1052
  margin: 0.8em 0em;
1144
1053
  }
1145
1054
 
1146
1055
  /*--- hover ---*/
1056
+
1147
1057
  .ui.text.menu .item.hover,
1148
1058
  .ui.text.menu .item:hover {
1149
1059
  opacity: 1;
@@ -1151,6 +1061,7 @@
1151
1061
  }
1152
1062
 
1153
1063
  /*--- active ---*/
1064
+
1154
1065
  .ui.text.menu .active.item {
1155
1066
  background-color: transparent;
1156
1067
  padding: 0em;
@@ -1158,19 +1069,18 @@
1158
1069
  opacity: 1;
1159
1070
  font-weight: bold;
1160
1071
  -webkit-box-shadow: none;
1161
- -moz-box-shadow: none;
1162
1072
  box-shadow: none;
1163
1073
  }
1164
1074
 
1165
1075
  /* disable variations */
1076
+
1166
1077
  .ui.text.pointing.menu .active.item:after {
1167
1078
  -webkit-box-shadow: none;
1168
- -moz-box-shadow: none;
1169
1079
  box-shadow: none;
1170
1080
  }
1081
+
1171
1082
  .ui.text.attached.menu {
1172
1083
  -webkit-box-shadow: none;
1173
- -moz-box-shadow: none;
1174
1084
  box-shadow: none;
1175
1085
  }
1176
1086
 
@@ -1191,22 +1101,26 @@
1191
1101
  display: inline-block;
1192
1102
  height: auto;
1193
1103
  }
1104
+
1194
1105
  .ui.icon.menu > .item {
1195
1106
  height: auto;
1196
1107
  text-align: center;
1197
1108
  color: rgba(60, 60, 60, 0.7);
1198
1109
  }
1110
+
1199
1111
  .ui.icon.menu > .item > .icon {
1200
1112
  display: block;
1201
1113
  float: none !important;
1202
1114
  opacity: 1;
1203
1115
  margin: 0em auto !important;
1204
1116
  }
1117
+
1205
1118
  .ui.icon.menu .icon:before {
1206
1119
  opacity: 1;
1207
1120
  }
1208
1121
 
1209
1122
  /* Item Icon Only */
1123
+
1210
1124
  .ui.menu .icon.item .icon {
1211
1125
  margin: 0em;
1212
1126
  }
@@ -1216,9 +1130,11 @@
1216
1130
  }
1217
1131
 
1218
1132
  /*--- inverted ---*/
1133
+
1219
1134
  .ui.inverted.icon.menu .item {
1220
1135
  color: rgba(255, 255, 255, 0.8);
1221
1136
  }
1137
+
1222
1138
  .ui.inverted.icon.menu .icon {
1223
1139
  color: rgba(255, 255, 255, 1);
1224
1140
  }
@@ -1230,14 +1146,13 @@
1230
1146
  .ui.labeled.icon.menu {
1231
1147
  text-align: center;
1232
1148
  }
1149
+
1233
1150
  .ui.labeled.icon.menu > .item > .icon {
1234
1151
  display: block;
1235
1152
  font-size: 1.5em !important;
1236
1153
  margin: 0em auto 0.3em !important;
1237
1154
  }
1238
1155
 
1239
-
1240
-
1241
1156
  /*******************************
1242
1157
  Variations
1243
1158
  *******************************/
@@ -1247,52 +1162,57 @@
1247
1162
  ---------------*/
1248
1163
 
1249
1164
  /*--- Light Colors ---*/
1165
+
1250
1166
  .ui.menu .green.active.item,
1251
1167
  .ui.green.menu .active.item {
1252
1168
  border-color: #A1CF64 !important;
1253
1169
  color: #A1CF64 !important;
1254
1170
  }
1171
+
1255
1172
  .ui.menu .red.active.item,
1256
1173
  .ui.red.menu .active.item {
1257
1174
  border-color: #D95C5C !important;
1258
1175
  color: #D95C5C !important;
1259
1176
  }
1177
+
1260
1178
  .ui.menu .blue.active.item,
1261
1179
  .ui.blue.menu .active.item {
1262
1180
  border-color: #6ECFF5 !important;
1263
1181
  color: #6ECFF5 !important;
1264
1182
  }
1183
+
1265
1184
  .ui.menu .purple.active.item,
1266
1185
  .ui.purple.menu .active.item {
1267
1186
  border-color: #564F8A !important;
1268
1187
  color: #564F8A !important;
1269
1188
  }
1189
+
1270
1190
  .ui.menu .orange.active.item,
1271
1191
  .ui.orange.menu .active.item {
1272
1192
  border-color: #F05940 !important;
1273
1193
  color: #F05940 !important;
1274
1194
  }
1195
+
1275
1196
  .ui.menu .teal.active.item,
1276
1197
  .ui.teal.menu .active.item {
1277
1198
  border-color: #00B5AD !important;
1278
1199
  color: #00B5AD !important;
1279
1200
  }
1280
1201
 
1281
-
1282
1202
  /*--------------
1283
1203
  Inverted
1284
1204
  ---------------*/
1285
1205
 
1286
1206
  .ui.inverted.menu {
1287
1207
  background-color: #333333;
1208
+ -webkit-box-shadow: none;
1288
1209
  box-shadow: none;
1289
1210
  }
1211
+
1290
1212
  .ui.inverted.menu .header.item {
1291
1213
  margin: 0em;
1292
-
1293
1214
  background-color: rgba(0, 0, 0, 0.3);
1294
1215
  -webkit-box-shadow: none;
1295
- -moz-box-shadow: none;
1296
1216
  box-shadow: none;
1297
1217
  }
1298
1218
 
@@ -1300,79 +1220,49 @@
1300
1220
  .ui.inverted.menu .item > a {
1301
1221
  color: #FFFFFF;
1302
1222
  }
1223
+
1303
1224
  .ui.inverted.menu .item .item,
1304
1225
  .ui.inverted.menu .item .item > a {
1305
1226
  color: rgba(255, 255, 255, 0.8);
1306
1227
  }
1228
+
1307
1229
  .ui.inverted.menu .dropdown.item .menu .item,
1308
1230
  .ui.inverted.menu .dropdown.item .menu .item a {
1309
1231
  color: rgba(0, 0, 0, 0.75) !important;
1310
1232
  }
1233
+
1311
1234
  .ui.inverted.menu .item.disabled,
1312
1235
  .ui.inverted.menu .item.disabled:hover,
1313
1236
  .ui.inverted.menu .item.disabled.hover {
1314
1237
  color: rgba(255, 255, 255, 0.2);
1315
1238
  }
1316
1239
 
1317
-
1318
-
1319
1240
  /*--- Border ---*/
1241
+
1320
1242
  .ui.inverted.menu .item:before {
1321
- background-image: -webkit-linear-gradient(top,
1322
- rgba(255, 255, 255, 0.03) 0%,
1323
- rgba(255, 255, 255, 0.1) 50%,
1324
- rgba(255, 255, 255, 0.03) 100%)
1325
- ;
1326
- background-image: -moz-linear-gradient(top,
1243
+ background-image: -webkit-linear-gradient(
1327
1244
  rgba(255, 255, 255, 0.03) 0%,
1328
1245
  rgba(255, 255, 255, 0.1) 50%,
1329
- rgba(255, 255, 255, 0.03) 100%)
1330
- ;
1331
- background-image: -o-linear-gradient(top,
1246
+ rgba(255, 255, 255, 0.03) 100%);
1247
+ background-image: linear-gradient(
1332
1248
  rgba(255, 255, 255, 0.03) 0%,
1333
1249
  rgba(255, 255, 255, 0.1) 50%,
1334
- rgba(255, 255, 255, 0.03) 100%)
1335
- ;
1336
- background-image: -ms-linear-gradient(top,
1337
- rgba(255, 255, 255, 0.03) 0%,
1338
- rgba(255, 255, 255, 0.1) 50%,
1339
- rgba(255, 255, 255, 0.03) 100%)
1340
- ;
1341
- background-image: linear-gradient(top,
1342
- rgba(255, 255, 255, 0.03) 0%,
1343
- rgba(255, 255, 255, 0.1) 50%,
1344
- rgba(255, 255, 255, 0.03) 100%)
1345
- ;
1250
+ rgba(255, 255, 255, 0.03) 100%);
1346
1251
  }
1252
+
1347
1253
  .ui.vertical.inverted.menu .item:before {
1348
1254
  background-image: -webkit-linear-gradient(left,
1349
1255
  rgba(255, 255, 255, 0.03) 0%,
1350
1256
  rgba(255, 255, 255, 0.1) 50%,
1351
- rgba(255, 255, 255, 0.03) 100%)
1352
- ;
1353
- background-image: -moz-linear-gradient(left,
1354
- rgba(255, 255, 255, 0.03) 0%,
1355
- rgba(255, 255, 255, 0.1) 50%,
1356
- rgba(255, 255, 255, 0.03) 100%)
1357
- ;
1358
- background-image: -o-linear-gradient(left,
1359
- rgba(255, 255, 255, 0.03) 0%,
1360
- rgba(255, 255, 255, 0.1) 50%,
1361
- rgba(255, 255, 255, 0.03) 100%)
1362
- ;
1363
- background-image: -ms-linear-gradient(left,
1364
- rgba(255, 255, 255, 0.03) 0%,
1365
- rgba(255, 255, 255, 0.1) 50%,
1366
- rgba(255, 255, 255, 0.03) 100%)
1367
- ;
1257
+ rgba(255, 255, 255, 0.03) 100%);
1368
1258
  background-image: linear-gradient(left,
1369
1259
  rgba(255, 255, 255, 0.03) 0%,
1370
1260
  rgba(255, 255, 255, 0.1) 50%,
1371
- rgba(255, 255, 255, 0.03) 100%)
1372
- ;
1261
+ rgba(255, 255, 255, 0.03) 100%);
1373
1262
  }
1374
1263
 
1375
1264
  /*--- Hover ---*/
1265
+
1376
1266
  .ui.link.inverted.menu .item:hover,
1377
1267
  .ui.inverted.menu .item.hover,
1378
1268
  .ui.inverted.menu .link.item:hover,
@@ -1381,6 +1271,7 @@
1381
1271
  .ui.inverted.menu .dropdown.item:hover {
1382
1272
  background-color: rgba(255, 255, 255, 0.1);
1383
1273
  }
1274
+
1384
1275
  .ui.inverted.menu a.item:hover,
1385
1276
  .ui.inverted.menu .item.hover,
1386
1277
  .ui.inverted.menu .item > a:hover,
@@ -1392,6 +1283,7 @@
1392
1283
  }
1393
1284
 
1394
1285
  /*--- Down ---*/
1286
+
1395
1287
  .ui.inverted.menu a.item:active,
1396
1288
  .ui.inverted.menu .dropdown.item:active,
1397
1289
  .ui.inverted.menu .link.item:active,
@@ -1400,29 +1292,35 @@
1400
1292
  }
1401
1293
 
1402
1294
  /*--- Active ---*/
1295
+
1403
1296
  .ui.inverted.menu .active.item {
1297
+ -webkit-box-shadow: none !important;
1404
1298
  box-shadow: none !important;
1405
1299
  background-color: rgba(255, 255, 255, 0.2);
1406
1300
  }
1301
+
1407
1302
  .ui.inverted.menu .active.item,
1408
1303
  .ui.inverted.menu .active.item a {
1409
1304
  color: rgba(255, 255, 255, 1) !important;
1410
1305
  }
1306
+
1411
1307
  .ui.inverted.vertical.menu .item .menu .active.item {
1412
1308
  background-color: rgba(255, 255, 255, 0.2);
1413
1309
  color: rgba(255, 255, 255, 1);
1414
1310
  }
1415
1311
 
1416
1312
  /*--- Pointers ---*/
1313
+
1417
1314
  .ui.inverted.pointing.menu .active.item:after {
1418
1315
  background-color: #505050;
1316
+ -webkit-box-shadow: none;
1419
1317
  box-shadow: none;
1420
1318
  }
1319
+
1421
1320
  .ui.inverted.pointing.menu .active.item:hover:after {
1422
1321
  background-color: #3B3B3B;
1423
1322
  }
1424
1323
 
1425
-
1426
1324
  /*--------------
1427
1325
  Selection
1428
1326
  ---------------*/
@@ -1430,9 +1328,11 @@
1430
1328
  .ui.selection.menu > .item {
1431
1329
  color: rgba(0, 0, 0, 0.4);
1432
1330
  }
1331
+
1433
1332
  .ui.selection.menu > .item:hover {
1434
1333
  color: rgba(0, 0, 0, 0.6);
1435
1334
  }
1335
+
1436
1336
  .ui.selection.menu > .item.active {
1437
1337
  color: rgba(0, 0, 0, 0.85);
1438
1338
  }
@@ -1440,14 +1340,15 @@
1440
1340
  .ui.inverted.selection.menu > .item {
1441
1341
  color: rgba(255, 255, 255, 0.4);
1442
1342
  }
1343
+
1443
1344
  .ui.inverted.selection.menu > .item:hover {
1444
1345
  color: rgba(255, 255, 255, 0.9);
1445
1346
  }
1347
+
1446
1348
  .ui.inverted.selection.menu > .item.active {
1447
1349
  color: #FFFFFF;
1448
1350
  }
1449
1351
 
1450
-
1451
1352
  /*--------------
1452
1353
  Floated
1453
1354
  ---------------*/
@@ -1456,25 +1357,28 @@
1456
1357
  float: left;
1457
1358
  margin: 0rem 0.5rem 0rem 0rem;
1458
1359
  }
1360
+
1459
1361
  .ui.right.floated.menu {
1460
1362
  float: right;
1461
1363
  margin: 0rem 0rem 0rem 0.5rem;
1462
1364
  }
1463
1365
 
1464
-
1465
1366
  /*--------------
1466
1367
  Inverted Colors
1467
1368
  ---------------*/
1468
1369
 
1469
1370
  /*--- Light Colors ---*/
1371
+
1470
1372
  .ui.grey.menu {
1471
1373
  background-color: #F0F0F0;
1472
1374
  }
1473
1375
 
1474
1376
  /*--- Inverted Colors ---*/
1377
+
1475
1378
  .ui.inverted.green.menu {
1476
1379
  background-color: #A1CF64;
1477
1380
  }
1381
+
1478
1382
  .ui.inverted.green.pointing.menu .active.item:after {
1479
1383
  background-color: #A1CF64;
1480
1384
  }
@@ -1482,6 +1386,7 @@
1482
1386
  .ui.inverted.red.menu {
1483
1387
  background-color: #D95C5C;
1484
1388
  }
1389
+
1485
1390
  .ui.inverted.red.pointing.menu .active.item:after {
1486
1391
  background-color: #F16883;
1487
1392
  }
@@ -1489,6 +1394,7 @@
1489
1394
  .ui.inverted.blue.menu {
1490
1395
  background-color: #6ECFF5;
1491
1396
  }
1397
+
1492
1398
  .ui.inverted.blue.pointing.menu .active.item:after {
1493
1399
  background-color: #6ECFF5;
1494
1400
  }
@@ -1496,6 +1402,7 @@
1496
1402
  .ui.inverted.purple.menu {
1497
1403
  background-color: #564F8A;
1498
1404
  }
1405
+
1499
1406
  .ui.inverted.purple.pointing.menu .active.item:after {
1500
1407
  background-color: #564F8A;
1501
1408
  }
@@ -1503,6 +1410,7 @@
1503
1410
  .ui.inverted.orange.menu {
1504
1411
  background-color: #F05940;
1505
1412
  }
1413
+
1506
1414
  .ui.inverted.orange.pointing.menu .active.item:after {
1507
1415
  background-color: #F05940;
1508
1416
  }
@@ -1510,11 +1418,11 @@
1510
1418
  .ui.inverted.teal.menu {
1511
1419
  background-color: #00B5AD;
1512
1420
  }
1421
+
1513
1422
  .ui.inverted.teal.pointing.menu .active.item:after {
1514
1423
  background-color: #00B5AD;
1515
1424
  }
1516
1425
 
1517
-
1518
1426
  /*--------------
1519
1427
  Fitted
1520
1428
  ---------------*/
@@ -1524,12 +1432,14 @@
1524
1432
  .ui.menu .fitted.item {
1525
1433
  padding: 0em;
1526
1434
  }
1435
+
1527
1436
  .ui.horizontally.fitted.menu .item,
1528
1437
  .ui.horizontally.fitted.menu .item .menu .item,
1529
1438
  .ui.menu .horizontally.fitted.item {
1530
1439
  padding-top: 0.83em;
1531
1440
  padding-bottom: 0.83em;
1532
1441
  }
1442
+
1533
1443
  .ui.vertically.fitted.menu .item,
1534
1444
  .ui.vertically.fitted.menu .item .menu .item,
1535
1445
  .ui.menu .vertically.fitted.item {
@@ -1556,9 +1466,11 @@
1556
1466
  margin: 0em;
1557
1467
  vertical-align: middle;
1558
1468
  }
1469
+
1559
1470
  .ui.compact.vertical.menu {
1560
1471
  width: auto !important;
1561
1472
  }
1473
+
1562
1474
  .ui.compact.vertical.menu .item:last-child::before {
1563
1475
  display: block;
1564
1476
  }
@@ -1573,7 +1485,6 @@
1573
1485
  width: 100% !important;
1574
1486
  }
1575
1487
 
1576
-
1577
1488
  /*-------------------
1578
1489
  Evenly Sized
1579
1490
  --------------------*/
@@ -1589,33 +1500,43 @@
1589
1500
  .ui.menu.two.item .item {
1590
1501
  width: 50%;
1591
1502
  }
1503
+
1592
1504
  .ui.menu.three.item .item {
1593
1505
  width: 33.333%;
1594
1506
  }
1507
+
1595
1508
  .ui.menu.four.item .item {
1596
1509
  width: 25%;
1597
1510
  }
1511
+
1598
1512
  .ui.menu.five.item .item {
1599
1513
  width: 20%;
1600
1514
  }
1515
+
1601
1516
  .ui.menu.six.item .item {
1602
1517
  width: 16.666%;
1603
1518
  }
1519
+
1604
1520
  .ui.menu.seven.item .item {
1605
1521
  width: 14.285%;
1606
1522
  }
1523
+
1607
1524
  .ui.menu.eight.item .item {
1608
1525
  width: 12.500%;
1609
1526
  }
1527
+
1610
1528
  .ui.menu.nine.item .item {
1611
1529
  width: 11.11%;
1612
1530
  }
1531
+
1613
1532
  .ui.menu.ten.item .item {
1614
1533
  width: 10.0%;
1615
1534
  }
1535
+
1616
1536
  .ui.menu.eleven.item .item {
1617
1537
  width: 9.09%;
1618
1538
  }
1539
+
1619
1540
  .ui.menu.twelve.item .item {
1620
1541
  width: 8.333%;
1621
1542
  }
@@ -1627,16 +1548,14 @@
1627
1548
  .ui.menu.fixed {
1628
1549
  position: fixed;
1629
1550
  z-index: 10;
1630
-
1631
1551
  margin: 0em;
1632
1552
  border: none;
1633
1553
  width: 100%;
1634
1554
  }
1555
+
1635
1556
  .ui.menu.fixed,
1636
1557
  .ui.menu.fixed .item:first-child,
1637
1558
  .ui.menu.fixed .item:last-child {
1638
- -webkit-border-radius: 0px !important;
1639
- -moz-border-radius: 0px !important;
1640
1559
  border-radius: 0px !important;
1641
1560
  }
1642
1561
 
@@ -1646,6 +1565,7 @@
1646
1565
  right: auto;
1647
1566
  bottom: auto;
1648
1567
  }
1568
+
1649
1569
  .ui.menu.fixed.right {
1650
1570
  top: 0px;
1651
1571
  right: 0px;
@@ -1654,12 +1574,14 @@
1654
1574
  width: auto;
1655
1575
  height: 100%;
1656
1576
  }
1577
+
1657
1578
  .ui.menu.fixed.bottom {
1658
1579
  bottom: 0px;
1659
1580
  left: 0px;
1660
1581
  top: auto;
1661
1582
  right: auto;
1662
1583
  }
1584
+
1663
1585
  .ui.menu.fixed.left {
1664
1586
  top: 0px;
1665
1587
  left: 0px;
@@ -1678,40 +1600,23 @@
1678
1600
  bottom: -0.35em;
1679
1601
  left: 50%;
1680
1602
  content: "";
1681
-
1682
1603
  margin-left: -0.3em;
1683
1604
  width: 0.6em;
1684
1605
  height: 0.6em;
1685
-
1686
1606
  border: none;
1687
1607
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1688
1608
  border-right: 1px solid rgba(0, 0, 0, 0.1);
1689
-
1690
1609
  background-image: none;
1691
-
1692
1610
  -webkit-transform: rotate(45deg);
1693
- -moz-transform: rotate(45deg);
1611
+ -ms-transform: rotate(45deg);
1694
1612
  transform: rotate(45deg);
1695
1613
  z-index: 2;
1696
-
1697
- -webkit-transition:
1698
- background 0.2s ease
1699
- ;
1700
- -moz-transition:
1701
- background 0.2s ease
1702
- ;
1703
- -o-transition:
1704
- background 0.2s ease
1705
- ;
1706
- -ms-transition:
1707
- background 0.2s ease
1708
- ;
1709
- transition:
1710
- background 0.2s ease
1711
- ;
1614
+ -webkit-transition: background 0.2s ease;
1615
+ transition: background 0.2s ease;
1712
1616
  }
1713
1617
 
1714
1618
  /* Don't double up pointers */
1619
+
1715
1620
  .ui.pointing.menu .active.item .menu .active.item:after {
1716
1621
  display: none;
1717
1622
  }
@@ -1723,16 +1628,17 @@
1723
1628
  right: -0.4em;
1724
1629
  bottom: auto;
1725
1630
  left: auto;
1726
-
1727
1631
  border: none;
1728
1632
  border-top: 1px solid rgba(0, 0, 0, 0.1);
1729
1633
  border-right: 1px solid rgba(0, 0, 0, 0.1);
1730
1634
  }
1731
1635
 
1732
1636
  /* Colors */
1637
+
1733
1638
  .ui.pointing.menu .active.item:after {
1734
1639
  background-color: #FCFCFC;
1735
1640
  }
1641
+
1736
1642
  .ui.pointing.menu .active.item.hover:after,
1737
1643
  .ui.pointing.menu .active.item:hover:after {
1738
1644
  background-color: #FAFAFA;
@@ -1746,30 +1652,23 @@
1746
1652
  background-color: #F0F0F0;
1747
1653
  }
1748
1654
 
1749
-
1750
1655
  /*--------------
1751
1656
  Attached
1752
1657
  ---------------*/
1753
1658
 
1754
1659
  .ui.menu.attached {
1755
1660
  margin: 0rem;
1756
-
1757
- -moz-border-radius: 0px;
1758
- -webkit-border-radius: 0px;
1759
1661
  border-radius: 0px;
1760
1662
  /* avoid rgba multiplying */
1761
- -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
1762
1663
  -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
1763
1664
  box-shadow: 0px 0px 0px 1px #DDDDDD;
1764
1665
  }
1666
+
1765
1667
  .ui.top.attached.menu {
1766
- -moz-border-radius: 0.1875em 0.1875em 0px 0px;
1767
- -webkit-border-radius: 0.1875em 0.1875em 0px 0px;
1768
1668
  border-radius: 0.1875em 0.1875em 0px 0px;
1769
1669
  }
1670
+
1770
1671
  .ui.menu.bottom.attached {
1771
- -moz-border-radius: 0px 0px 0.1875em 0.1875em;
1772
- -webkit-border-radius: 0px 0px 0.1875em 0.1875em;
1773
1672
  border-radius: 0px 0px 0.1875em 0.1875em;
1774
1673
  }
1775
1674
 
@@ -1780,10 +1679,12 @@
1780
1679
  .ui.small.menu .item {
1781
1680
  font-size: 0.875rem;
1782
1681
  }
1682
+
1783
1683
  .ui.small.menu:not(.vertical) .item > .input input {
1784
1684
  padding-top: 0.4em;
1785
1685
  padding-bottom: 0.4em;
1786
1686
  }
1687
+
1787
1688
  .ui.small.vertical.menu {
1788
1689
  width: 13rem;
1789
1690
  }
@@ -1791,25 +1692,29 @@
1791
1692
  .ui.menu .item {
1792
1693
  font-size: 1rem;
1793
1694
  }
1695
+
1794
1696
  .ui.vertical.menu {
1795
1697
  width: 15rem;
1796
1698
  }
1797
1699
 
1798
-
1799
1700
  .ui.large.menu .item {
1800
1701
  font-size: 1.125rem;
1801
1702
  }
1703
+
1802
1704
  .ui.large.menu .item .item {
1803
1705
  font-size: 0.875rem;
1804
1706
  }
1707
+
1805
1708
  .ui.large.menu:not(.vertical) .item > .input input {
1806
1709
  top: -0.125em;
1807
1710
  padding-bottom: 0.6em;
1808
1711
  padding-top: 0.6em;
1809
1712
  }
1713
+
1810
1714
  .ui.large.menu .dropdown.item .item {
1811
1715
  font-size: 1rem;
1812
1716
  }
1717
+
1813
1718
  .ui.large.vertical.menu {
1814
1719
  width: 18rem;
1815
1720
  }