fomantic-ui 2.9.0-beta.9 → 2.9.0-beta.90
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.
- package/.all-contributorsrc +188 -3
- package/CONTRIBUTORS.md +71 -37
- package/README.md +1 -1
- package/dist/components/accordion.css +50 -6
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +25 -23
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +81 -81
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +106 -10
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +28 -5
- package/dist/components/dropdown.js +14 -18
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +2 -2
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +731 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +103 -54
- package/dist/components/form.js +24 -22
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +6 -1
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +17 -2
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +3 -1
- package/dist/components/modal.js +94 -30
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +5 -3
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +12 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +5 -3
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +5 -4
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1375 -1030
- package/dist/semantic.js +303 -136
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/assets/library/iframe-content.js +5 -5
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +24 -22
- package/src/definitions/behaviors/form.js +23 -21
- package/src/definitions/collections/form.less +190 -139
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +255 -242
- package/src/definitions/elements/button.less +360 -347
- package/src/definitions/elements/container.less +16 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +42 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +23 -7
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +30 -22
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +55 -5
- package/src/definitions/modules/calendar.js +105 -9
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +13 -17
- package/src/definitions/modules/dropdown.less +99 -67
- package/src/definitions/modules/modal.js +93 -29
- package/src/definitions/modules/modal.less +2 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.less +5 -1
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +49 -42
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/toast.js +4 -3
- package/src/definitions/modules/toast.less +22 -16
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/elements/button.variables +2 -1
- package/src/themes/default/elements/flag.overrides +1635 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +35 -28
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +104 -6
- package/src/themes/default/modules/accordion.variables +15 -0
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/tasks/build/css.js +6 -1
- package/test/helpers/sinon.js +1 -1
@@ -238,9 +238,9 @@
|
|
238
238
|
.ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
|
239
239
|
box-shadow: none !important;
|
240
240
|
}
|
241
|
-
& when (@variationTableMarked) {
|
242
|
-
each(@
|
243
|
-
@color:
|
241
|
+
& when (@variationTableMarked) and not (@variationTableColors = false) {
|
242
|
+
each(@variationTableColors, {
|
243
|
+
@color: @value;
|
244
244
|
@c: @colors[@@color][color];
|
245
245
|
@l: @colors[@@color][light];
|
246
246
|
.ui.ui.ui.ui.table:not(.unstackable) tr.marked.@{color} {
|
@@ -526,9 +526,9 @@
|
|
526
526
|
}
|
527
527
|
}
|
528
528
|
}
|
529
|
-
& when (@variationTableMarked) {
|
530
|
-
each(@
|
531
|
-
@color:
|
529
|
+
& when (@variationTableMarked) and not (@variationTableColors = false) {
|
530
|
+
each(@variationTableColors, {
|
531
|
+
@color: @value;
|
532
532
|
@c: @colors[@@color][color];
|
533
533
|
@l: @colors[@@color][light];
|
534
534
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.@{color} {
|
@@ -642,6 +642,8 @@
|
|
642
642
|
.ui.table tbody tr td.selectable > a:not(.ui) {
|
643
643
|
display: block;
|
644
644
|
color: inherit;
|
645
|
+
}
|
646
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
645
647
|
padding: @cellVerticalPadding @cellHorizontalPadding;
|
646
648
|
}
|
647
649
|
.ui.table > tr > td.selectable,
|
@@ -778,208 +780,213 @@
|
|
778
780
|
/*-------------------
|
779
781
|
Colors
|
780
782
|
--------------------*/
|
781
|
-
|
782
|
-
each(@
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
}
|
798
|
-
& when (@variationTableInverted) {
|
799
|
-
.ui.inverted.@{color}.table {
|
800
|
-
background-color: @c;
|
801
|
-
color: @white;
|
802
|
-
}
|
803
|
-
}
|
804
|
-
.ui.ui.ui.ui.table tr.@{color}:not(.marked),
|
805
|
-
.ui.ui.table td.@{color}:not(.marked) {
|
806
|
-
& when (@stateMarkerWidth > 0) {
|
807
|
-
box-shadow: @stateMarkerWidth 0 0 @r inset;
|
808
|
-
}
|
809
|
-
& when (@isDark) {
|
810
|
-
background: @l;
|
783
|
+
& when not (@variationTableColors = false) {
|
784
|
+
each(@variationTableColors, {
|
785
|
+
@color: @value;
|
786
|
+
@c: @colors[@@color][color];
|
787
|
+
@t: @colors[@@color][text];
|
788
|
+
@ht: @colors[@@color][hoverText];
|
789
|
+
@l: @colors[@@color][light];
|
790
|
+
@lh: @colors[@@color][lightHover];
|
791
|
+
@r: @colors[@@color][ribbon];
|
792
|
+
@b: @colors[@@color][bright];
|
793
|
+
@bh: @colors[@@color][brightHover];
|
794
|
+
@isDark: @colors[@@color][isDark];
|
795
|
+
@isVeryDark: @colors[@@color][isVeryDark];
|
796
|
+
|
797
|
+
.ui.@{color}.table {
|
798
|
+
border-top: @coloredBorderSize solid @c;
|
811
799
|
}
|
812
|
-
& when
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
}
|
818
|
-
& when not (@isVeryDark) {
|
819
|
-
color: @t;
|
800
|
+
& when (@variationTableInverted) {
|
801
|
+
.ui.inverted.@{color}.table {
|
802
|
+
background-color: @c;
|
803
|
+
color: @white;
|
804
|
+
}
|
820
805
|
}
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
806
|
+
.ui.ui.ui.ui.table tr.@{color}:not(.marked),
|
807
|
+
.ui.ui.table td.@{color}:not(.marked) {
|
808
|
+
& when (@stateMarkerWidth > 0) {
|
809
|
+
box-shadow: @stateMarkerWidth 0 0 @r inset;
|
810
|
+
}
|
826
811
|
& when (@isDark) {
|
827
|
-
background: @
|
812
|
+
background: @l;
|
828
813
|
}
|
829
814
|
& when not (@isDark) {
|
830
|
-
background: @
|
815
|
+
background: @b;
|
831
816
|
}
|
832
817
|
& when (@isVeryDark) {
|
833
818
|
color: @white;
|
834
819
|
}
|
835
820
|
& when not (@isVeryDark) {
|
836
|
-
color: @
|
821
|
+
color: @t;
|
837
822
|
}
|
838
823
|
}
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
824
|
+
& when (@variationTableSelectable) {
|
825
|
+
.ui.ui.selectable.table tr.@{color}:not(.marked):hover,
|
826
|
+
.ui.table tr td.selectable.@{color}:not(.marked):hover,
|
827
|
+
.ui.selectable.table tr:hover td.@{color}:not(.marked) {
|
828
|
+
& when (@isDark) {
|
829
|
+
background: @lh;
|
830
|
+
}
|
831
|
+
& when not (@isDark) {
|
832
|
+
background: @bh;
|
833
|
+
}
|
834
|
+
& when (@isVeryDark) {
|
835
|
+
color: @white;
|
836
|
+
}
|
837
|
+
& when not (@isVeryDark) {
|
838
|
+
color: @ht;
|
839
|
+
}
|
848
840
|
}
|
849
841
|
}
|
850
|
-
& when (@
|
851
|
-
.ui.
|
852
|
-
.ui.
|
842
|
+
& when (@variationTableMarked) {
|
843
|
+
.ui.table td.marked.@{color},
|
844
|
+
.ui.table tr.marked.@{color} {
|
853
845
|
&.left {
|
854
|
-
box-shadow: @coloredBorderSize 0 0 0 @
|
846
|
+
box-shadow: @coloredBorderSize 0 0 0 @c inset;
|
855
847
|
}
|
856
848
|
&.right {
|
857
|
-
box-shadow: -@coloredBorderSize 0 0 0 @
|
849
|
+
box-shadow: -@coloredBorderSize 0 0 0 @c inset;
|
850
|
+
}
|
851
|
+
}
|
852
|
+
& when (@variationTableInverted) {
|
853
|
+
.ui.inverted.table td.marked.@{color},
|
854
|
+
.ui.inverted.table tr.marked.@{color} {
|
855
|
+
&.left {
|
856
|
+
box-shadow: @coloredBorderSize 0 0 0 @l inset;
|
857
|
+
}
|
858
|
+
&.right {
|
859
|
+
box-shadow: -@coloredBorderSize 0 0 0 @l inset;
|
860
|
+
}
|
858
861
|
}
|
859
862
|
}
|
860
863
|
}
|
861
|
-
}
|
862
864
|
|
863
|
-
})
|
865
|
+
})
|
866
|
+
}
|
864
867
|
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
+
& when (@variationTableEqualWidth) {
|
869
|
+
/*--------------
|
870
|
+
Column Count
|
871
|
+
---------------*/
|
868
872
|
|
869
|
-
/* Grid Based */
|
870
|
-
.ui.one.column.table td {
|
871
|
-
|
872
|
-
}
|
873
|
-
.ui.two.column.table td {
|
874
|
-
|
875
|
-
}
|
876
|
-
.ui.three.column.table td {
|
877
|
-
|
878
|
-
}
|
879
|
-
.ui.four.column.table td {
|
880
|
-
|
881
|
-
}
|
882
|
-
.ui.five.column.table td {
|
883
|
-
|
884
|
-
}
|
885
|
-
.ui.six.column.table td {
|
886
|
-
|
887
|
-
}
|
888
|
-
.ui.seven.column.table td {
|
889
|
-
|
890
|
-
}
|
891
|
-
.ui.eight.column.table td {
|
892
|
-
|
893
|
-
}
|
894
|
-
.ui.nine.column.table td {
|
895
|
-
|
896
|
-
}
|
897
|
-
.ui.ten.column.table td {
|
898
|
-
|
899
|
-
}
|
900
|
-
.ui.eleven.column.table td {
|
901
|
-
|
902
|
-
}
|
903
|
-
.ui.twelve.column.table td {
|
904
|
-
|
905
|
-
}
|
906
|
-
.ui.thirteen.column.table td {
|
907
|
-
|
908
|
-
}
|
909
|
-
.ui.fourteen.column.table td {
|
910
|
-
|
911
|
-
}
|
912
|
-
.ui.fifteen.column.table td {
|
913
|
-
|
914
|
-
}
|
915
|
-
.ui.sixteen.column.table td {
|
916
|
-
|
873
|
+
/* Grid Based */
|
874
|
+
.ui.one.column.table td {
|
875
|
+
width: @oneColumn;
|
876
|
+
}
|
877
|
+
.ui.two.column.table td {
|
878
|
+
width: @twoColumn;
|
879
|
+
}
|
880
|
+
.ui.three.column.table td {
|
881
|
+
width: @threeColumn;
|
882
|
+
}
|
883
|
+
.ui.four.column.table td {
|
884
|
+
width: @fourColumn;
|
885
|
+
}
|
886
|
+
.ui.five.column.table td {
|
887
|
+
width: @fiveColumn;
|
888
|
+
}
|
889
|
+
.ui.six.column.table td {
|
890
|
+
width: @sixColumn;
|
891
|
+
}
|
892
|
+
.ui.seven.column.table td {
|
893
|
+
width: @sevenColumn;
|
894
|
+
}
|
895
|
+
.ui.eight.column.table td {
|
896
|
+
width: @eightColumn;
|
897
|
+
}
|
898
|
+
.ui.nine.column.table td {
|
899
|
+
width: @nineColumn;
|
900
|
+
}
|
901
|
+
.ui.ten.column.table td {
|
902
|
+
width: @tenColumn;
|
903
|
+
}
|
904
|
+
.ui.eleven.column.table td {
|
905
|
+
width: @elevenColumn;
|
906
|
+
}
|
907
|
+
.ui.twelve.column.table td {
|
908
|
+
width: @twelveColumn;
|
909
|
+
}
|
910
|
+
.ui.thirteen.column.table td {
|
911
|
+
width: @thirteenColumn;
|
912
|
+
}
|
913
|
+
.ui.fourteen.column.table td {
|
914
|
+
width: @fourteenColumn;
|
915
|
+
}
|
916
|
+
.ui.fifteen.column.table td {
|
917
|
+
width: @fifteenColumn;
|
918
|
+
}
|
919
|
+
.ui.sixteen.column.table td {
|
920
|
+
width: @sixteenColumn;
|
921
|
+
}
|
917
922
|
}
|
918
923
|
|
919
|
-
|
920
|
-
|
921
|
-
.ui.table
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
.ui.table
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
.ui.table
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
.ui.table
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
.ui.table
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
.ui.table
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
.ui.table
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
.ui.table
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
.ui.table
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
.ui.table
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
.ui.table
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
.ui.table
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
.ui.table
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
.ui.table
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
.ui.table
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
.ui.table
|
982
|
-
|
924
|
+
& when (@variationTableWide) {
|
925
|
+
/* Column Width */
|
926
|
+
.ui.table th.one.wide,
|
927
|
+
.ui.table td.one.wide {
|
928
|
+
width: @oneWide;
|
929
|
+
}
|
930
|
+
.ui.table th.two.wide,
|
931
|
+
.ui.table td.two.wide {
|
932
|
+
width: @twoWide;
|
933
|
+
}
|
934
|
+
.ui.table th.three.wide,
|
935
|
+
.ui.table td.three.wide {
|
936
|
+
width: @threeWide;
|
937
|
+
}
|
938
|
+
.ui.table th.four.wide,
|
939
|
+
.ui.table td.four.wide {
|
940
|
+
width: @fourWide;
|
941
|
+
}
|
942
|
+
.ui.table th.five.wide,
|
943
|
+
.ui.table td.five.wide {
|
944
|
+
width: @fiveWide;
|
945
|
+
}
|
946
|
+
.ui.table th.six.wide,
|
947
|
+
.ui.table td.six.wide {
|
948
|
+
width: @sixWide;
|
949
|
+
}
|
950
|
+
.ui.table th.seven.wide,
|
951
|
+
.ui.table td.seven.wide {
|
952
|
+
width: @sevenWide;
|
953
|
+
}
|
954
|
+
.ui.table th.eight.wide,
|
955
|
+
.ui.table td.eight.wide {
|
956
|
+
width: @eightWide;
|
957
|
+
}
|
958
|
+
.ui.table th.nine.wide,
|
959
|
+
.ui.table td.nine.wide {
|
960
|
+
width: @nineWide;
|
961
|
+
}
|
962
|
+
.ui.table th.ten.wide,
|
963
|
+
.ui.table td.ten.wide {
|
964
|
+
width: @tenWide;
|
965
|
+
}
|
966
|
+
.ui.table th.eleven.wide,
|
967
|
+
.ui.table td.eleven.wide {
|
968
|
+
width: @elevenWide;
|
969
|
+
}
|
970
|
+
.ui.table th.twelve.wide,
|
971
|
+
.ui.table td.twelve.wide {
|
972
|
+
width: @twelveWide;
|
973
|
+
}
|
974
|
+
.ui.table th.thirteen.wide,
|
975
|
+
.ui.table td.thirteen.wide {
|
976
|
+
width: @thirteenWide;
|
977
|
+
}
|
978
|
+
.ui.table th.fourteen.wide,
|
979
|
+
.ui.table td.fourteen.wide {
|
980
|
+
width: @fourteenWide;
|
981
|
+
}
|
982
|
+
.ui.table th.fifteen.wide,
|
983
|
+
.ui.table td.fifteen.wide {
|
984
|
+
width: @fifteenWide;
|
985
|
+
}
|
986
|
+
.ui.table th.sixteen.wide,
|
987
|
+
.ui.table td.sixteen.wide {
|
988
|
+
width: @sixteenWide;
|
989
|
+
}
|
983
990
|
}
|
984
991
|
|
985
992
|
& when (@variationTableSortable) {
|
@@ -1135,7 +1142,7 @@ each(@colors, {
|
|
1135
1142
|
}
|
1136
1143
|
}
|
1137
1144
|
|
1138
|
-
& when (@variationTableBasic) {
|
1145
|
+
& when (@variationTableBasic) or (@variationTableVeryBasic){
|
1139
1146
|
/*--------------
|
1140
1147
|
Basic
|
1141
1148
|
---------------*/
|
@@ -1169,38 +1176,40 @@ each(@colors, {
|
|
1169
1176
|
background-color: @basicTableStripedBackground;
|
1170
1177
|
}
|
1171
1178
|
}
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1179
|
+
& when (@variationTableVeryBasic) {
|
1180
|
+
/* Very Basic */
|
1181
|
+
.ui[class*="very basic"].table {
|
1182
|
+
border: none;
|
1183
|
+
}
|
1184
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
|
1185
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
|
1186
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
|
1187
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
|
1188
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
|
1189
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
|
1190
|
+
padding: @basicTableCellPadding;
|
1191
|
+
}
|
1192
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
|
1193
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
|
1194
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
|
1195
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
|
1196
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
|
1197
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
|
1198
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
|
1199
|
+
padding-left: 0;
|
1200
|
+
}
|
1201
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
|
1202
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
|
1203
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
|
1204
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
|
1205
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
|
1206
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
|
1207
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
|
1208
|
+
padding-right: 0;
|
1209
|
+
}
|
1210
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
|
1211
|
+
padding-top: 0;
|
1212
|
+
}
|
1204
1213
|
}
|
1205
1214
|
}
|
1206
1215
|
|
@@ -1235,7 +1244,7 @@ each(@colors, {
|
|
1235
1244
|
}
|
1236
1245
|
}
|
1237
1246
|
|
1238
|
-
& when (@variationTablePadded) {
|
1247
|
+
& when (@variationTablePadded) or (@variationTableVeryPadded) {
|
1239
1248
|
/*--------------
|
1240
1249
|
Padded
|
1241
1250
|
---------------*/
|
@@ -1257,22 +1266,24 @@ each(@colors, {
|
|
1257
1266
|
padding: @paddedVerticalPadding @paddedHorizontalPadding;
|
1258
1267
|
}
|
1259
1268
|
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1269
|
+
& when (@variationTableVeryPadded) {
|
1270
|
+
/* Very */
|
1271
|
+
.ui[class*="very padded"].table > tr > th,
|
1272
|
+
.ui[class*="very padded"].table > thead > tr > th,
|
1273
|
+
.ui[class*="very padded"].table > tbody > tr > th,
|
1274
|
+
.ui[class*="very padded"].table > tfoot > tr > th {
|
1275
|
+
padding-left: @veryPaddedHorizontalPadding;
|
1276
|
+
padding-right: @veryPaddedHorizontalPadding;
|
1277
|
+
}
|
1278
|
+
.ui[class*="very padded"].table > tr > td,
|
1279
|
+
.ui[class*="very padded"].table > tbody > tr > td,
|
1280
|
+
.ui[class*="very padded"].table > tfoot > tr > td {
|
1281
|
+
padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
|
1282
|
+
}
|
1272
1283
|
}
|
1273
1284
|
}
|
1274
1285
|
|
1275
|
-
& when (@variationTableCompact) {
|
1286
|
+
& when (@variationTableCompact) or (@variationTableVeryCompact) {
|
1276
1287
|
/*--------------
|
1277
1288
|
Compact
|
1278
1289
|
---------------*/
|
@@ -1290,18 +1301,20 @@ each(@colors, {
|
|
1290
1301
|
padding: @compactVerticalPadding @compactHorizontalPadding;
|
1291
1302
|
}
|
1292
1303
|
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1304
|
+
& when (@variationTableVeryCompact) {
|
1305
|
+
/* Very */
|
1306
|
+
.ui[class*="very compact"].table > tr > th,
|
1307
|
+
.ui[class*="very compact"].table > thead > tr > th,
|
1308
|
+
.ui[class*="very compact"].table > tbody > tr > th,
|
1309
|
+
.ui[class*="very compact"].table > tfoot > tr > th {
|
1310
|
+
padding-left: @veryCompactHorizontalPadding;
|
1311
|
+
padding-right: @veryCompactHorizontalPadding;
|
1312
|
+
}
|
1313
|
+
.ui[class*="very compact"].table > tr > td,
|
1314
|
+
.ui[class*="very compact"].table > tbody > tr > td,
|
1315
|
+
.ui[class*="very compact"].table > tfoot > tr > td {
|
1316
|
+
padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
|
1317
|
+
}
|
1305
1318
|
}
|
1306
1319
|
}
|
1307
1320
|
|