synapse-react-client 2.0.55 → 2.0.59
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/dist/assets/skeletons/SkeletonTable.d.ts +2 -0
- package/dist/assets/skeletons/SkeletonTable.js +4 -4
- package/dist/assets/skeletons/SkeletonTable.js.map +1 -1
- package/dist/containers/EntityBadgeIcons.d.ts +3 -2
- package/dist/containers/EntityBadgeIcons.js +12 -12
- package/dist/containers/EntityBadgeIcons.js.map +1 -1
- package/dist/containers/EntityLink.d.ts +5 -4
- package/dist/containers/EntityLink.js +37 -8
- package/dist/containers/EntityLink.js.map +1 -1
- package/dist/containers/FluidModal.d.ts +23 -0
- package/dist/containers/FluidModal.js +36 -0
- package/dist/containers/FluidModal.js.map +1 -0
- package/dist/containers/FullWidthAlert.js +3 -3
- package/dist/containers/FullWidthAlert.js.map +1 -1
- package/dist/containers/IconSvg.js +16 -13
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/PlotlyWrapper.d.ts +2 -0
- package/dist/containers/PlotlyWrapper.js +5 -7
- package/dist/containers/PlotlyWrapper.js.map +1 -1
- package/dist/containers/QueryCount.d.ts +0 -1
- package/dist/containers/QueryCount.js +2 -5
- package/dist/containers/QueryCount.js.map +1 -1
- package/dist/containers/download_list_v2/AvailableForDownloadTable.d.ts +5 -1
- package/dist/containers/download_list_v2/AvailableForDownloadTable.js +4 -3
- package/dist/containers/download_list_v2/AvailableForDownloadTable.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +2 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadListActionsRequired.js +4 -6
- package/dist/containers/download_list_v2/DownloadListActionsRequired.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadListTable.js +5 -6
- package/dist/containers/download_list_v2/DownloadListTable.js.map +1 -1
- package/dist/containers/download_list_v2/MeetAccessRequirementCard.d.ts +1 -0
- package/dist/containers/download_list_v2/MeetAccessRequirementCard.js +15 -4
- package/dist/containers/download_list_v2/MeetAccessRequirementCard.js.map +1 -1
- package/dist/containers/download_list_v2/RequestDownloadCard.js +4 -5
- package/dist/containers/download_list_v2/RequestDownloadCard.js.map +1 -1
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.d.ts +2 -2
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js +22 -19
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.js +4 -2
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinderModal.d.ts +14 -0
- package/dist/containers/entity_finder/EntityFinderModal.js +24 -0
- package/dist/containers/entity_finder/EntityFinderModal.js.map +1 -0
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +2 -0
- package/dist/containers/entity_finder/details/view/DetailsView.js +14 -12
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +60 -13
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +137 -13
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/home_page/featured_tools/FeaturedToolsList.js +1 -1
- package/dist/containers/home_page/featured_tools/FeaturedToolsList.js.map +1 -1
- package/dist/containers/home_page/goals/Goals.Desktop.js +1 -1
- package/dist/containers/home_page/goals/Goals.Desktop.js.map +1 -1
- package/dist/containers/home_page/goals/Goals.Mobile.js +1 -1
- package/dist/containers/home_page/goals/Goals.Mobile.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +1 -0
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +2 -2
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.d.ts +7 -16
- package/dist/containers/synapse_table_functions/SynapseTableCell.js +87 -74
- package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js +2 -2
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +2 -5
- package/dist/containers/table/SynapseTable.js +6 -15
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.d.ts +1 -0
- package/dist/containers/table/TopLevelControls.js +6 -4
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.d.ts +13 -0
- package/dist/containers/table/datasets/DatasetItemsEditor.js +264 -0
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/rollup.index.d.ts +4 -2
- package/dist/rollup.index.js +3 -1
- package/dist/rollup.index.js.map +1 -1
- package/dist/style/abstracts/_mixins.scss +9 -7
- package/dist/style/abstracts/_variables.scss +42 -29
- package/dist/style/base/_icons.scss +8 -7
- package/dist/style/bootstrap4_backports/_base-import.scss +46 -0
- package/dist/style/bootstrap4_backports/_overrides.scss +0 -1
- package/dist/style/components/_all.scss +3 -2
- package/dist/style/components/_carousel.scss +4 -3
- package/dist/style/components/_dataset-editor.scss +75 -0
- package/dist/style/components/_fluid-modal.scss +42 -0
- package/dist/style/components/_global-alert.scss +3 -0
- package/dist/style/components/_project-view-card.scss +2 -1
- package/dist/style/components/_query-filter.scss +2 -1
- package/dist/style/components/entity_finder/_entity-finder.scss +2 -1
- package/dist/style/components/entity_finder/_selection-pane.scss +2 -1
- package/dist/style/main.css +962 -186
- package/dist/umd/synapse-react-client.production.min.js +20 -20
- package/dist/umd/synapse-react-client.production.styles.css +962 -186
- package/dist/utils/SynapseClient.d.ts +3 -3
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/TooltipUtils.d.ts +7 -0
- package/dist/utils/functions/TooltipUtils.js +16 -0
- package/dist/utils/functions/TooltipUtils.js.map +1 -0
- package/dist/utils/hooks/SynapseAPI/useEntity.d.ts +3 -2
- package/dist/utils/hooks/SynapseAPI/useEntity.js +36 -6
- package/dist/utils/hooks/SynapseAPI/useEntity.js.map +1 -1
- package/dist/utils/hooks/useSet.d.ts +14 -0
- package/dist/utils/hooks/useSet.js +42 -0
- package/dist/utils/hooks/useSet.js.map +1 -0
- package/dist/utils/hooks/useTraceUpdate.d.ts +1 -0
- package/dist/utils/hooks/useTraceUpdate.js +22 -0
- package/dist/utils/hooks/useTraceUpdate.js.map +1 -0
- package/package.json +2 -2
package/dist/style/main.css
CHANGED
|
@@ -8652,248 +8652,248 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
8652
8652
|
.bootstrap-4-backport .btn-white:hover {
|
|
8653
8653
|
color: rgba(0, 0, 0, 0.73);
|
|
8654
8654
|
}
|
|
8655
|
-
.bootstrap-4-backport .btn-primary-
|
|
8656
|
-
color: #
|
|
8657
|
-
background-color: #
|
|
8658
|
-
border-color: #
|
|
8655
|
+
.bootstrap-4-backport .btn-primary-100 {
|
|
8656
|
+
color: #212529;
|
|
8657
|
+
background-color: #edf0f2;
|
|
8658
|
+
border-color: #edf0f2;
|
|
8659
8659
|
}
|
|
8660
|
-
.bootstrap-4-backport .btn-primary-
|
|
8661
|
-
color: #
|
|
8662
|
-
background-color: #
|
|
8663
|
-
border-color: #
|
|
8660
|
+
.bootstrap-4-backport .btn-primary-100:hover {
|
|
8661
|
+
color: #212529;
|
|
8662
|
+
background-color: #d6dee3;
|
|
8663
|
+
border-color: #cfd8dd;
|
|
8664
8664
|
}
|
|
8665
|
-
.bootstrap-4-backport .btn-primary-
|
|
8666
|
-
color: #
|
|
8667
|
-
background-color: #
|
|
8668
|
-
border-color: #
|
|
8669
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8665
|
+
.bootstrap-4-backport .btn-primary-100:focus, .bootstrap-4-backport .btn-primary-100.focus {
|
|
8666
|
+
color: #212529;
|
|
8667
|
+
background-color: #d6dee3;
|
|
8668
|
+
border-color: #cfd8dd;
|
|
8669
|
+
box-shadow: 0 0 0 0.2rem rgba(206, 210, 212, 0.5);
|
|
8670
8670
|
}
|
|
8671
|
-
.bootstrap-4-backport .btn-primary-
|
|
8672
|
-
color: #
|
|
8673
|
-
background-color: #
|
|
8674
|
-
border-color: #
|
|
8671
|
+
.bootstrap-4-backport .btn-primary-100.disabled, .bootstrap-4-backport .btn-primary-100:disabled {
|
|
8672
|
+
color: #212529;
|
|
8673
|
+
background-color: #edf0f2;
|
|
8674
|
+
border-color: #edf0f2;
|
|
8675
8675
|
}
|
|
8676
|
-
.bootstrap-4-backport .btn-primary-
|
|
8677
|
-
color: #
|
|
8678
|
-
background-color: #
|
|
8679
|
-
border-color: #
|
|
8676
|
+
.bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-100.dropdown-toggle {
|
|
8677
|
+
color: #212529;
|
|
8678
|
+
background-color: #cfd8dd;
|
|
8679
|
+
border-color: #c7d2d8;
|
|
8680
8680
|
}
|
|
8681
|
-
.bootstrap-4-backport .btn-primary-
|
|
8682
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8681
|
+
.bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-100.dropdown-toggle:focus {
|
|
8682
|
+
box-shadow: 0 0 0 0.2rem rgba(206, 210, 212, 0.5);
|
|
8683
8683
|
}
|
|
8684
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8684
|
+
.bootstrap-4-backport .btn-light-primary-100 {
|
|
8685
8685
|
color: #212529;
|
|
8686
8686
|
background-color: #dfdfdf;
|
|
8687
8687
|
border-color: #dfdfdf;
|
|
8688
8688
|
}
|
|
8689
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8690
|
-
color: #
|
|
8691
|
-
background-color: #
|
|
8692
|
-
border-color: #
|
|
8689
|
+
.bootstrap-4-backport .btn-light-primary-100:hover {
|
|
8690
|
+
color: #212529;
|
|
8691
|
+
background-color: #edf0f2;
|
|
8692
|
+
border-color: #edf0f2;
|
|
8693
8693
|
}
|
|
8694
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8695
|
-
color: #
|
|
8696
|
-
background-color: #
|
|
8697
|
-
border-color: #
|
|
8694
|
+
.bootstrap-4-backport .btn-light-primary-100:focus, .bootstrap-4-backport .btn-light-primary-100.focus {
|
|
8695
|
+
color: #212529;
|
|
8696
|
+
background-color: #edf0f2;
|
|
8697
|
+
border-color: #edf0f2;
|
|
8698
8698
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
8699
8699
|
}
|
|
8700
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8700
|
+
.bootstrap-4-backport .btn-light-primary-100.disabled, .bootstrap-4-backport .btn-light-primary-100:disabled {
|
|
8701
8701
|
color: #212529;
|
|
8702
8702
|
background-color: #dfdfdf;
|
|
8703
8703
|
border-color: #dfdfdf;
|
|
8704
8704
|
}
|
|
8705
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8706
|
-
color: #
|
|
8707
|
-
background-color: #
|
|
8708
|
-
border-color: #
|
|
8705
|
+
.bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-100.dropdown-toggle {
|
|
8706
|
+
color: #212529;
|
|
8707
|
+
background-color: #b4c2cb;
|
|
8708
|
+
border-color: #98abb7;
|
|
8709
8709
|
}
|
|
8710
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8710
|
+
.bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-100.dropdown-toggle:focus {
|
|
8711
8711
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
8712
8712
|
}
|
|
8713
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8714
|
-
color: #
|
|
8715
|
-
border-color: #
|
|
8713
|
+
.bootstrap-4-backport .btn-gray-primary-100 {
|
|
8714
|
+
color: #edf0f2;
|
|
8715
|
+
border-color: #edf0f2;
|
|
8716
8716
|
background-color: #f9f9f9;
|
|
8717
8717
|
border-color: #e3e3e3;
|
|
8718
8718
|
}
|
|
8719
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8720
|
-
color: #
|
|
8721
|
-
background-color: #
|
|
8722
|
-
border-color: #
|
|
8719
|
+
.bootstrap-4-backport .btn-gray-primary-100:hover {
|
|
8720
|
+
color: #212529;
|
|
8721
|
+
background-color: #edf0f2;
|
|
8722
|
+
border-color: #edf0f2;
|
|
8723
8723
|
}
|
|
8724
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8725
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8724
|
+
.bootstrap-4-backport .btn-gray-primary-100:focus, .bootstrap-4-backport .btn-gray-primary-100.focus {
|
|
8725
|
+
box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
|
|
8726
8726
|
}
|
|
8727
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8728
|
-
color: #
|
|
8727
|
+
.bootstrap-4-backport .btn-gray-primary-100.disabled, .bootstrap-4-backport .btn-gray-primary-100:disabled {
|
|
8728
|
+
color: #edf0f2;
|
|
8729
8729
|
background-color: transparent;
|
|
8730
8730
|
}
|
|
8731
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8732
|
-
color: #
|
|
8733
|
-
background-color: #
|
|
8734
|
-
border-color: #
|
|
8731
|
+
.bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-100.dropdown-toggle {
|
|
8732
|
+
color: #212529;
|
|
8733
|
+
background-color: #edf0f2;
|
|
8734
|
+
border-color: #edf0f2;
|
|
8735
8735
|
}
|
|
8736
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8737
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8736
|
+
.bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-100.dropdown-toggle:focus {
|
|
8737
|
+
box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
|
|
8738
8738
|
}
|
|
8739
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8739
|
+
.bootstrap-4-backport .btn-transparent-primary-100 {
|
|
8740
8740
|
color: #212529;
|
|
8741
8741
|
background-color: rgba(255, 255, 255, 0);
|
|
8742
8742
|
border-color: rgba(255, 255, 255, 0);
|
|
8743
|
-
color: #
|
|
8743
|
+
color: #edf0f2;
|
|
8744
8744
|
}
|
|
8745
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8745
|
+
.bootstrap-4-backport .btn-transparent-primary-100:hover {
|
|
8746
8746
|
color: #212529;
|
|
8747
8747
|
background-color: rgba(236, 236, 236, 0);
|
|
8748
8748
|
border-color: rgba(230, 230, 230, 0);
|
|
8749
8749
|
}
|
|
8750
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8750
|
+
.bootstrap-4-backport .btn-transparent-primary-100:focus, .bootstrap-4-backport .btn-transparent-primary-100.focus {
|
|
8751
8751
|
color: #212529;
|
|
8752
8752
|
background-color: rgba(236, 236, 236, 0);
|
|
8753
8753
|
border-color: rgba(230, 230, 230, 0);
|
|
8754
8754
|
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
8755
8755
|
}
|
|
8756
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8756
|
+
.bootstrap-4-backport .btn-transparent-primary-100.disabled, .bootstrap-4-backport .btn-transparent-primary-100:disabled {
|
|
8757
8757
|
color: #212529;
|
|
8758
8758
|
background-color: rgba(255, 255, 255, 0);
|
|
8759
8759
|
border-color: rgba(255, 255, 255, 0);
|
|
8760
8760
|
}
|
|
8761
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8761
|
+
.bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-100.dropdown-toggle {
|
|
8762
8762
|
color: #212529;
|
|
8763
8763
|
background-color: rgba(230, 230, 230, 0);
|
|
8764
|
-
border-color: #
|
|
8764
|
+
border-color: #edf0f2;
|
|
8765
8765
|
}
|
|
8766
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8766
|
+
.bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-100.dropdown-toggle:focus {
|
|
8767
8767
|
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
8768
8768
|
}
|
|
8769
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8770
|
-
color: #
|
|
8769
|
+
.bootstrap-4-backport .btn-transparent-primary-100:hover {
|
|
8770
|
+
color: #cfd8dd;
|
|
8771
8771
|
box-shadow: unset;
|
|
8772
8772
|
}
|
|
8773
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8774
|
-
color: #
|
|
8773
|
+
.bootstrap-4-backport .btn-transparent-primary-100:active {
|
|
8774
|
+
color: #c0cbd3;
|
|
8775
8775
|
box-shadow: unset;
|
|
8776
8776
|
}
|
|
8777
|
-
.bootstrap-4-backport .btn-primary-
|
|
8778
|
-
color: #
|
|
8779
|
-
background-color: #
|
|
8780
|
-
border-color: #
|
|
8777
|
+
.bootstrap-4-backport .btn-primary-200 {
|
|
8778
|
+
color: #212529;
|
|
8779
|
+
background-color: #88a9be;
|
|
8780
|
+
border-color: #88a9be;
|
|
8781
8781
|
}
|
|
8782
|
-
.bootstrap-4-backport .btn-primary-
|
|
8782
|
+
.bootstrap-4-backport .btn-primary-200:hover {
|
|
8783
8783
|
color: #fff;
|
|
8784
|
-
background-color: #
|
|
8785
|
-
border-color: #
|
|
8784
|
+
background-color: #6f97b1;
|
|
8785
|
+
border-color: #6692ad;
|
|
8786
8786
|
}
|
|
8787
|
-
.bootstrap-4-backport .btn-primary-
|
|
8787
|
+
.bootstrap-4-backport .btn-primary-200:focus, .bootstrap-4-backport .btn-primary-200.focus {
|
|
8788
8788
|
color: #fff;
|
|
8789
|
-
background-color: #
|
|
8790
|
-
border-color: #
|
|
8791
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8789
|
+
background-color: #6f97b1;
|
|
8790
|
+
border-color: #6692ad;
|
|
8791
|
+
box-shadow: 0 0 0 0.2rem rgba(121, 149, 168, 0.5);
|
|
8792
8792
|
}
|
|
8793
|
-
.bootstrap-4-backport .btn-primary-
|
|
8794
|
-
color: #
|
|
8795
|
-
background-color: #
|
|
8796
|
-
border-color: #
|
|
8793
|
+
.bootstrap-4-backport .btn-primary-200.disabled, .bootstrap-4-backport .btn-primary-200:disabled {
|
|
8794
|
+
color: #212529;
|
|
8795
|
+
background-color: #88a9be;
|
|
8796
|
+
border-color: #88a9be;
|
|
8797
8797
|
}
|
|
8798
|
-
.bootstrap-4-backport .btn-primary-
|
|
8798
|
+
.bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-200.dropdown-toggle {
|
|
8799
8799
|
color: #fff;
|
|
8800
|
-
background-color: #
|
|
8801
|
-
border-color: #
|
|
8800
|
+
background-color: #6692ad;
|
|
8801
|
+
border-color: #5e8ca8;
|
|
8802
8802
|
}
|
|
8803
|
-
.bootstrap-4-backport .btn-primary-
|
|
8804
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8803
|
+
.bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-200.dropdown-toggle:focus {
|
|
8804
|
+
box-shadow: 0 0 0 0.2rem rgba(121, 149, 168, 0.5);
|
|
8805
8805
|
}
|
|
8806
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8806
|
+
.bootstrap-4-backport .btn-light-primary-200 {
|
|
8807
8807
|
color: #212529;
|
|
8808
8808
|
background-color: #dfdfdf;
|
|
8809
8809
|
border-color: #dfdfdf;
|
|
8810
8810
|
}
|
|
8811
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8812
|
-
color: #
|
|
8813
|
-
background-color: #
|
|
8814
|
-
border-color: #
|
|
8811
|
+
.bootstrap-4-backport .btn-light-primary-200:hover {
|
|
8812
|
+
color: #212529;
|
|
8813
|
+
background-color: #88a9be;
|
|
8814
|
+
border-color: #88a9be;
|
|
8815
8815
|
}
|
|
8816
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8817
|
-
color: #
|
|
8818
|
-
background-color: #
|
|
8819
|
-
border-color: #
|
|
8816
|
+
.bootstrap-4-backport .btn-light-primary-200:focus, .bootstrap-4-backport .btn-light-primary-200.focus {
|
|
8817
|
+
color: #212529;
|
|
8818
|
+
background-color: #88a9be;
|
|
8819
|
+
border-color: #88a9be;
|
|
8820
8820
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
8821
8821
|
}
|
|
8822
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8822
|
+
.bootstrap-4-backport .btn-light-primary-200.disabled, .bootstrap-4-backport .btn-light-primary-200:disabled {
|
|
8823
8823
|
color: #212529;
|
|
8824
8824
|
background-color: #dfdfdf;
|
|
8825
8825
|
border-color: #dfdfdf;
|
|
8826
8826
|
}
|
|
8827
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8827
|
+
.bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-200.dropdown-toggle {
|
|
8828
8828
|
color: #fff;
|
|
8829
|
-
background-color: #
|
|
8830
|
-
border-color: #
|
|
8829
|
+
background-color: #5d8ba8;
|
|
8830
|
+
border-color: #507a94;
|
|
8831
8831
|
}
|
|
8832
|
-
.bootstrap-4-backport .btn-light-primary-
|
|
8832
|
+
.bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-200.dropdown-toggle:focus {
|
|
8833
8833
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
8834
8834
|
}
|
|
8835
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8836
|
-
color: #
|
|
8837
|
-
border-color: #
|
|
8835
|
+
.bootstrap-4-backport .btn-gray-primary-200 {
|
|
8836
|
+
color: #88a9be;
|
|
8837
|
+
border-color: #88a9be;
|
|
8838
8838
|
background-color: #f9f9f9;
|
|
8839
8839
|
border-color: #e3e3e3;
|
|
8840
8840
|
}
|
|
8841
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8842
|
-
color: #
|
|
8843
|
-
background-color: #
|
|
8844
|
-
border-color: #
|
|
8841
|
+
.bootstrap-4-backport .btn-gray-primary-200:hover {
|
|
8842
|
+
color: #212529;
|
|
8843
|
+
background-color: #88a9be;
|
|
8844
|
+
border-color: #88a9be;
|
|
8845
8845
|
}
|
|
8846
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8847
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8846
|
+
.bootstrap-4-backport .btn-gray-primary-200:focus, .bootstrap-4-backport .btn-gray-primary-200.focus {
|
|
8847
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 169, 190, 0.5);
|
|
8848
8848
|
}
|
|
8849
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8850
|
-
color: #
|
|
8849
|
+
.bootstrap-4-backport .btn-gray-primary-200.disabled, .bootstrap-4-backport .btn-gray-primary-200:disabled {
|
|
8850
|
+
color: #88a9be;
|
|
8851
8851
|
background-color: transparent;
|
|
8852
8852
|
}
|
|
8853
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8854
|
-
color: #
|
|
8855
|
-
background-color: #
|
|
8856
|
-
border-color: #
|
|
8853
|
+
.bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-200.dropdown-toggle {
|
|
8854
|
+
color: #212529;
|
|
8855
|
+
background-color: #88a9be;
|
|
8856
|
+
border-color: #88a9be;
|
|
8857
8857
|
}
|
|
8858
|
-
.bootstrap-4-backport .btn-gray-primary-
|
|
8859
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
8858
|
+
.bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-200.dropdown-toggle:focus {
|
|
8859
|
+
box-shadow: 0 0 0 0.2rem rgba(136, 169, 190, 0.5);
|
|
8860
8860
|
}
|
|
8861
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8861
|
+
.bootstrap-4-backport .btn-transparent-primary-200 {
|
|
8862
8862
|
color: #212529;
|
|
8863
8863
|
background-color: rgba(255, 255, 255, 0);
|
|
8864
8864
|
border-color: rgba(255, 255, 255, 0);
|
|
8865
|
-
color: #
|
|
8865
|
+
color: #88a9be;
|
|
8866
8866
|
}
|
|
8867
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8867
|
+
.bootstrap-4-backport .btn-transparent-primary-200:hover {
|
|
8868
8868
|
color: #212529;
|
|
8869
8869
|
background-color: rgba(236, 236, 236, 0);
|
|
8870
8870
|
border-color: rgba(230, 230, 230, 0);
|
|
8871
8871
|
}
|
|
8872
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8872
|
+
.bootstrap-4-backport .btn-transparent-primary-200:focus, .bootstrap-4-backport .btn-transparent-primary-200.focus {
|
|
8873
8873
|
color: #212529;
|
|
8874
8874
|
background-color: rgba(236, 236, 236, 0);
|
|
8875
8875
|
border-color: rgba(230, 230, 230, 0);
|
|
8876
8876
|
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
8877
8877
|
}
|
|
8878
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8878
|
+
.bootstrap-4-backport .btn-transparent-primary-200.disabled, .bootstrap-4-backport .btn-transparent-primary-200:disabled {
|
|
8879
8879
|
color: #212529;
|
|
8880
8880
|
background-color: rgba(255, 255, 255, 0);
|
|
8881
8881
|
border-color: rgba(255, 255, 255, 0);
|
|
8882
8882
|
}
|
|
8883
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8883
|
+
.bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-200.dropdown-toggle {
|
|
8884
8884
|
color: #212529;
|
|
8885
8885
|
background-color: rgba(230, 230, 230, 0);
|
|
8886
|
-
border-color: #
|
|
8886
|
+
border-color: #88a9be;
|
|
8887
8887
|
}
|
|
8888
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8888
|
+
.bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-200.dropdown-toggle:focus {
|
|
8889
8889
|
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
8890
8890
|
}
|
|
8891
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8892
|
-
color: #
|
|
8891
|
+
.bootstrap-4-backport .btn-transparent-primary-200:hover {
|
|
8892
|
+
color: #6692ad;
|
|
8893
8893
|
box-shadow: unset;
|
|
8894
8894
|
}
|
|
8895
|
-
.bootstrap-4-backport .btn-transparent-primary-
|
|
8896
|
-
color: #
|
|
8895
|
+
.bootstrap-4-backport .btn-transparent-primary-200:active {
|
|
8896
|
+
color: #5885a2;
|
|
8897
8897
|
box-shadow: unset;
|
|
8898
8898
|
}
|
|
8899
8899
|
.bootstrap-4-backport .btn-primary-300 {
|
|
@@ -9018,34 +9018,156 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9018
9018
|
color: #3c6c8b;
|
|
9019
9019
|
box-shadow: unset;
|
|
9020
9020
|
}
|
|
9021
|
+
.bootstrap-4-backport .btn-primary-400 {
|
|
9022
|
+
color: #fff;
|
|
9023
|
+
background-color: #4989b1;
|
|
9024
|
+
border-color: #4989b1;
|
|
9025
|
+
}
|
|
9026
|
+
.bootstrap-4-backport .btn-primary-400:hover {
|
|
9027
|
+
color: #fff;
|
|
9028
|
+
background-color: #3d7496;
|
|
9029
|
+
border-color: #3a6d8d;
|
|
9030
|
+
}
|
|
9031
|
+
.bootstrap-4-backport .btn-primary-400:focus, .bootstrap-4-backport .btn-primary-400.focus {
|
|
9032
|
+
color: #fff;
|
|
9033
|
+
background-color: #3d7496;
|
|
9034
|
+
border-color: #3a6d8d;
|
|
9035
|
+
box-shadow: 0 0 0 0.2rem rgba(100, 155, 189, 0.5);
|
|
9036
|
+
}
|
|
9037
|
+
.bootstrap-4-backport .btn-primary-400.disabled, .bootstrap-4-backport .btn-primary-400:disabled {
|
|
9038
|
+
color: #fff;
|
|
9039
|
+
background-color: #4989b1;
|
|
9040
|
+
border-color: #4989b1;
|
|
9041
|
+
}
|
|
9042
|
+
.bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-400.dropdown-toggle {
|
|
9043
|
+
color: #fff;
|
|
9044
|
+
background-color: #3a6d8d;
|
|
9045
|
+
border-color: #366684;
|
|
9046
|
+
}
|
|
9047
|
+
.bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-400.dropdown-toggle:focus {
|
|
9048
|
+
box-shadow: 0 0 0 0.2rem rgba(100, 155, 189, 0.5);
|
|
9049
|
+
}
|
|
9050
|
+
.bootstrap-4-backport .btn-light-primary-400 {
|
|
9051
|
+
color: #212529;
|
|
9052
|
+
background-color: #dfdfdf;
|
|
9053
|
+
border-color: #dfdfdf;
|
|
9054
|
+
}
|
|
9055
|
+
.bootstrap-4-backport .btn-light-primary-400:hover {
|
|
9056
|
+
color: #fff;
|
|
9057
|
+
background-color: #4989b1;
|
|
9058
|
+
border-color: #4989b1;
|
|
9059
|
+
}
|
|
9060
|
+
.bootstrap-4-backport .btn-light-primary-400:focus, .bootstrap-4-backport .btn-light-primary-400.focus {
|
|
9061
|
+
color: #fff;
|
|
9062
|
+
background-color: #4989b1;
|
|
9063
|
+
border-color: #4989b1;
|
|
9064
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9065
|
+
}
|
|
9066
|
+
.bootstrap-4-backport .btn-light-primary-400.disabled, .bootstrap-4-backport .btn-light-primary-400:disabled {
|
|
9067
|
+
color: #212529;
|
|
9068
|
+
background-color: #dfdfdf;
|
|
9069
|
+
border-color: #dfdfdf;
|
|
9070
|
+
}
|
|
9071
|
+
.bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-400.dropdown-toggle {
|
|
9072
|
+
color: #fff;
|
|
9073
|
+
background-color: #3a6d8e;
|
|
9074
|
+
border-color: #33607c;
|
|
9075
|
+
}
|
|
9076
|
+
.bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-400.dropdown-toggle:focus {
|
|
9077
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9078
|
+
}
|
|
9079
|
+
.bootstrap-4-backport .btn-gray-primary-400 {
|
|
9080
|
+
color: #4989b1;
|
|
9081
|
+
border-color: #4989b1;
|
|
9082
|
+
background-color: #f9f9f9;
|
|
9083
|
+
border-color: #e3e3e3;
|
|
9084
|
+
}
|
|
9085
|
+
.bootstrap-4-backport .btn-gray-primary-400:hover {
|
|
9086
|
+
color: #fff;
|
|
9087
|
+
background-color: #4989b1;
|
|
9088
|
+
border-color: #4989b1;
|
|
9089
|
+
}
|
|
9090
|
+
.bootstrap-4-backport .btn-gray-primary-400:focus, .bootstrap-4-backport .btn-gray-primary-400.focus {
|
|
9091
|
+
box-shadow: 0 0 0 0.2rem rgba(73, 137, 177, 0.5);
|
|
9092
|
+
}
|
|
9093
|
+
.bootstrap-4-backport .btn-gray-primary-400.disabled, .bootstrap-4-backport .btn-gray-primary-400:disabled {
|
|
9094
|
+
color: #4989b1;
|
|
9095
|
+
background-color: transparent;
|
|
9096
|
+
}
|
|
9097
|
+
.bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-400.dropdown-toggle {
|
|
9098
|
+
color: #fff;
|
|
9099
|
+
background-color: #4989b1;
|
|
9100
|
+
border-color: #4989b1;
|
|
9101
|
+
}
|
|
9102
|
+
.bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-400.dropdown-toggle:focus {
|
|
9103
|
+
box-shadow: 0 0 0 0.2rem rgba(73, 137, 177, 0.5);
|
|
9104
|
+
}
|
|
9105
|
+
.bootstrap-4-backport .btn-transparent-primary-400 {
|
|
9106
|
+
color: #212529;
|
|
9107
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9108
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9109
|
+
color: #4989b1;
|
|
9110
|
+
}
|
|
9111
|
+
.bootstrap-4-backport .btn-transparent-primary-400:hover {
|
|
9112
|
+
color: #212529;
|
|
9113
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9114
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9115
|
+
}
|
|
9116
|
+
.bootstrap-4-backport .btn-transparent-primary-400:focus, .bootstrap-4-backport .btn-transparent-primary-400.focus {
|
|
9117
|
+
color: #212529;
|
|
9118
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9119
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9120
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9121
|
+
}
|
|
9122
|
+
.bootstrap-4-backport .btn-transparent-primary-400.disabled, .bootstrap-4-backport .btn-transparent-primary-400:disabled {
|
|
9123
|
+
color: #212529;
|
|
9124
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9125
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9126
|
+
}
|
|
9127
|
+
.bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-400.dropdown-toggle {
|
|
9128
|
+
color: #212529;
|
|
9129
|
+
background-color: rgba(230, 230, 230, 0);
|
|
9130
|
+
border-color: #4989b1;
|
|
9131
|
+
}
|
|
9132
|
+
.bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-400.dropdown-toggle:focus {
|
|
9133
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9134
|
+
}
|
|
9135
|
+
.bootstrap-4-backport .btn-transparent-primary-400:hover {
|
|
9136
|
+
color: #3a6d8d;
|
|
9137
|
+
box-shadow: unset;
|
|
9138
|
+
}
|
|
9139
|
+
.bootstrap-4-backport .btn-transparent-primary-400:active {
|
|
9140
|
+
color: #325f7b;
|
|
9141
|
+
box-shadow: unset;
|
|
9142
|
+
}
|
|
9021
9143
|
.bootstrap-4-backport .btn-primary-500 {
|
|
9022
9144
|
color: #fff;
|
|
9023
|
-
background-color: #
|
|
9024
|
-
border-color: #
|
|
9145
|
+
background-color: #407ba0;
|
|
9146
|
+
border-color: #407ba0;
|
|
9025
9147
|
}
|
|
9026
9148
|
.bootstrap-4-backport .btn-primary-500:hover {
|
|
9027
9149
|
color: #fff;
|
|
9028
|
-
background-color: #
|
|
9029
|
-
border-color: #
|
|
9150
|
+
background-color: #356685;
|
|
9151
|
+
border-color: #315f7c;
|
|
9030
9152
|
}
|
|
9031
9153
|
.bootstrap-4-backport .btn-primary-500:focus, .bootstrap-4-backport .btn-primary-500.focus {
|
|
9032
9154
|
color: #fff;
|
|
9033
|
-
background-color: #
|
|
9034
|
-
border-color: #
|
|
9035
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
9155
|
+
background-color: #356685;
|
|
9156
|
+
border-color: #315f7c;
|
|
9157
|
+
box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
|
|
9036
9158
|
}
|
|
9037
9159
|
.bootstrap-4-backport .btn-primary-500.disabled, .bootstrap-4-backport .btn-primary-500:disabled {
|
|
9038
9160
|
color: #fff;
|
|
9039
|
-
background-color: #
|
|
9040
|
-
border-color: #
|
|
9161
|
+
background-color: #407ba0;
|
|
9162
|
+
border-color: #407ba0;
|
|
9041
9163
|
}
|
|
9042
9164
|
.bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-500.dropdown-toggle {
|
|
9043
9165
|
color: #fff;
|
|
9044
|
-
background-color: #
|
|
9045
|
-
border-color: #
|
|
9166
|
+
background-color: #315f7c;
|
|
9167
|
+
border-color: #2e5872;
|
|
9046
9168
|
}
|
|
9047
9169
|
.bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-500.dropdown-toggle:focus {
|
|
9048
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
9170
|
+
box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
|
|
9049
9171
|
}
|
|
9050
9172
|
.bootstrap-4-backport .btn-light-primary-500 {
|
|
9051
9173
|
color: #212529;
|
|
@@ -9054,13 +9176,13 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9054
9176
|
}
|
|
9055
9177
|
.bootstrap-4-backport .btn-light-primary-500:hover {
|
|
9056
9178
|
color: #fff;
|
|
9057
|
-
background-color: #
|
|
9058
|
-
border-color: #
|
|
9179
|
+
background-color: #407ba0;
|
|
9180
|
+
border-color: #407ba0;
|
|
9059
9181
|
}
|
|
9060
9182
|
.bootstrap-4-backport .btn-light-primary-500:focus, .bootstrap-4-backport .btn-light-primary-500.focus {
|
|
9061
9183
|
color: #fff;
|
|
9062
|
-
background-color: #
|
|
9063
|
-
border-color: #
|
|
9184
|
+
background-color: #407ba0;
|
|
9185
|
+
border-color: #407ba0;
|
|
9064
9186
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9065
9187
|
}
|
|
9066
9188
|
.bootstrap-4-backport .btn-light-primary-500.disabled, .bootstrap-4-backport .btn-light-primary-500:disabled {
|
|
@@ -9070,43 +9192,43 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9070
9192
|
}
|
|
9071
9193
|
.bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-500.dropdown-toggle {
|
|
9072
9194
|
color: #fff;
|
|
9073
|
-
background-color: #
|
|
9074
|
-
border-color: #
|
|
9195
|
+
background-color: #336280;
|
|
9196
|
+
border-color: #2d5670;
|
|
9075
9197
|
}
|
|
9076
9198
|
.bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-500.dropdown-toggle:focus {
|
|
9077
9199
|
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9078
9200
|
}
|
|
9079
9201
|
.bootstrap-4-backport .btn-gray-primary-500 {
|
|
9080
|
-
color: #
|
|
9081
|
-
border-color: #
|
|
9202
|
+
color: #407ba0;
|
|
9203
|
+
border-color: #407ba0;
|
|
9082
9204
|
background-color: #f9f9f9;
|
|
9083
9205
|
border-color: #e3e3e3;
|
|
9084
9206
|
}
|
|
9085
9207
|
.bootstrap-4-backport .btn-gray-primary-500:hover {
|
|
9086
9208
|
color: #fff;
|
|
9087
|
-
background-color: #
|
|
9088
|
-
border-color: #
|
|
9209
|
+
background-color: #407ba0;
|
|
9210
|
+
border-color: #407ba0;
|
|
9089
9211
|
}
|
|
9090
9212
|
.bootstrap-4-backport .btn-gray-primary-500:focus, .bootstrap-4-backport .btn-gray-primary-500.focus {
|
|
9091
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
9213
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
9092
9214
|
}
|
|
9093
9215
|
.bootstrap-4-backport .btn-gray-primary-500.disabled, .bootstrap-4-backport .btn-gray-primary-500:disabled {
|
|
9094
|
-
color: #
|
|
9216
|
+
color: #407ba0;
|
|
9095
9217
|
background-color: transparent;
|
|
9096
9218
|
}
|
|
9097
9219
|
.bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle {
|
|
9098
9220
|
color: #fff;
|
|
9099
|
-
background-color: #
|
|
9100
|
-
border-color: #
|
|
9221
|
+
background-color: #407ba0;
|
|
9222
|
+
border-color: #407ba0;
|
|
9101
9223
|
}
|
|
9102
9224
|
.bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle:focus {
|
|
9103
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
9225
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
9104
9226
|
}
|
|
9105
9227
|
.bootstrap-4-backport .btn-transparent-primary-500 {
|
|
9106
9228
|
color: #212529;
|
|
9107
9229
|
background-color: rgba(255, 255, 255, 0);
|
|
9108
9230
|
border-color: rgba(255, 255, 255, 0);
|
|
9109
|
-
color: #
|
|
9231
|
+
color: #407ba0;
|
|
9110
9232
|
}
|
|
9111
9233
|
.bootstrap-4-backport .btn-transparent-primary-500:hover {
|
|
9112
9234
|
color: #212529;
|
|
@@ -9127,17 +9249,139 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9127
9249
|
.bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle {
|
|
9128
9250
|
color: #212529;
|
|
9129
9251
|
background-color: rgba(230, 230, 230, 0);
|
|
9130
|
-
border-color: #
|
|
9252
|
+
border-color: #407ba0;
|
|
9131
9253
|
}
|
|
9132
9254
|
.bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle:focus {
|
|
9133
9255
|
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9134
9256
|
}
|
|
9135
9257
|
.bootstrap-4-backport .btn-transparent-primary-500:hover {
|
|
9136
|
-
color: #
|
|
9258
|
+
color: #315f7c;
|
|
9137
9259
|
box-shadow: unset;
|
|
9138
9260
|
}
|
|
9139
9261
|
.bootstrap-4-backport .btn-transparent-primary-500:active {
|
|
9140
|
-
color: #
|
|
9262
|
+
color: #2a5169;
|
|
9263
|
+
box-shadow: unset;
|
|
9264
|
+
}
|
|
9265
|
+
.bootstrap-4-backport .btn-primary-600 {
|
|
9266
|
+
color: #fff;
|
|
9267
|
+
background-color: #357197;
|
|
9268
|
+
border-color: #357197;
|
|
9269
|
+
}
|
|
9270
|
+
.bootstrap-4-backport .btn-primary-600:hover {
|
|
9271
|
+
color: #fff;
|
|
9272
|
+
background-color: #2b5c7a;
|
|
9273
|
+
border-color: #285571;
|
|
9274
|
+
}
|
|
9275
|
+
.bootstrap-4-backport .btn-primary-600:focus, .bootstrap-4-backport .btn-primary-600.focus {
|
|
9276
|
+
color: #fff;
|
|
9277
|
+
background-color: #2b5c7a;
|
|
9278
|
+
border-color: #285571;
|
|
9279
|
+
box-shadow: 0 0 0 0.2rem rgba(83, 134, 167, 0.5);
|
|
9280
|
+
}
|
|
9281
|
+
.bootstrap-4-backport .btn-primary-600.disabled, .bootstrap-4-backport .btn-primary-600:disabled {
|
|
9282
|
+
color: #fff;
|
|
9283
|
+
background-color: #357197;
|
|
9284
|
+
border-color: #357197;
|
|
9285
|
+
}
|
|
9286
|
+
.bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-600.dropdown-toggle {
|
|
9287
|
+
color: #fff;
|
|
9288
|
+
background-color: #285571;
|
|
9289
|
+
border-color: #244e67;
|
|
9290
|
+
}
|
|
9291
|
+
.bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-600.dropdown-toggle:focus {
|
|
9292
|
+
box-shadow: 0 0 0 0.2rem rgba(83, 134, 167, 0.5);
|
|
9293
|
+
}
|
|
9294
|
+
.bootstrap-4-backport .btn-light-primary-600 {
|
|
9295
|
+
color: #212529;
|
|
9296
|
+
background-color: #dfdfdf;
|
|
9297
|
+
border-color: #dfdfdf;
|
|
9298
|
+
}
|
|
9299
|
+
.bootstrap-4-backport .btn-light-primary-600:hover {
|
|
9300
|
+
color: #fff;
|
|
9301
|
+
background-color: #357197;
|
|
9302
|
+
border-color: #357197;
|
|
9303
|
+
}
|
|
9304
|
+
.bootstrap-4-backport .btn-light-primary-600:focus, .bootstrap-4-backport .btn-light-primary-600.focus {
|
|
9305
|
+
color: #fff;
|
|
9306
|
+
background-color: #357197;
|
|
9307
|
+
border-color: #357197;
|
|
9308
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9309
|
+
}
|
|
9310
|
+
.bootstrap-4-backport .btn-light-primary-600.disabled, .bootstrap-4-backport .btn-light-primary-600:disabled {
|
|
9311
|
+
color: #212529;
|
|
9312
|
+
background-color: #dfdfdf;
|
|
9313
|
+
border-color: #dfdfdf;
|
|
9314
|
+
}
|
|
9315
|
+
.bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-600.dropdown-toggle {
|
|
9316
|
+
color: #fff;
|
|
9317
|
+
background-color: #2a5a78;
|
|
9318
|
+
border-color: #254f69;
|
|
9319
|
+
}
|
|
9320
|
+
.bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-600.dropdown-toggle:focus {
|
|
9321
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9322
|
+
}
|
|
9323
|
+
.bootstrap-4-backport .btn-gray-primary-600 {
|
|
9324
|
+
color: #357197;
|
|
9325
|
+
border-color: #357197;
|
|
9326
|
+
background-color: #f9f9f9;
|
|
9327
|
+
border-color: #e3e3e3;
|
|
9328
|
+
}
|
|
9329
|
+
.bootstrap-4-backport .btn-gray-primary-600:hover {
|
|
9330
|
+
color: #fff;
|
|
9331
|
+
background-color: #357197;
|
|
9332
|
+
border-color: #357197;
|
|
9333
|
+
}
|
|
9334
|
+
.bootstrap-4-backport .btn-gray-primary-600:focus, .bootstrap-4-backport .btn-gray-primary-600.focus {
|
|
9335
|
+
box-shadow: 0 0 0 0.2rem rgba(53, 113, 151, 0.5);
|
|
9336
|
+
}
|
|
9337
|
+
.bootstrap-4-backport .btn-gray-primary-600.disabled, .bootstrap-4-backport .btn-gray-primary-600:disabled {
|
|
9338
|
+
color: #357197;
|
|
9339
|
+
background-color: transparent;
|
|
9340
|
+
}
|
|
9341
|
+
.bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-600.dropdown-toggle {
|
|
9342
|
+
color: #fff;
|
|
9343
|
+
background-color: #357197;
|
|
9344
|
+
border-color: #357197;
|
|
9345
|
+
}
|
|
9346
|
+
.bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-600.dropdown-toggle:focus {
|
|
9347
|
+
box-shadow: 0 0 0 0.2rem rgba(53, 113, 151, 0.5);
|
|
9348
|
+
}
|
|
9349
|
+
.bootstrap-4-backport .btn-transparent-primary-600 {
|
|
9350
|
+
color: #212529;
|
|
9351
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9352
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9353
|
+
color: #357197;
|
|
9354
|
+
}
|
|
9355
|
+
.bootstrap-4-backport .btn-transparent-primary-600:hover {
|
|
9356
|
+
color: #212529;
|
|
9357
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9358
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9359
|
+
}
|
|
9360
|
+
.bootstrap-4-backport .btn-transparent-primary-600:focus, .bootstrap-4-backport .btn-transparent-primary-600.focus {
|
|
9361
|
+
color: #212529;
|
|
9362
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9363
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9364
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9365
|
+
}
|
|
9366
|
+
.bootstrap-4-backport .btn-transparent-primary-600.disabled, .bootstrap-4-backport .btn-transparent-primary-600:disabled {
|
|
9367
|
+
color: #212529;
|
|
9368
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9369
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9370
|
+
}
|
|
9371
|
+
.bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-600.dropdown-toggle {
|
|
9372
|
+
color: #212529;
|
|
9373
|
+
background-color: rgba(230, 230, 230, 0);
|
|
9374
|
+
border-color: #357197;
|
|
9375
|
+
}
|
|
9376
|
+
.bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-600.dropdown-toggle:focus {
|
|
9377
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9378
|
+
}
|
|
9379
|
+
.bootstrap-4-backport .btn-transparent-primary-600:hover {
|
|
9380
|
+
color: #285571;
|
|
9381
|
+
box-shadow: unset;
|
|
9382
|
+
}
|
|
9383
|
+
.bootstrap-4-backport .btn-transparent-primary-600:active {
|
|
9384
|
+
color: #21475e;
|
|
9141
9385
|
box-shadow: unset;
|
|
9142
9386
|
}
|
|
9143
9387
|
.bootstrap-4-backport .btn-primary-700 {
|
|
@@ -9262,6 +9506,128 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9262
9506
|
color: #193c52;
|
|
9263
9507
|
box-shadow: unset;
|
|
9264
9508
|
}
|
|
9509
|
+
.bootstrap-4-backport .btn-primary-800 {
|
|
9510
|
+
color: #fff;
|
|
9511
|
+
background-color: #22638b;
|
|
9512
|
+
border-color: #22638b;
|
|
9513
|
+
}
|
|
9514
|
+
.bootstrap-4-backport .btn-primary-800:hover {
|
|
9515
|
+
color: #fff;
|
|
9516
|
+
background-color: #1a4d6c;
|
|
9517
|
+
border-color: #184662;
|
|
9518
|
+
}
|
|
9519
|
+
.bootstrap-4-backport .btn-primary-800:focus, .bootstrap-4-backport .btn-primary-800.focus {
|
|
9520
|
+
color: #fff;
|
|
9521
|
+
background-color: #1a4d6c;
|
|
9522
|
+
border-color: #184662;
|
|
9523
|
+
box-shadow: 0 0 0 0.2rem rgba(67, 122, 156, 0.5);
|
|
9524
|
+
}
|
|
9525
|
+
.bootstrap-4-backport .btn-primary-800.disabled, .bootstrap-4-backport .btn-primary-800:disabled {
|
|
9526
|
+
color: #fff;
|
|
9527
|
+
background-color: #22638b;
|
|
9528
|
+
border-color: #22638b;
|
|
9529
|
+
}
|
|
9530
|
+
.bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-800.dropdown-toggle {
|
|
9531
|
+
color: #fff;
|
|
9532
|
+
background-color: #184662;
|
|
9533
|
+
border-color: #153e58;
|
|
9534
|
+
}
|
|
9535
|
+
.bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-800.dropdown-toggle:focus {
|
|
9536
|
+
box-shadow: 0 0 0 0.2rem rgba(67, 122, 156, 0.5);
|
|
9537
|
+
}
|
|
9538
|
+
.bootstrap-4-backport .btn-light-primary-800 {
|
|
9539
|
+
color: #212529;
|
|
9540
|
+
background-color: #dfdfdf;
|
|
9541
|
+
border-color: #dfdfdf;
|
|
9542
|
+
}
|
|
9543
|
+
.bootstrap-4-backport .btn-light-primary-800:hover {
|
|
9544
|
+
color: #fff;
|
|
9545
|
+
background-color: #22638b;
|
|
9546
|
+
border-color: #22638b;
|
|
9547
|
+
}
|
|
9548
|
+
.bootstrap-4-backport .btn-light-primary-800:focus, .bootstrap-4-backport .btn-light-primary-800.focus {
|
|
9549
|
+
color: #fff;
|
|
9550
|
+
background-color: #22638b;
|
|
9551
|
+
border-color: #22638b;
|
|
9552
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9553
|
+
}
|
|
9554
|
+
.bootstrap-4-backport .btn-light-primary-800.disabled, .bootstrap-4-backport .btn-light-primary-800:disabled {
|
|
9555
|
+
color: #212529;
|
|
9556
|
+
background-color: #dfdfdf;
|
|
9557
|
+
border-color: #dfdfdf;
|
|
9558
|
+
}
|
|
9559
|
+
.bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-800.dropdown-toggle {
|
|
9560
|
+
color: #fff;
|
|
9561
|
+
background-color: #1b4f6f;
|
|
9562
|
+
border-color: #184561;
|
|
9563
|
+
}
|
|
9564
|
+
.bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-800.dropdown-toggle:focus {
|
|
9565
|
+
box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
|
|
9566
|
+
}
|
|
9567
|
+
.bootstrap-4-backport .btn-gray-primary-800 {
|
|
9568
|
+
color: #22638b;
|
|
9569
|
+
border-color: #22638b;
|
|
9570
|
+
background-color: #f9f9f9;
|
|
9571
|
+
border-color: #e3e3e3;
|
|
9572
|
+
}
|
|
9573
|
+
.bootstrap-4-backport .btn-gray-primary-800:hover {
|
|
9574
|
+
color: #fff;
|
|
9575
|
+
background-color: #22638b;
|
|
9576
|
+
border-color: #22638b;
|
|
9577
|
+
}
|
|
9578
|
+
.bootstrap-4-backport .btn-gray-primary-800:focus, .bootstrap-4-backport .btn-gray-primary-800.focus {
|
|
9579
|
+
box-shadow: 0 0 0 0.2rem rgba(34, 99, 139, 0.5);
|
|
9580
|
+
}
|
|
9581
|
+
.bootstrap-4-backport .btn-gray-primary-800.disabled, .bootstrap-4-backport .btn-gray-primary-800:disabled {
|
|
9582
|
+
color: #22638b;
|
|
9583
|
+
background-color: transparent;
|
|
9584
|
+
}
|
|
9585
|
+
.bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-800.dropdown-toggle {
|
|
9586
|
+
color: #fff;
|
|
9587
|
+
background-color: #22638b;
|
|
9588
|
+
border-color: #22638b;
|
|
9589
|
+
}
|
|
9590
|
+
.bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-800.dropdown-toggle:focus {
|
|
9591
|
+
box-shadow: 0 0 0 0.2rem rgba(34, 99, 139, 0.5);
|
|
9592
|
+
}
|
|
9593
|
+
.bootstrap-4-backport .btn-transparent-primary-800 {
|
|
9594
|
+
color: #212529;
|
|
9595
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9596
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9597
|
+
color: #22638b;
|
|
9598
|
+
}
|
|
9599
|
+
.bootstrap-4-backport .btn-transparent-primary-800:hover {
|
|
9600
|
+
color: #212529;
|
|
9601
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9602
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9603
|
+
}
|
|
9604
|
+
.bootstrap-4-backport .btn-transparent-primary-800:focus, .bootstrap-4-backport .btn-transparent-primary-800.focus {
|
|
9605
|
+
color: #212529;
|
|
9606
|
+
background-color: rgba(236, 236, 236, 0);
|
|
9607
|
+
border-color: rgba(230, 230, 230, 0);
|
|
9608
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9609
|
+
}
|
|
9610
|
+
.bootstrap-4-backport .btn-transparent-primary-800.disabled, .bootstrap-4-backport .btn-transparent-primary-800:disabled {
|
|
9611
|
+
color: #212529;
|
|
9612
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9613
|
+
border-color: rgba(255, 255, 255, 0);
|
|
9614
|
+
}
|
|
9615
|
+
.bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-800.dropdown-toggle {
|
|
9616
|
+
color: #212529;
|
|
9617
|
+
background-color: rgba(230, 230, 230, 0);
|
|
9618
|
+
border-color: #22638b;
|
|
9619
|
+
}
|
|
9620
|
+
.bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-800.dropdown-toggle:focus {
|
|
9621
|
+
box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
|
|
9622
|
+
}
|
|
9623
|
+
.bootstrap-4-backport .btn-transparent-primary-800:hover {
|
|
9624
|
+
color: #184662;
|
|
9625
|
+
box-shadow: unset;
|
|
9626
|
+
}
|
|
9627
|
+
.bootstrap-4-backport .btn-transparent-primary-800:active {
|
|
9628
|
+
color: #13374e;
|
|
9629
|
+
box-shadow: unset;
|
|
9630
|
+
}
|
|
9265
9631
|
.bootstrap-4-backport .btn-primary-900 {
|
|
9266
9632
|
color: #fff;
|
|
9267
9633
|
background-color: #164c6e;
|
|
@@ -9496,6 +9862,78 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9496
9862
|
.bootstrap-4-backport .btn-gray-select:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-select:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-select.dropdown-toggle:focus {
|
|
9497
9863
|
box-shadow: 0 0 0 0.2rem rgba(192, 193, 193, 0.5);
|
|
9498
9864
|
}
|
|
9865
|
+
.bootstrap-4-backport .btn-sds-primary {
|
|
9866
|
+
color: #fff;
|
|
9867
|
+
background-color: #407ba0;
|
|
9868
|
+
border-color: #407ba0;
|
|
9869
|
+
border-radius: 0px;
|
|
9870
|
+
font-weight: 900;
|
|
9871
|
+
}
|
|
9872
|
+
.bootstrap-4-backport .btn-sds-primary:hover {
|
|
9873
|
+
color: #fff;
|
|
9874
|
+
background-color: #357197;
|
|
9875
|
+
border-color: #357197;
|
|
9876
|
+
}
|
|
9877
|
+
.bootstrap-4-backport .btn-sds-primary:focus, .bootstrap-4-backport .btn-sds-primary.focus {
|
|
9878
|
+
color: #fff;
|
|
9879
|
+
background-color: #357197;
|
|
9880
|
+
border-color: #357197;
|
|
9881
|
+
box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
|
|
9882
|
+
}
|
|
9883
|
+
.bootstrap-4-backport .btn-sds-primary.disabled, .bootstrap-4-backport .btn-sds-primary:disabled {
|
|
9884
|
+
color: #fff;
|
|
9885
|
+
background-color: #407ba0;
|
|
9886
|
+
border-color: #407ba0;
|
|
9887
|
+
}
|
|
9888
|
+
.bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-sds-primary.dropdown-toggle {
|
|
9889
|
+
color: #fff;
|
|
9890
|
+
background-color: #2a678d;
|
|
9891
|
+
border-color: #2a678d;
|
|
9892
|
+
}
|
|
9893
|
+
.bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-sds-primary.dropdown-toggle:focus {
|
|
9894
|
+
box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
|
|
9895
|
+
}
|
|
9896
|
+
.bootstrap-4-backport .btn-sds-primary:hover {
|
|
9897
|
+
box-shadow: none;
|
|
9898
|
+
}
|
|
9899
|
+
.bootstrap-4-backport .btn-sds-primary:disabled {
|
|
9900
|
+
color: #aeb5bc;
|
|
9901
|
+
background-color: #dfe2e6;
|
|
9902
|
+
border-color: #dfe2e6;
|
|
9903
|
+
}
|
|
9904
|
+
.bootstrap-4-backport .btn-outline {
|
|
9905
|
+
color: #407ba0;
|
|
9906
|
+
border-color: #407ba0;
|
|
9907
|
+
border-radius: 0px;
|
|
9908
|
+
font-weight: 900;
|
|
9909
|
+
}
|
|
9910
|
+
.bootstrap-4-backport .btn-outline:hover {
|
|
9911
|
+
color: #357197;
|
|
9912
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9913
|
+
border-color: #2a678d;
|
|
9914
|
+
}
|
|
9915
|
+
.bootstrap-4-backport .btn-outline:focus, .bootstrap-4-backport .btn-outline.focus {
|
|
9916
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
9917
|
+
}
|
|
9918
|
+
.bootstrap-4-backport .btn-outline.disabled, .bootstrap-4-backport .btn-outline:disabled {
|
|
9919
|
+
color: #407ba0;
|
|
9920
|
+
background-color: transparent;
|
|
9921
|
+
}
|
|
9922
|
+
.bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-outline.dropdown-toggle {
|
|
9923
|
+
color: #212529;
|
|
9924
|
+
background-color: rgba(255, 255, 255, 0);
|
|
9925
|
+
border-color: #2a678d;
|
|
9926
|
+
}
|
|
9927
|
+
.bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-outline.dropdown-toggle:focus {
|
|
9928
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
9929
|
+
}
|
|
9930
|
+
.bootstrap-4-backport .btn-outline:hover {
|
|
9931
|
+
box-shadow: none;
|
|
9932
|
+
}
|
|
9933
|
+
.bootstrap-4-backport .btn-outline:disabled {
|
|
9934
|
+
color: #aeb5bc;
|
|
9935
|
+
border-color: #dfe2e6;
|
|
9936
|
+
}
|
|
9499
9937
|
|
|
9500
9938
|
.bootstrap-4-backport .alert > p, .bootstrap-4-backport .alert > ul {
|
|
9501
9939
|
margin-bottom: 0;
|
|
@@ -9552,7 +9990,6 @@ html:not(#synapse\.org) .modal-content {
|
|
|
9552
9990
|
padding: 5px 30px;
|
|
9553
9991
|
}
|
|
9554
9992
|
html:not(#synapse\.org) .modal-content .modal-header {
|
|
9555
|
-
align-items: center;
|
|
9556
9993
|
padding: 10px 0px;
|
|
9557
9994
|
}
|
|
9558
9995
|
html:not(#synapse\.org) .modal-content .modal-header button.close {
|
|
@@ -15172,11 +15609,11 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
|
|
|
15172
15609
|
.SRC-java-icon path,
|
|
15173
15610
|
.SRC-r-icon path,
|
|
15174
15611
|
.SRC-python-icon path {
|
|
15175
|
-
fill: #
|
|
15612
|
+
fill: #407ba0;
|
|
15176
15613
|
}
|
|
15177
15614
|
|
|
15178
15615
|
.SRC-terminal-icon > rect.outer {
|
|
15179
|
-
fill: #
|
|
15616
|
+
fill: #407ba0;
|
|
15180
15617
|
}
|
|
15181
15618
|
|
|
15182
15619
|
.styled-svg-wrapper span {
|
|
@@ -15204,24 +15641,24 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
|
|
|
15204
15641
|
}
|
|
15205
15642
|
.icon-list.themed path,
|
|
15206
15643
|
.icon-list.themed circle {
|
|
15207
|
-
fill: #
|
|
15644
|
+
fill: #407ba0;
|
|
15208
15645
|
}
|
|
15209
15646
|
.icon-list.themed .icon-kinomics path,
|
|
15210
15647
|
.icon-list.themed .icon-proteomics path {
|
|
15211
|
-
stroke: #
|
|
15648
|
+
stroke: #407ba0;
|
|
15212
15649
|
fill: none;
|
|
15213
15650
|
}
|
|
15214
15651
|
.icon-list.themed.bg-circle .styled-svg-wrapper {
|
|
15215
15652
|
display: inline-flex;
|
|
15216
15653
|
padding: 2px;
|
|
15217
|
-
background-color: rgba(
|
|
15654
|
+
background-color: rgba(64, 123, 160, 0.1);
|
|
15218
15655
|
border-radius: 50%;
|
|
15219
15656
|
margin: 0 2px;
|
|
15220
15657
|
}
|
|
15221
15658
|
|
|
15222
15659
|
.SRC-Sort-Icon-Active {
|
|
15223
15660
|
padding: 2px;
|
|
15224
|
-
background-color: #
|
|
15661
|
+
background-color: #407ba0;
|
|
15225
15662
|
}
|
|
15226
15663
|
.SRC-Sort-Icon-Active path {
|
|
15227
15664
|
fill: white;
|
|
@@ -15231,7 +15668,7 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
|
|
|
15231
15668
|
padding: 2px;
|
|
15232
15669
|
}
|
|
15233
15670
|
.SRC-Sort-Icon-Inactive path {
|
|
15234
|
-
fill: #
|
|
15671
|
+
fill: #407ba0;
|
|
15235
15672
|
}
|
|
15236
15673
|
|
|
15237
15674
|
.HelpButton {
|
|
@@ -16323,7 +16760,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
16323
16760
|
|
|
16324
16761
|
.QueryFilter {
|
|
16325
16762
|
padding: 2rem;
|
|
16326
|
-
background-color: rgba(
|
|
16763
|
+
background-color: rgba(64, 123, 160, 0.05);
|
|
16327
16764
|
}
|
|
16328
16765
|
.QueryFilter__title {
|
|
16329
16766
|
font-weight: bold;
|
|
@@ -19010,13 +19447,13 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
19010
19447
|
width: 16px;
|
|
19011
19448
|
height: 16px;
|
|
19012
19449
|
background: none;
|
|
19013
|
-
border: 1px solid #
|
|
19450
|
+
border: 1px solid #407ba0;
|
|
19014
19451
|
}
|
|
19015
19452
|
.SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
|
|
19016
19453
|
width: 16px;
|
|
19017
19454
|
height: 16px;
|
|
19018
|
-
background-color: #
|
|
19019
|
-
border: 1px solid #
|
|
19455
|
+
background-color: #407ba0;
|
|
19456
|
+
border: 1px solid #407ba0;
|
|
19020
19457
|
}
|
|
19021
19458
|
|
|
19022
19459
|
.terms-conditions .view-terms a,
|
|
@@ -19522,7 +19959,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
19522
19959
|
top: 1px;
|
|
19523
19960
|
}
|
|
19524
19961
|
.EntityFinder__Search .ClearSearchIcon {
|
|
19525
|
-
color: #
|
|
19962
|
+
color: #407ba0;
|
|
19526
19963
|
cursor: pointer;
|
|
19527
19964
|
position: relative;
|
|
19528
19965
|
left: -20px;
|
|
@@ -19628,7 +20065,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
19628
20065
|
}
|
|
19629
20066
|
|
|
19630
20067
|
.EntityFinder__Search .ClearSearchIcon {
|
|
19631
|
-
color: #
|
|
20068
|
+
color: #407ba0;
|
|
19632
20069
|
cursor: pointer;
|
|
19633
20070
|
position: relative;
|
|
19634
20071
|
left: -20px;
|
|
@@ -20035,7 +20472,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20035
20472
|
}
|
|
20036
20473
|
|
|
20037
20474
|
.EntityFinder__Search .ClearSearchIcon {
|
|
20038
|
-
color: #
|
|
20475
|
+
color: #407ba0;
|
|
20039
20476
|
cursor: pointer;
|
|
20040
20477
|
position: relative;
|
|
20041
20478
|
left: -20px;
|
|
@@ -20220,7 +20657,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20220
20657
|
}
|
|
20221
20658
|
|
|
20222
20659
|
.EntityFinder__Search .ClearSearchIcon {
|
|
20223
|
-
color: #
|
|
20660
|
+
color: #407ba0;
|
|
20224
20661
|
cursor: pointer;
|
|
20225
20662
|
position: relative;
|
|
20226
20663
|
left: -20px;
|
|
@@ -20351,7 +20788,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20351
20788
|
}
|
|
20352
20789
|
|
|
20353
20790
|
.EntityFinder__Search .ClearSearchIcon {
|
|
20354
|
-
color: #
|
|
20791
|
+
color: #407ba0;
|
|
20355
20792
|
cursor: pointer;
|
|
20356
20793
|
position: relative;
|
|
20357
20794
|
left: -20px;
|
|
@@ -20507,7 +20944,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20507
20944
|
}
|
|
20508
20945
|
|
|
20509
20946
|
.EntityFinder__Search .ClearSearchIcon {
|
|
20510
|
-
color: #
|
|
20947
|
+
color: #407ba0;
|
|
20511
20948
|
cursor: pointer;
|
|
20512
20949
|
position: relative;
|
|
20513
20950
|
left: -20px;
|
|
@@ -20651,7 +21088,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20651
21088
|
margin-right: 10px;
|
|
20652
21089
|
}
|
|
20653
21090
|
.EntityFinderSelectionPane__Row__DeselectButton {
|
|
20654
|
-
color: #
|
|
21091
|
+
color: #407ba0;
|
|
20655
21092
|
cursor: pointer;
|
|
20656
21093
|
}
|
|
20657
21094
|
|
|
@@ -20738,12 +21175,14 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20738
21175
|
max-width: 310px;
|
|
20739
21176
|
text-overflow: ellipsis;
|
|
20740
21177
|
}
|
|
20741
|
-
.DownloadListTableV2 thead > tr > th,
|
|
21178
|
+
.DownloadListTableV2 thead > tr > th,
|
|
21179
|
+
.DownloadListTableV2 thead:first-child > tr:first-child > th {
|
|
20742
21180
|
padding: 10px 6px 5px 7px;
|
|
20743
|
-
border: 1px solid #
|
|
21181
|
+
border: 1px solid #dddddf;
|
|
20744
21182
|
color: #515359;
|
|
20745
21183
|
}
|
|
20746
|
-
.DownloadListTableV2 thead > tr > th span,
|
|
21184
|
+
.DownloadListTableV2 thead > tr > th span,
|
|
21185
|
+
.DownloadListTableV2 thead:first-child > tr:first-child > th span {
|
|
20747
21186
|
display: inline-block;
|
|
20748
21187
|
float: right;
|
|
20749
21188
|
}
|
|
@@ -21117,6 +21556,9 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
21117
21556
|
max-width: 700px;
|
|
21118
21557
|
grid-row: 1/span 1;
|
|
21119
21558
|
}
|
|
21559
|
+
.FullWidthAlert[role=alert] .gridContainer .messageArea p {
|
|
21560
|
+
margin-bottom: 0px;
|
|
21561
|
+
}
|
|
21120
21562
|
.FullWidthAlert[role=alert] .gridContainer .iconForeground {
|
|
21121
21563
|
color: white;
|
|
21122
21564
|
}
|
|
@@ -21438,12 +21880,14 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
21438
21880
|
max-width: 800px;
|
|
21439
21881
|
}
|
|
21440
21882
|
|
|
21441
|
-
.FavoritesTable thead > tr > th,
|
|
21883
|
+
.FavoritesTable thead > tr > th,
|
|
21884
|
+
.FavoritesTable thead:first-child > tr:first-child > th {
|
|
21442
21885
|
padding: 10px 6px 5px 7px;
|
|
21443
|
-
border: 1px solid #
|
|
21886
|
+
border: 1px solid #dddddf;
|
|
21444
21887
|
color: #515359;
|
|
21445
21888
|
}
|
|
21446
|
-
.FavoritesTable thead > tr > th span,
|
|
21889
|
+
.FavoritesTable thead > tr > th span,
|
|
21890
|
+
.FavoritesTable thead:first-child > tr:first-child > th span {
|
|
21447
21891
|
display: inline-block;
|
|
21448
21892
|
float: right;
|
|
21449
21893
|
}
|
|
@@ -21734,4 +22178,336 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
21734
22178
|
padding-top: 15px;
|
|
21735
22179
|
}
|
|
21736
22180
|
|
|
22181
|
+
.terms-conditions .view-terms a,
|
|
22182
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
22183
|
+
.page-progress button:active,
|
|
22184
|
+
.page-progress button:focus,
|
|
22185
|
+
.page-progress button:active:focus {
|
|
22186
|
+
border: 0;
|
|
22187
|
+
outline: none;
|
|
22188
|
+
box-shadow: none;
|
|
22189
|
+
border-radius: 2px;
|
|
22190
|
+
}
|
|
22191
|
+
|
|
22192
|
+
/*
|
|
22193
|
+
@param $color string e.g. #eee or red
|
|
22194
|
+
@param $width unit e.g. 15%
|
|
22195
|
+
*/
|
|
22196
|
+
.DatasetEditor {
|
|
22197
|
+
border: 1px solid #eaecee;
|
|
22198
|
+
}
|
|
22199
|
+
.DatasetEditor .DatasetEditorTopBottomPanel {
|
|
22200
|
+
display: flex;
|
|
22201
|
+
justify-content: flex-end;
|
|
22202
|
+
gap: 7px;
|
|
22203
|
+
width: 100%;
|
|
22204
|
+
height: 70px;
|
|
22205
|
+
background: #f9f9f9;
|
|
22206
|
+
align-items: center;
|
|
22207
|
+
padding: 15px 20px;
|
|
22208
|
+
}
|
|
22209
|
+
.DatasetEditor .DatasetEditorTopBottomPanel .ItemCount {
|
|
22210
|
+
margin-right: auto;
|
|
22211
|
+
}
|
|
22212
|
+
.DatasetEditor .DatasetEditorTopBottomPanel .ItemCount p {
|
|
22213
|
+
margin-bottom: 0;
|
|
22214
|
+
}
|
|
22215
|
+
.DatasetEditor .DatasetEditorTableContainer {
|
|
22216
|
+
width: 100%;
|
|
22217
|
+
overflow-x: auto;
|
|
22218
|
+
}
|
|
22219
|
+
.DatasetEditor .DatasetEditorTableContainer .DatasetEditorTable p {
|
|
22220
|
+
margin-bottom: unset;
|
|
22221
|
+
}
|
|
22222
|
+
.DatasetEditor .DatasetItemsEditorSkeleton {
|
|
22223
|
+
margin: 15px;
|
|
22224
|
+
}
|
|
22225
|
+
.DatasetEditor .NoItemsPlaceholder {
|
|
22226
|
+
height: 350px;
|
|
22227
|
+
display: flex;
|
|
22228
|
+
justify-content: center;
|
|
22229
|
+
align-items: center;
|
|
22230
|
+
flex-direction: column;
|
|
22231
|
+
}
|
|
22232
|
+
.DatasetEditor .NoItemsPlaceholder .AddItemsButton {
|
|
22233
|
+
width: 150px;
|
|
22234
|
+
}
|
|
22235
|
+
.DatasetEditor .NoItemsPlaceholder .AddItemsButton span {
|
|
22236
|
+
margin: 5px;
|
|
22237
|
+
}
|
|
22238
|
+
.DatasetEditor select.form-control {
|
|
22239
|
+
margin-bottom: 0px;
|
|
22240
|
+
width: 130px;
|
|
22241
|
+
}
|
|
22242
|
+
|
|
22243
|
+
.EntityNameWithIconRenderer {
|
|
22244
|
+
text-overflow: ellipsis;
|
|
22245
|
+
white-space: nowrap;
|
|
22246
|
+
}
|
|
22247
|
+
|
|
22248
|
+
.EntityErrorRenderer {
|
|
22249
|
+
color: #cc9f00;
|
|
22250
|
+
}
|
|
22251
|
+
.EntityErrorRenderer svg {
|
|
22252
|
+
font-size: large;
|
|
22253
|
+
}
|
|
22254
|
+
|
|
22255
|
+
.DatasetEditorTable {
|
|
22256
|
+
box-shadow: 0 2px 4px 0 #eeeeee;
|
|
22257
|
+
background-color: #ffffff;
|
|
22258
|
+
position: relative;
|
|
22259
|
+
box-sizing: border-box;
|
|
22260
|
+
font-size: 14px;
|
|
22261
|
+
}
|
|
22262
|
+
.DatasetEditorTable--disabled {
|
|
22263
|
+
opacity: 0.7;
|
|
22264
|
+
pointer-events: none;
|
|
22265
|
+
}
|
|
22266
|
+
.DatasetEditorTable--dynamic .DatasetEditorTable__row {
|
|
22267
|
+
overflow: hidden;
|
|
22268
|
+
align-items: stretch;
|
|
22269
|
+
}
|
|
22270
|
+
.DatasetEditorTable:not(.DatasetEditorTable--dynamic) .DatasetEditorTable__row-cell-text,
|
|
22271
|
+
.DatasetEditorTable .DatasetEditorTable__row--frozen .DatasetEditorTable__row-cell-text {
|
|
22272
|
+
overflow: hidden;
|
|
22273
|
+
text-overflow: ellipsis;
|
|
22274
|
+
white-space: nowrap;
|
|
22275
|
+
}
|
|
22276
|
+
.DatasetEditorTable__table {
|
|
22277
|
+
background-color: #ffffff;
|
|
22278
|
+
position: absolute;
|
|
22279
|
+
top: 0;
|
|
22280
|
+
display: flex;
|
|
22281
|
+
flex-direction: column-reverse;
|
|
22282
|
+
}
|
|
22283
|
+
.DatasetEditorTable__table-main {
|
|
22284
|
+
outline: 1px solid #eeeeee;
|
|
22285
|
+
left: 0;
|
|
22286
|
+
}
|
|
22287
|
+
.DatasetEditorTable__table-main .DatasetEditorTable__header-cell:first-child, .DatasetEditorTable__table-main .DatasetEditorTable__row-cell:first-child {
|
|
22288
|
+
padding-left: 5px;
|
|
22289
|
+
}
|
|
22290
|
+
.DatasetEditorTable__table-main .DatasetEditorTable__header-cell:last-child, .DatasetEditorTable__table-main .DatasetEditorTable__row-cell:last-child {
|
|
22291
|
+
padding-right: 15px;
|
|
22292
|
+
}
|
|
22293
|
+
.DatasetEditorTable__table-main .DatasetEditorTable__header {
|
|
22294
|
+
background-color: #f1f3f5;
|
|
22295
|
+
}
|
|
22296
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__header,
|
|
22297
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__body, .DatasetEditorTable__table-frozen-right .DatasetEditorTable__header,
|
|
22298
|
+
.DatasetEditorTable__table-frozen-right .DatasetEditorTable__body {
|
|
22299
|
+
overflow: hidden !important;
|
|
22300
|
+
}
|
|
22301
|
+
.DatasetEditorTable__table-frozen-left {
|
|
22302
|
+
box-shadow: 2px 0 4px 0 #eeeeee;
|
|
22303
|
+
top: 0;
|
|
22304
|
+
left: 0;
|
|
22305
|
+
}
|
|
22306
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__header-cell:first-child, .DatasetEditorTable__table-frozen-left .DatasetEditorTable__row-cell:first-child {
|
|
22307
|
+
padding-left: 5px;
|
|
22308
|
+
}
|
|
22309
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__header-row,
|
|
22310
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__row {
|
|
22311
|
+
padding-right: 0 !important;
|
|
22312
|
+
}
|
|
22313
|
+
.DatasetEditorTable__table-frozen-left .DatasetEditorTable__body {
|
|
22314
|
+
overflow-y: auto !important;
|
|
22315
|
+
}
|
|
22316
|
+
.DatasetEditorTable__table-frozen-right {
|
|
22317
|
+
box-shadow: -2px 0 4px 0 #eeeeee;
|
|
22318
|
+
top: 0;
|
|
22319
|
+
right: 0;
|
|
22320
|
+
}
|
|
22321
|
+
.DatasetEditorTable__table-frozen-right .DatasetEditorTable__header-cell:last-child, .DatasetEditorTable__table-frozen-right .DatasetEditorTable__row-cell:last-child {
|
|
22322
|
+
padding-right: 15px;
|
|
22323
|
+
}
|
|
22324
|
+
.DatasetEditorTable__table-frozen-right .DatasetEditorTable__header-row,
|
|
22325
|
+
.DatasetEditorTable__table-frozen-right .DatasetEditorTable__row {
|
|
22326
|
+
padding-left: 0 !important;
|
|
22327
|
+
}
|
|
22328
|
+
.DatasetEditorTable__table-frozen-right .DatasetEditorTable__body {
|
|
22329
|
+
overflow-y: auto !important;
|
|
22330
|
+
}
|
|
22331
|
+
.DatasetEditorTable__header {
|
|
22332
|
+
overflow: hidden !important;
|
|
22333
|
+
}
|
|
22334
|
+
.DatasetEditorTable .DatasetEditorTable__header,
|
|
22335
|
+
.DatasetEditorTable .DatasetEditorTable__body {
|
|
22336
|
+
outline: none;
|
|
22337
|
+
}
|
|
22338
|
+
.DatasetEditorTable__header-row, .DatasetEditorTable__row {
|
|
22339
|
+
display: flex;
|
|
22340
|
+
align-items: center;
|
|
22341
|
+
border-bottom: 1px solid #eeeeee;
|
|
22342
|
+
box-sizing: border-box;
|
|
22343
|
+
}
|
|
22344
|
+
.DatasetEditorTable__header-row {
|
|
22345
|
+
background-color: #f1f3f5;
|
|
22346
|
+
font-weight: 700;
|
|
22347
|
+
}
|
|
22348
|
+
.DatasetEditorTable__row {
|
|
22349
|
+
background-color: #ffffff;
|
|
22350
|
+
}
|
|
22351
|
+
.DatasetEditorTable__row:hover, .DatasetEditorTable__row--hovered {
|
|
22352
|
+
background-color: unset;
|
|
22353
|
+
}
|
|
22354
|
+
.DatasetEditorTable__row-expanded {
|
|
22355
|
+
border-bottom: 1px solid #eeeeee;
|
|
22356
|
+
}
|
|
22357
|
+
.DatasetEditorTable__header-cell, .DatasetEditorTable__row-cell {
|
|
22358
|
+
min-width: 0;
|
|
22359
|
+
height: 100%;
|
|
22360
|
+
display: flex;
|
|
22361
|
+
align-items: center;
|
|
22362
|
+
padding: 0 7.5px;
|
|
22363
|
+
box-sizing: border-box;
|
|
22364
|
+
}
|
|
22365
|
+
.DatasetEditorTable__header-cell--align-center, .DatasetEditorTable__row-cell--align-center {
|
|
22366
|
+
justify-content: center;
|
|
22367
|
+
text-align: center;
|
|
22368
|
+
}
|
|
22369
|
+
.DatasetEditorTable__header-cell--align-right, .DatasetEditorTable__row-cell--align-right {
|
|
22370
|
+
justify-content: flex-end;
|
|
22371
|
+
text-align: right;
|
|
22372
|
+
}
|
|
22373
|
+
.DatasetEditorTable__header-cell {
|
|
22374
|
+
position: relative;
|
|
22375
|
+
cursor: default;
|
|
22376
|
+
}
|
|
22377
|
+
.DatasetEditorTable__header-cell:hover .DatasetEditorTable__column-resizer {
|
|
22378
|
+
visibility: visible;
|
|
22379
|
+
opacity: 0.5;
|
|
22380
|
+
}
|
|
22381
|
+
.DatasetEditorTable__header-cell:hover .DatasetEditorTable__column-resizer:hover {
|
|
22382
|
+
opacity: 1;
|
|
22383
|
+
}
|
|
22384
|
+
.DatasetEditorTable__header-cell .DatasetEditorTable__sort-indicator {
|
|
22385
|
+
display: none;
|
|
22386
|
+
}
|
|
22387
|
+
.DatasetEditorTable__header-cell--sortable:hover {
|
|
22388
|
+
background-color: #f3f3f3;
|
|
22389
|
+
cursor: pointer;
|
|
22390
|
+
}
|
|
22391
|
+
.DatasetEditorTable__header-cell--sortable:not(.DatasetEditorTable__header-cell--sorting):hover .DatasetEditorTable__sort-indicator {
|
|
22392
|
+
display: block;
|
|
22393
|
+
color: #888888;
|
|
22394
|
+
}
|
|
22395
|
+
.DatasetEditorTable__header-cell--sorting .DatasetEditorTable__sort-indicator, .DatasetEditorTable__header-cell--sorting:hover .DatasetEditorTable__sort-indicator {
|
|
22396
|
+
display: block;
|
|
22397
|
+
}
|
|
22398
|
+
.DatasetEditorTable__header-cell--resizing .DatasetEditorTable__column-resizer {
|
|
22399
|
+
visibility: visible;
|
|
22400
|
+
opacity: 1;
|
|
22401
|
+
}
|
|
22402
|
+
.DatasetEditorTable__header-cell--resizing .DatasetEditorTable__column-resizer::after {
|
|
22403
|
+
position: absolute;
|
|
22404
|
+
left: 0;
|
|
22405
|
+
right: 0;
|
|
22406
|
+
top: 0;
|
|
22407
|
+
bottom: 0;
|
|
22408
|
+
overflow: hidden;
|
|
22409
|
+
content: "";
|
|
22410
|
+
left: -9999px;
|
|
22411
|
+
}
|
|
22412
|
+
.DatasetEditorTable__header-cell-text {
|
|
22413
|
+
overflow: hidden;
|
|
22414
|
+
text-overflow: ellipsis;
|
|
22415
|
+
white-space: normal;
|
|
22416
|
+
}
|
|
22417
|
+
.DatasetEditorTable__header-row--resizing .DatasetEditorTable__header-cell {
|
|
22418
|
+
background-color: transparent;
|
|
22419
|
+
cursor: col-resize;
|
|
22420
|
+
}
|
|
22421
|
+
.DatasetEditorTable__header-row--resizing .DatasetEditorTable__header-cell:not(.DatasetEditorTable__header-cell--sorting) .DatasetEditorTable__sort-indicator {
|
|
22422
|
+
display: none;
|
|
22423
|
+
}
|
|
22424
|
+
.DatasetEditorTable__header-row--resizing .DatasetEditorTable__header-cell:not(.DatasetEditorTable__header-cell--resizing) .DatasetEditorTable__column-resizer {
|
|
22425
|
+
visibility: hidden;
|
|
22426
|
+
}
|
|
22427
|
+
.DatasetEditorTable__column-resizer {
|
|
22428
|
+
width: 3px;
|
|
22429
|
+
visibility: hidden;
|
|
22430
|
+
background-color: #cccccc;
|
|
22431
|
+
}
|
|
22432
|
+
.DatasetEditorTable__column-resizer:hover {
|
|
22433
|
+
visibility: visible;
|
|
22434
|
+
opacity: 1;
|
|
22435
|
+
}
|
|
22436
|
+
.DatasetEditorTable__footer {
|
|
22437
|
+
position: absolute;
|
|
22438
|
+
left: 0;
|
|
22439
|
+
right: 0;
|
|
22440
|
+
bottom: 0;
|
|
22441
|
+
overflow: hidden;
|
|
22442
|
+
background-color: #ffffff;
|
|
22443
|
+
}
|
|
22444
|
+
.DatasetEditorTable__resizing-line {
|
|
22445
|
+
cursor: col-resize;
|
|
22446
|
+
position: absolute;
|
|
22447
|
+
top: 0;
|
|
22448
|
+
background-color: #cccccc;
|
|
22449
|
+
width: 3px;
|
|
22450
|
+
transform: translateX(-100%);
|
|
22451
|
+
}
|
|
22452
|
+
.DatasetEditorTable__empty-layer {
|
|
22453
|
+
position: absolute;
|
|
22454
|
+
left: 0;
|
|
22455
|
+
right: 0;
|
|
22456
|
+
top: 0;
|
|
22457
|
+
bottom: 0;
|
|
22458
|
+
overflow: hidden;
|
|
22459
|
+
background-color: #ffffff;
|
|
22460
|
+
}
|
|
22461
|
+
.DatasetEditorTable__overlay {
|
|
22462
|
+
position: absolute;
|
|
22463
|
+
left: 0;
|
|
22464
|
+
right: 0;
|
|
22465
|
+
top: 0;
|
|
22466
|
+
bottom: 0;
|
|
22467
|
+
overflow: hidden;
|
|
22468
|
+
pointer-events: none;
|
|
22469
|
+
}
|
|
22470
|
+
.DatasetEditorTable__overlay > * {
|
|
22471
|
+
pointer-events: auto;
|
|
22472
|
+
}
|
|
22473
|
+
|
|
22474
|
+
.FluidModal .modal-dialog {
|
|
22475
|
+
width: auto;
|
|
22476
|
+
max-width: 90vw;
|
|
22477
|
+
}
|
|
22478
|
+
@media (max-height: 500px) {
|
|
22479
|
+
.FluidModal .modal-dialog {
|
|
22480
|
+
margin: 3vh auto;
|
|
22481
|
+
margin-bottom: 0px;
|
|
22482
|
+
}
|
|
22483
|
+
}
|
|
22484
|
+
.FluidModal .modal-dialog .modal-content {
|
|
22485
|
+
border-radius: 0px;
|
|
22486
|
+
min-height: 300px;
|
|
22487
|
+
}
|
|
22488
|
+
.FluidModal .modal-dialog .modal-content .modal-header {
|
|
22489
|
+
min-height: 50px;
|
|
22490
|
+
max-height: 65px;
|
|
22491
|
+
height: 8vh;
|
|
22492
|
+
margin: 15px 0px 5px;
|
|
22493
|
+
}
|
|
22494
|
+
.FluidModal .modal-dialog .modal-content .modal-body {
|
|
22495
|
+
max-height: 70vh;
|
|
22496
|
+
overflow-y: auto;
|
|
22497
|
+
}
|
|
22498
|
+
@media (max-height: 600px) {
|
|
22499
|
+
.FluidModal .modal-dialog .modal-content .modal-body {
|
|
22500
|
+
max-height: 65vh;
|
|
22501
|
+
}
|
|
22502
|
+
}
|
|
22503
|
+
.FluidModal .modal-dialog .modal-content .modal-footer {
|
|
22504
|
+
min-height: 45px;
|
|
22505
|
+
max-height: 60px;
|
|
22506
|
+
height: 6vh;
|
|
22507
|
+
margin-bottom: 15px;
|
|
22508
|
+
}
|
|
22509
|
+
.FluidModal .modal-dialog .modal-content .modal-footer .btn {
|
|
22510
|
+
margin-bottom: 0;
|
|
22511
|
+
}
|
|
22512
|
+
|
|
21737
22513
|
/*# sourceMappingURL=main.css.map */
|