@finsemble/finsemble-ui 6.3.1 → 6.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/package.json +1 -1
- package/react/actions/favoriteActions.js.map +1 -1
- package/react/actions/linkerActions.js.map +1 -1
- package/react/actions/menuActions.js.map +1 -1
- package/react/actions/rootActions.js.map +1 -1
- package/react/actions/searchActions.js.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js.map +1 -1
- package/react/actions/toolbarActions.js.map +1 -1
- package/react/actions/workspaceActions.js.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +636 -636
- package/react/assets/css/appCatalog.css +1069 -1069
- package/react/assets/css/authentication.css +78 -78
- package/react/assets/css/button.css +220 -220
- package/react/assets/css/core/formElements.css +23 -23
- package/react/assets/css/core/icons.css +69 -69
- package/react/assets/css/core/notifications.css +75 -75
- package/react/assets/css/core/windowFrame.css +36 -36
- package/react/assets/css/dashbar.css +78 -78
- package/react/assets/css/defaultTheme.css +356 -356
- package/react/assets/css/dialogs.css +158 -158
- package/react/assets/css/favorites.css +101 -101
- package/react/assets/css/finsemble.css +38 -38
- package/react/assets/css/focus.css +4 -4
- package/react/assets/css/font-finance.css +385 -385
- package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
- package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
- package/react/assets/css/fonts/font-finance.svg +124 -124
- package/react/assets/css/fonts/icons-reference.html +1174 -1174
- package/react/assets/css/linkerWindow.css +124 -124
- package/react/assets/css/menus.css +195 -195
- package/react/assets/css/notificationsCenter.css +597 -597
- package/react/assets/css/processMonitor.css +213 -213
- package/react/assets/css/search.css +128 -128
- package/react/assets/css/shared/animations.css +99 -99
- package/react/assets/css/tags.css +136 -136
- package/react/assets/css/toolbar.css +413 -413
- package/react/assets/css/userPreferences.css +568 -568
- package/react/assets/css/windowTitleBar.css +652 -652
- package/react/assets/icons/check-square.svg +5 -5
- package/react/assets/icons/check.svg +3 -3
- package/react/assets/icons/chevron-left.svg +3 -3
- package/react/assets/icons/chevron-right.svg +3 -3
- package/react/assets/icons/copy.svg +10 -10
- package/react/assets/icons/exclamation-circle.svg +4 -4
- package/react/assets/icons/external-link.svg +12 -12
- package/react/assets/icons/flag.svg +10 -10
- package/react/assets/icons/folder.svg +3 -3
- package/react/assets/icons/font.svg +3 -3
- package/react/assets/icons/globe.svg +3 -3
- package/react/assets/icons/hdd.svg +9 -9
- package/react/assets/icons/key.svg +10 -10
- package/react/assets/icons/life-ring.svg +3 -3
- package/react/assets/icons/lock.svg +5 -5
- package/react/assets/icons/magic.svg +15 -15
- package/react/assets/icons/moon.svg +10 -10
- package/react/assets/icons/paint-roller.svg +3 -3
- package/react/assets/icons/pencil.svg +10 -10
- package/react/assets/icons/plus.svg +3 -3
- package/react/assets/icons/question-circle.svg +5 -5
- package/react/assets/icons/search.svg +3 -3
- package/react/assets/icons/sun.svg +9 -9
- package/react/assets/icons/times.svg +3 -3
- package/react/assets/icons/toggle-off.svg +6 -6
- package/react/assets/icons/toggle-on.svg +6 -6
- package/react/assets/icons/tools.svg +3 -3
- package/react/assets/icons/trash.svg +12 -12
- package/react/assets/icons/upload.svg +10 -10
- package/react/assets/icons/window.svg +3 -3
- package/react/componentTemplateGenerator.js +85 -85
- package/react/componentTemplateGenerator.js.map +1 -1
- package/react/components/FinsembleProvider.js.map +1 -1
- package/react/components/appCatalog/AppCatalog.js.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.js.map +1 -1
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
- package/react/components/appCatalog/components/Tag.js.map +1 -1
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.js.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/ButtonTile.js.map +1 -1
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ColorPicker.js.map +1 -1
- package/react/components/common/DropZone.js.map +1 -1
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/FileInput.js.map +1 -1
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleSelect.js.map +1 -1
- package/react/components/common/FinsembleToggle.js.map +1 -1
- package/react/components/common/FontSizeSelector.js.map +1 -1
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/ImagePreview.js.map +1 -1
- package/react/components/common/LoadingSpinner.js.map +1 -1
- package/react/components/common/Tab.js.map +1 -1
- package/react/components/common/Tooltip.js.map +1 -1
- package/react/components/common/css/application-edit-page.css +117 -117
- package/react/components/common/css/application-list.css +47 -47
- package/react/components/common/css/button.css +164 -164
- package/react/components/common/css/color-picker.css +52 -52
- package/react/components/common/css/drop-zone.css +17 -17
- package/react/components/common/css/file-input.css +49 -49
- package/react/components/common/css/header.css +43 -43
- package/react/components/common/css/icon.css +13 -13
- package/react/components/common/css/image-preview.css +57 -57
- package/react/components/common/css/loading-spinner.css +39 -39
- package/react/components/common/css/selector.css +51 -51
- package/react/components/common/css/styles.css +128 -128
- package/react/components/common/css/tab.css +56 -56
- package/react/components/common/css/toggle.css +32 -32
- package/react/components/common/css/tooltip.css +78 -78
- package/react/components/common/file_helpers.js.map +1 -1
- package/react/components/common/fixtures/FinsembleIcon.css +4 -4
- package/react/components/common/helpers.js.map +1 -1
- package/react/components/common/stories/Button.stories.js.map +1 -1
- package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
- package/react/components/common/stories/ButtonRow.stories.js.map +1 -1
- package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
- package/react/components/common/stories/Checkbox.stories.js.map +1 -1
- package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
- package/react/components/common/stories/DropZone.stories.js.map +1 -1
- package/react/components/common/stories/DropdownButton.stories.js.map +1 -1
- package/react/components/common/stories/FileInput.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
- package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
- package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
- package/react/components/common/stories/Header.stories.js.map +1 -1
- package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
- package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
- package/react/components/common/stories/Tab.stories.js.map +1 -1
- package/react/components/common/stories/Tooltip.stories.js.map +1 -1
- package/react/components/common/tests/ButtonRow.spec.js.map +1 -1
- package/react/components/common/tests/Checkbox.spec.js.map +1 -1
- package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
- package/react/components/common/tests/DropZone.spec.js.map +1 -1
- package/react/components/common/tests/FileInput.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
- package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
- package/react/components/common/tests/Header.spec.js.map +1 -1
- package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
- package/react/components/common/tests/Tab.spec.js.map +1 -1
- package/react/components/common/tests/Tooltip.spec.js.map +1 -1
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
- package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
- package/react/components/favorites/index.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.css +126 -126
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
- package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
- package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
- package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.js.map +1 -1
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.js.map +1 -1
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.js.map +1 -1
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.js.map +1 -1
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.js.map +1 -1
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.js.map +1 -1
- package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
- package/react/components/notifications/components/views/CardView.js.map +1 -1
- package/react/components/notifications/components/views/ListView.js +1 -1
- package/react/components/notifications/components/views/ListView.js.map +1 -1
- package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/constants.js.map +1 -1
- package/react/components/notifications/icons/Card.js.map +1 -1
- package/react/components/notifications/icons/Chevron.js.map +1 -1
- package/react/components/notifications/icons/CloseIcon.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
- package/react/components/notifications/index.js.map +1 -1
- package/react/components/notifications/notificationsContext.js.map +1 -1
- package/react/components/notifications/types.js.map +1 -1
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.js.map +1 -1
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/helpers.spec.js.map +1 -1
- package/react/components/processMonitor/index.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.js.map +1 -1
- package/react/components/quickComponentForm/quickComponent.css +3 -3
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Highlight.spec.js.map +1 -1
- package/react/components/search/Highlight.stories.js.map +1 -1
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.js.map +1 -1
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.js.map +1 -1
- package/react/components/shared/Animate.js.map +1 -1
- package/react/components/shared/BellIcon.js.map +1 -1
- package/react/components/shared/BellIconCrossed.js.map +1 -1
- package/react/components/shared/Button.js.map +1 -1
- package/react/components/shared/ConditionalWrapper.js.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/NavigationButton.js.map +1 -1
- package/react/components/shared/Tag.js.map +1 -1
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.js.map +1 -1
- package/react/components/shared/linkerUtil.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +1 -1
- package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +1 -1
- package/react/components/shared/validateURL.js.map +1 -1
- package/react/components/shared/validateURL.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
- package/react/components/singleInputDialog/index.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditAccess.js.map +1 -1
- package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.css +94 -94
- package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
- package/react/components/smartDesktopDesigner/Application.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
- package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
- package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
- package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
- package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
- package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
- package/react/components/smartDesktopDesigner/Content.js.map +1 -1
- package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
- package/react/components/smartDesktopDesigner/Export.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
- package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
- package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
- package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
- package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
- package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
- package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
- package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
- package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
- package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
- package/react/components/smartDesktopDesigner/View.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
- package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
- package/react/components/smartDesktopDesigner/css/applications.css +127 -127
- package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
- package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
- package/react/components/smartDesktopDesigner/css/export.css +163 -163
- package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
- package/react/components/smartDesktopDesigner/css/nav.css +93 -93
- package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
- package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
- package/react/components/smartDesktopDesigner/css/styles.css +179 -179
- package/react/components/smartDesktopDesigner/css/views.css +16 -16
- package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
- package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
- package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
- package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
- package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/System.spec.js.map +1 -1
- package/react/components/system/System.stories.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.js.map +1 -1
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DragHandle.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
- package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/RevealAll.spec.js.map +1 -1
- package/react/components/toolbar/RevealAll.stories.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +90 -90
- package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.js.map +1 -1
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
- package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/General.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Notifications.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +1 -1
- package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +1 -1
- package/react/components/userPreferences/stories/UserPreferences.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +1 -1
- package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +1 -1
- package/react/components/userPreferences/stories/Workspaces.stories.js.map +1 -1
- package/react/components/userPreferences/tests/ContentSection.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +1 -1
- package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/General.spec.js.map +1 -1
- package/react/components/userPreferences/tests/LeftNav.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +1 -1
- package/react/components/userPreferences/tests/Notifications.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +1 -1
- package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +1 -1
- package/react/components/userPreferences/tests/ScheduledRestart.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +1 -1
- package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +1 -1
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
- package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
- package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
- package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
- package/react/components/windowTitleBar/index.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
- package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
- package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
- package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
- package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.css +3 -3
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
- package/react/components/yesNoDialog/index.js.map +1 -1
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/enzymeSetup.js.map +1 -1
- package/react/hooks/index.js.map +1 -1
- package/react/hooks/useAuth.js.map +1 -1
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useFavorites.js.map +1 -1
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useHotkey.js.map +1 -1
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.js.map +1 -1
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/hooks/useWorkspace.js.map +1 -1
- package/react/reducers/favoriteReducer.js.map +1 -1
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.js.map +1 -1
- package/react/reducers/rootReducer.js.map +1 -1
- package/react/reducers/searchReducer.js.map +1 -1
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.js.map +1 -1
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.js.map +1 -1
- package/react/types/advancedAppLauncherTypes.js.map +1 -1
- package/react/types/dashbarTypes.js.map +1 -1
- package/react/types/favoriteTypes.js.map +1 -1
- package/react/types/fdc3.js.map +1 -1
- package/react/types/hotkeyTypes.js.map +1 -1
- package/react/types/iconTypes.js.map +1 -1
- package/react/types/linkerTypes.js.map +1 -1
- package/react/types/searchTypes.js.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js.map +1 -1
- package/react/types/windowTitleBar.js.map +1 -1
- package/react/types/workspaceTypes.js.map +1 -1
|
@@ -1,568 +1,568 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* userPreferences.css
|
|
3
|
-
* Copyright 2017 - 2020 by ChartIQ, Inc.
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
body {
|
|
8
|
-
margin: 0px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
img {
|
|
12
|
-
user-select: none;
|
|
13
|
-
-moz-user-select: none;
|
|
14
|
-
-webkit-user-drag: none;
|
|
15
|
-
-webkit-user-select: none;
|
|
16
|
-
-ms-user-select: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.complex-menu-wrapper {
|
|
20
|
-
display: flex;
|
|
21
|
-
height: 100%;
|
|
22
|
-
overflow: hidden;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.complex-menu-left-nav-header-img {
|
|
26
|
-
width: 29px;
|
|
27
|
-
height: 31px;
|
|
28
|
-
margin-right: 15px;
|
|
29
|
-
padding-left: 13px;
|
|
30
|
-
padding-top: 11px;
|
|
31
|
-
padding-bottom: 7px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.complex-menu-content-section,
|
|
35
|
-
.complex-menu-left-nav {
|
|
36
|
-
display: flex;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.complex-menu-left-nav-preference {
|
|
40
|
-
width: 212px;
|
|
41
|
-
min-width: 212px;
|
|
42
|
-
height: 600px;
|
|
43
|
-
font-size: var(--content-font-size);
|
|
44
|
-
flex-direction: column;
|
|
45
|
-
justify-content: start;
|
|
46
|
-
color: var(--content-font-color);
|
|
47
|
-
background-color: var(--content-nav-background-color);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.complex-menu-left-nav-header {
|
|
51
|
-
background-color: var(--content-nav-header-background-color);
|
|
52
|
-
font-weight: var(--content-nav-header-font-weight);
|
|
53
|
-
font-size: var(--content-nav-header-font-size);
|
|
54
|
-
margin-bottom: 30px;
|
|
55
|
-
padding-left: 30px;
|
|
56
|
-
height: 49px;
|
|
57
|
-
display: flex;
|
|
58
|
-
align-items: center;
|
|
59
|
-
align-content: center;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.complex-menu-header-wrapper {
|
|
63
|
-
display: flex;
|
|
64
|
-
justify-content: space-between;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.content-section-header {
|
|
68
|
-
display: flex;
|
|
69
|
-
flex-direction: row;
|
|
70
|
-
align-self: flex-start;
|
|
71
|
-
font-size: var(--content-header-font-size);
|
|
72
|
-
font-weight: var(--font-weight-2);
|
|
73
|
-
color: var(--content-header-font-color);
|
|
74
|
-
margin-bottom: 4px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.content-section-info {
|
|
78
|
-
color: var(--content-hint-font-color);
|
|
79
|
-
font-weight: var(--content-font-weight);
|
|
80
|
-
font-size: 12px;
|
|
81
|
-
align-items: center;
|
|
82
|
-
display: flex;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.workspace-list-header > .content-section-info {
|
|
86
|
-
margin-left: 275px;
|
|
87
|
-
margin-top: 6px;
|
|
88
|
-
margin-bottom: 4px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.content-section-wrapper {
|
|
92
|
-
display: flex;
|
|
93
|
-
flex-direction: row;
|
|
94
|
-
justify-content: space-between;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.workspace-content {
|
|
98
|
-
display: flex;
|
|
99
|
-
flex-direction: row;
|
|
100
|
-
justify-content: space-between;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.complex-menu-header {
|
|
104
|
-
display: flex;
|
|
105
|
-
justify-content: Space-between;
|
|
106
|
-
padding: 6px 6px 0px 11px;
|
|
107
|
-
font-size: 18px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.ff-close {
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
font-size: var(--content-button-label-font-size);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.ff-close:hover {
|
|
116
|
-
color: var(--content-close-hover-color);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.complex-menu-section-toggle {
|
|
120
|
-
padding: 6px 30px;
|
|
121
|
-
margin-right: 6px;
|
|
122
|
-
border-radius: 0px 20px 20px 0px;
|
|
123
|
-
height: 22px;
|
|
124
|
-
display: flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.complex-menu-section-toggle:hover {
|
|
129
|
-
cursor: pointer;
|
|
130
|
-
background-color: var(--content-nav-highlighter-hover);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.active-section-toggle {
|
|
134
|
-
background-color: var(--content-nav-highlighter);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.complex-menu-content-row {
|
|
138
|
-
flex: 1;
|
|
139
|
-
padding: 0.75em;
|
|
140
|
-
align-content: flex-start;
|
|
141
|
-
user-select: none;
|
|
142
|
-
background-color: var(--content-background-color);
|
|
143
|
-
overflow: auto;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.items-header {
|
|
147
|
-
font-size: 1.4em;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.workspace-list-header-row {
|
|
151
|
-
padding: 0px;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
#UserPreferences-component-wrapper {
|
|
155
|
-
height: 100%;
|
|
156
|
-
width: 100%;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.complex-menu-content-section {
|
|
160
|
-
display: flex;
|
|
161
|
-
flex-direction: row;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.workspace-section-wrapper {
|
|
165
|
-
display: flex;
|
|
166
|
-
justify-content: space-between;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.workspace-list {
|
|
170
|
-
border: 1px solid var(--content-list-border-color);
|
|
171
|
-
width: 100%;
|
|
172
|
-
height: 210px;
|
|
173
|
-
overflow-y: auto;
|
|
174
|
-
margin-right: 16px;
|
|
175
|
-
padding: 5px;
|
|
176
|
-
border-radius: 3px;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.workspace-item {
|
|
180
|
-
height: 28px;
|
|
181
|
-
padding: 4px 10px 0px 10px;
|
|
182
|
-
display: flex;
|
|
183
|
-
align-items: center;
|
|
184
|
-
justify-content: space-between;
|
|
185
|
-
border: 1px solid transparent;
|
|
186
|
-
border-radius: 20px;
|
|
187
|
-
cursor: grab;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.workspace-item:hover {
|
|
191
|
-
background-color: var(--content-nav-highlighter-hover);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.individual-workspace-actions {
|
|
195
|
-
display: flex;
|
|
196
|
-
margin-left: 3px;
|
|
197
|
-
flex-direction: row;
|
|
198
|
-
align-items: center;
|
|
199
|
-
width: 50px;
|
|
200
|
-
color: var(--content-button-icon-color);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.workspace-item .ff-adp-hamburger {
|
|
204
|
-
color: var(--content-list-drag-icon-color);
|
|
205
|
-
margin: -2px 16px 0px 0px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.workspace-item .workspace-name {
|
|
209
|
-
width: 260px;
|
|
210
|
-
height: 16px;
|
|
211
|
-
padding-left: 1px;
|
|
212
|
-
text-overflow: ellipsis;
|
|
213
|
-
white-space: nowrap;
|
|
214
|
-
overflow: hidden;
|
|
215
|
-
line-height: 13px;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.individual-workspace-action {
|
|
219
|
-
cursor: pointer;
|
|
220
|
-
padding: 4px;
|
|
221
|
-
margin: 0px 4px;
|
|
222
|
-
height: 17px;
|
|
223
|
-
transition: 0.2s color;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.individual-workspace-action:hover {
|
|
227
|
-
color: var(--content-button-neutral-hover-color);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.individual-workspace-action.disabled-button {
|
|
231
|
-
border: 0;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.delete-workspace:hover {
|
|
235
|
-
color: var(--content-close-hover-color);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.active-workspace {
|
|
239
|
-
font-weight: 700;
|
|
240
|
-
color: var(--accent-aware);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.focused-workspace-item {
|
|
244
|
-
background-color: var(--content-list-highlighter);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/* .auto-start-workspace-item {
|
|
248
|
-
content: "";
|
|
249
|
-
width: 5px;
|
|
250
|
-
height: 5px;
|
|
251
|
-
display: inline-block;
|
|
252
|
-
border-radius: 50%;
|
|
253
|
-
margin-left: -15px;
|
|
254
|
-
margin-right: 10px;
|
|
255
|
-
background-color: var(--content-list-item-flagged-color);
|
|
256
|
-
} */
|
|
257
|
-
|
|
258
|
-
.auto-start-workspace-item {
|
|
259
|
-
font-style: italic;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.action-button {
|
|
263
|
-
border: 1px solid var(--button-neutral-border-hover-color);
|
|
264
|
-
padding: 0.25em 0em;
|
|
265
|
-
display: flex;
|
|
266
|
-
align-items: center;
|
|
267
|
-
justify-content: center;
|
|
268
|
-
margin: 16px 0px 6px 0px;
|
|
269
|
-
color: var(--content-button-icon-color);
|
|
270
|
-
transition: 0.2s all;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.action-button:hover {
|
|
274
|
-
cursor: pointer;
|
|
275
|
-
border: solid 1px var(--content-button-neutral-hover-color);
|
|
276
|
-
color: var(--content-button-neutral-hover-color);
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.disabled-button,
|
|
280
|
-
.disabled-button:hover {
|
|
281
|
-
color: var(--content-button-disabled-border-color);
|
|
282
|
-
cursor: default;
|
|
283
|
-
border: 1px solid;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.workspace-action-buttons {
|
|
287
|
-
display: flex;
|
|
288
|
-
justify-content: space-between;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.workspace-action-button {
|
|
292
|
-
width: 69px;
|
|
293
|
-
height: 69px;
|
|
294
|
-
font-size: var(--content-button-label-font-size);
|
|
295
|
-
display: flex;
|
|
296
|
-
flex-direction: column;
|
|
297
|
-
border-radius: 3px;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.workspace-action-button-icon {
|
|
301
|
-
font-size: 27px;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.workspace-item > .workspace-editor {
|
|
305
|
-
padding-left: 4px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.workspace-item-editing {
|
|
309
|
-
color: var(--content-list-editor-font-color);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.workspace-editor {
|
|
313
|
-
border: 1px solid transparent;
|
|
314
|
-
background-color: transparent;
|
|
315
|
-
height: 100%;
|
|
316
|
-
width: 100%;
|
|
317
|
-
padding-bottom: 2px;
|
|
318
|
-
font-size: var(--content-font-size);
|
|
319
|
-
outline-color: transparent;
|
|
320
|
-
color: var(--content-list-editor-font-color);
|
|
321
|
-
line-height: 13px;
|
|
322
|
-
font-family: var(--font-family);
|
|
323
|
-
font-weight: var(--font-weight);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.workspace-editor:focus {
|
|
327
|
-
outline: none;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.workspace-editor::selection {
|
|
331
|
-
background-color: var(--content-list-editor-highlighted-text);
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.no-top-border {
|
|
335
|
-
border-top: 1px solid transparent;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
::-webkit-scrollbar-track {
|
|
339
|
-
border-radius: 3px;
|
|
340
|
-
background-color: transparent;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
::-webkit-scrollbar {
|
|
344
|
-
width: 5px;
|
|
345
|
-
background-color: transparent;
|
|
346
|
-
border-radius: 3px;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
::-webkit-scrollbar-thumb {
|
|
350
|
-
cursor: pointer;
|
|
351
|
-
border-radius: 9px;
|
|
352
|
-
background-color: var(--scrollbar-color);
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.complex-menu-checkbox-wrapper {
|
|
356
|
-
display: flex;
|
|
357
|
-
align-items: center;
|
|
358
|
-
margin-top: 8px;
|
|
359
|
-
margin-left: 12px;
|
|
360
|
-
width: 270px;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.complex-menu-checkbox {
|
|
364
|
-
border-radius: 1px;
|
|
365
|
-
width: 14px;
|
|
366
|
-
height: 14px;
|
|
367
|
-
margin-right: 8px;
|
|
368
|
-
border: 1px solid var(--content-checkbox-unchecked-border-color);
|
|
369
|
-
display: inline-flex;
|
|
370
|
-
justify-content: center;
|
|
371
|
-
align-items: center;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.complex-menu-checkbox-label {
|
|
375
|
-
display: inline-block;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.complex-menu-checkbox.checked {
|
|
379
|
-
background-color: var(--content-checkbox-background-color);
|
|
380
|
-
border: 1px solid var(--content-checkbox-background-color);
|
|
381
|
-
font-size: 8px;
|
|
382
|
-
color: var(--content-checkbox-check-color);
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.ff-check-mark {
|
|
386
|
-
padding-top: 2px;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.workspace-component-list {
|
|
390
|
-
border: solid 1px var(--content-list-border-color);
|
|
391
|
-
padding: 7px;
|
|
392
|
-
font-size: var(--content-component-list-font-size);
|
|
393
|
-
width: 140px;
|
|
394
|
-
height: 114px;
|
|
395
|
-
overflow-y: auto;
|
|
396
|
-
color: var(--workspace-component-list-font-color);
|
|
397
|
-
border-radius: 3px;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.scheduled-restart {
|
|
401
|
-
margin-top: 0.5em;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.scheduled-restart-select-label {
|
|
405
|
-
margin-top: 0.45em;
|
|
406
|
-
margin-left: 4em;
|
|
407
|
-
margin-right: 0.5em;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.disabled-restart {
|
|
411
|
-
color: var(--content-nav-highlighter) !important;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
select:focus,
|
|
415
|
-
option:focus {
|
|
416
|
-
outline: none;
|
|
417
|
-
background-color: var(--content-font-color);
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.change-text {
|
|
421
|
-
color: var(--content-warning-text);
|
|
422
|
-
font-size: 14px;
|
|
423
|
-
margin-top: 12px;
|
|
424
|
-
margin-left: 12px;
|
|
425
|
-
margin-right: 10px;
|
|
426
|
-
display: inline-block;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.blue-button {
|
|
430
|
-
width: 110px;
|
|
431
|
-
height: 24px;
|
|
432
|
-
border: 0;
|
|
433
|
-
background: none;
|
|
434
|
-
box-shadow: none;
|
|
435
|
-
background-color: var(--content-restart-button-color);
|
|
436
|
-
color: var(--content-font-color);
|
|
437
|
-
font-size: 11px;
|
|
438
|
-
font-weight: var(--content-font-weight);
|
|
439
|
-
border-radius: 3px;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.dashbar-items-table {
|
|
443
|
-
width: 100%;
|
|
444
|
-
table-layout: fixed;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.dashbar-items-table tr.dashbar-preferences-item td {
|
|
448
|
-
overflow: hidden;
|
|
449
|
-
text-overflow: ellipsis;
|
|
450
|
-
text-align: center;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* Notifications Preferences */
|
|
454
|
-
|
|
455
|
-
.notifications-main-preferences__container {
|
|
456
|
-
display: flex;
|
|
457
|
-
flex-direction: column;
|
|
458
|
-
padding: 5px 15px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.notifications-main-preferences__container .row-section {
|
|
462
|
-
height: 34px;
|
|
463
|
-
display: flex;
|
|
464
|
-
align-items: center;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.row-section .complex-menu-checkbox-wrapper {
|
|
468
|
-
width: 100%;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.row-section .row-btn,
|
|
472
|
-
.row-section .row,
|
|
473
|
-
.row-section .row-btn-disabled {
|
|
474
|
-
display: grid;
|
|
475
|
-
grid-template-columns: min-content auto min-content;
|
|
476
|
-
grid-template-rows: 100%;
|
|
477
|
-
height: 100%;
|
|
478
|
-
padding: 0 10px 0 0;
|
|
479
|
-
width: 100%;
|
|
480
|
-
align-items: center;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.row-btn:hover {
|
|
484
|
-
background: var(--menu-actions-hover-color);
|
|
485
|
-
border-radius: 0px 20px 20px 0px;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.row-section .row__lbl {
|
|
489
|
-
overflow: hidden;
|
|
490
|
-
padding-left: 10px;
|
|
491
|
-
text-overflow: ellipsis;
|
|
492
|
-
white-space: nowrap;
|
|
493
|
-
grid-column-start: 2;
|
|
494
|
-
width: 250px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.row-section .row .row_right__icon {
|
|
498
|
-
margin: 0 18px;
|
|
499
|
-
cursor: pointer;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.row-section .row .row_right__icon svg {
|
|
503
|
-
height: 20px;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.row-btn img:first-of-type,
|
|
507
|
-
.row-btn i:first-of-type {
|
|
508
|
-
margin-left: 10px;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.row-btn i:last-child {
|
|
512
|
-
margin-left: auto;
|
|
513
|
-
padding-left: 10px;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.rotate-90::before {
|
|
517
|
-
transform: rotate(90deg);
|
|
518
|
-
display: inline-block;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.finsemble-dropdown__btn.push-right {
|
|
522
|
-
margin-left: auto;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.heading-larger {
|
|
526
|
-
font-size: var(--font-size-larger);
|
|
527
|
-
color: var(--core-primary-5);
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.notification-sources__header {
|
|
531
|
-
display: grid;
|
|
532
|
-
grid-template-columns: min-content auto min-content;
|
|
533
|
-
grid-template-rows: 100%;
|
|
534
|
-
height: 100%;
|
|
535
|
-
width: 100%;
|
|
536
|
-
align-items: baseline;
|
|
537
|
-
margin-bottom: 20px;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.notification-sources__types .row .finsemble-icon {
|
|
541
|
-
cursor: pointer;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.row-btn img,
|
|
545
|
-
.ff-finsemble.default-img {
|
|
546
|
-
height: 20px;
|
|
547
|
-
width: 20px;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.ff-finsemble.default-img::before {
|
|
551
|
-
vertical-align: middle;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.db-col-1 {
|
|
555
|
-
width: 10%;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.db-col-2 {
|
|
559
|
-
width: 20%;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.db-col-3 {
|
|
563
|
-
width: 50%;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.db-col-4 {
|
|
567
|
-
width: 20%;
|
|
568
|
-
}
|
|
1
|
+
/*!
|
|
2
|
+
* userPreferences.css
|
|
3
|
+
* Copyright 2017 - 2020 by ChartIQ, Inc.
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
body {
|
|
8
|
+
margin: 0px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
img {
|
|
12
|
+
user-select: none;
|
|
13
|
+
-moz-user-select: none;
|
|
14
|
+
-webkit-user-drag: none;
|
|
15
|
+
-webkit-user-select: none;
|
|
16
|
+
-ms-user-select: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.complex-menu-wrapper {
|
|
20
|
+
display: flex;
|
|
21
|
+
height: 100%;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.complex-menu-left-nav-header-img {
|
|
26
|
+
width: 29px;
|
|
27
|
+
height: 31px;
|
|
28
|
+
margin-right: 15px;
|
|
29
|
+
padding-left: 13px;
|
|
30
|
+
padding-top: 11px;
|
|
31
|
+
padding-bottom: 7px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.complex-menu-content-section,
|
|
35
|
+
.complex-menu-left-nav {
|
|
36
|
+
display: flex;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.complex-menu-left-nav-preference {
|
|
40
|
+
width: 212px;
|
|
41
|
+
min-width: 212px;
|
|
42
|
+
height: 600px;
|
|
43
|
+
font-size: var(--content-font-size);
|
|
44
|
+
flex-direction: column;
|
|
45
|
+
justify-content: start;
|
|
46
|
+
color: var(--content-font-color);
|
|
47
|
+
background-color: var(--content-nav-background-color);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.complex-menu-left-nav-header {
|
|
51
|
+
background-color: var(--content-nav-header-background-color);
|
|
52
|
+
font-weight: var(--content-nav-header-font-weight);
|
|
53
|
+
font-size: var(--content-nav-header-font-size);
|
|
54
|
+
margin-bottom: 30px;
|
|
55
|
+
padding-left: 30px;
|
|
56
|
+
height: 49px;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
align-content: center;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.complex-menu-header-wrapper {
|
|
63
|
+
display: flex;
|
|
64
|
+
justify-content: space-between;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.content-section-header {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: row;
|
|
70
|
+
align-self: flex-start;
|
|
71
|
+
font-size: var(--content-header-font-size);
|
|
72
|
+
font-weight: var(--font-weight-2);
|
|
73
|
+
color: var(--content-header-font-color);
|
|
74
|
+
margin-bottom: 4px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.content-section-info {
|
|
78
|
+
color: var(--content-hint-font-color);
|
|
79
|
+
font-weight: var(--content-font-weight);
|
|
80
|
+
font-size: 12px;
|
|
81
|
+
align-items: center;
|
|
82
|
+
display: flex;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.workspace-list-header > .content-section-info {
|
|
86
|
+
margin-left: 275px;
|
|
87
|
+
margin-top: 6px;
|
|
88
|
+
margin-bottom: 4px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.content-section-wrapper {
|
|
92
|
+
display: flex;
|
|
93
|
+
flex-direction: row;
|
|
94
|
+
justify-content: space-between;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.workspace-content {
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-direction: row;
|
|
100
|
+
justify-content: space-between;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.complex-menu-header {
|
|
104
|
+
display: flex;
|
|
105
|
+
justify-content: Space-between;
|
|
106
|
+
padding: 6px 6px 0px 11px;
|
|
107
|
+
font-size: 18px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.ff-close {
|
|
111
|
+
cursor: pointer;
|
|
112
|
+
font-size: var(--content-button-label-font-size);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.ff-close:hover {
|
|
116
|
+
color: var(--content-close-hover-color);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.complex-menu-section-toggle {
|
|
120
|
+
padding: 6px 30px;
|
|
121
|
+
margin-right: 6px;
|
|
122
|
+
border-radius: 0px 20px 20px 0px;
|
|
123
|
+
height: 22px;
|
|
124
|
+
display: flex;
|
|
125
|
+
align-items: center;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.complex-menu-section-toggle:hover {
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
background-color: var(--content-nav-highlighter-hover);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.active-section-toggle {
|
|
134
|
+
background-color: var(--content-nav-highlighter);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.complex-menu-content-row {
|
|
138
|
+
flex: 1;
|
|
139
|
+
padding: 0.75em;
|
|
140
|
+
align-content: flex-start;
|
|
141
|
+
user-select: none;
|
|
142
|
+
background-color: var(--content-background-color);
|
|
143
|
+
overflow: auto;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.items-header {
|
|
147
|
+
font-size: 1.4em;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.workspace-list-header-row {
|
|
151
|
+
padding: 0px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
#UserPreferences-component-wrapper {
|
|
155
|
+
height: 100%;
|
|
156
|
+
width: 100%;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.complex-menu-content-section {
|
|
160
|
+
display: flex;
|
|
161
|
+
flex-direction: row;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.workspace-section-wrapper {
|
|
165
|
+
display: flex;
|
|
166
|
+
justify-content: space-between;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.workspace-list {
|
|
170
|
+
border: 1px solid var(--content-list-border-color);
|
|
171
|
+
width: 100%;
|
|
172
|
+
height: 210px;
|
|
173
|
+
overflow-y: auto;
|
|
174
|
+
margin-right: 16px;
|
|
175
|
+
padding: 5px;
|
|
176
|
+
border-radius: 3px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.workspace-item {
|
|
180
|
+
height: 28px;
|
|
181
|
+
padding: 4px 10px 0px 10px;
|
|
182
|
+
display: flex;
|
|
183
|
+
align-items: center;
|
|
184
|
+
justify-content: space-between;
|
|
185
|
+
border: 1px solid transparent;
|
|
186
|
+
border-radius: 20px;
|
|
187
|
+
cursor: grab;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.workspace-item:hover {
|
|
191
|
+
background-color: var(--content-nav-highlighter-hover);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.individual-workspace-actions {
|
|
195
|
+
display: flex;
|
|
196
|
+
margin-left: 3px;
|
|
197
|
+
flex-direction: row;
|
|
198
|
+
align-items: center;
|
|
199
|
+
width: 50px;
|
|
200
|
+
color: var(--content-button-icon-color);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.workspace-item .ff-adp-hamburger {
|
|
204
|
+
color: var(--content-list-drag-icon-color);
|
|
205
|
+
margin: -2px 16px 0px 0px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.workspace-item .workspace-name {
|
|
209
|
+
width: 260px;
|
|
210
|
+
height: 16px;
|
|
211
|
+
padding-left: 1px;
|
|
212
|
+
text-overflow: ellipsis;
|
|
213
|
+
white-space: nowrap;
|
|
214
|
+
overflow: hidden;
|
|
215
|
+
line-height: 13px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.individual-workspace-action {
|
|
219
|
+
cursor: pointer;
|
|
220
|
+
padding: 4px;
|
|
221
|
+
margin: 0px 4px;
|
|
222
|
+
height: 17px;
|
|
223
|
+
transition: 0.2s color;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.individual-workspace-action:hover {
|
|
227
|
+
color: var(--content-button-neutral-hover-color);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.individual-workspace-action.disabled-button {
|
|
231
|
+
border: 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.delete-workspace:hover {
|
|
235
|
+
color: var(--content-close-hover-color);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.active-workspace {
|
|
239
|
+
font-weight: 700;
|
|
240
|
+
color: var(--accent-aware);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.focused-workspace-item {
|
|
244
|
+
background-color: var(--content-list-highlighter);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/* .auto-start-workspace-item {
|
|
248
|
+
content: "";
|
|
249
|
+
width: 5px;
|
|
250
|
+
height: 5px;
|
|
251
|
+
display: inline-block;
|
|
252
|
+
border-radius: 50%;
|
|
253
|
+
margin-left: -15px;
|
|
254
|
+
margin-right: 10px;
|
|
255
|
+
background-color: var(--content-list-item-flagged-color);
|
|
256
|
+
} */
|
|
257
|
+
|
|
258
|
+
.auto-start-workspace-item {
|
|
259
|
+
font-style: italic;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.action-button {
|
|
263
|
+
border: 1px solid var(--button-neutral-border-hover-color);
|
|
264
|
+
padding: 0.25em 0em;
|
|
265
|
+
display: flex;
|
|
266
|
+
align-items: center;
|
|
267
|
+
justify-content: center;
|
|
268
|
+
margin: 16px 0px 6px 0px;
|
|
269
|
+
color: var(--content-button-icon-color);
|
|
270
|
+
transition: 0.2s all;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.action-button:hover {
|
|
274
|
+
cursor: pointer;
|
|
275
|
+
border: solid 1px var(--content-button-neutral-hover-color);
|
|
276
|
+
color: var(--content-button-neutral-hover-color);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.disabled-button,
|
|
280
|
+
.disabled-button:hover {
|
|
281
|
+
color: var(--content-button-disabled-border-color);
|
|
282
|
+
cursor: default;
|
|
283
|
+
border: 1px solid;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.workspace-action-buttons {
|
|
287
|
+
display: flex;
|
|
288
|
+
justify-content: space-between;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.workspace-action-button {
|
|
292
|
+
width: 69px;
|
|
293
|
+
height: 69px;
|
|
294
|
+
font-size: var(--content-button-label-font-size);
|
|
295
|
+
display: flex;
|
|
296
|
+
flex-direction: column;
|
|
297
|
+
border-radius: 3px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.workspace-action-button-icon {
|
|
301
|
+
font-size: 27px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.workspace-item > .workspace-editor {
|
|
305
|
+
padding-left: 4px;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.workspace-item-editing {
|
|
309
|
+
color: var(--content-list-editor-font-color);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.workspace-editor {
|
|
313
|
+
border: 1px solid transparent;
|
|
314
|
+
background-color: transparent;
|
|
315
|
+
height: 100%;
|
|
316
|
+
width: 100%;
|
|
317
|
+
padding-bottom: 2px;
|
|
318
|
+
font-size: var(--content-font-size);
|
|
319
|
+
outline-color: transparent;
|
|
320
|
+
color: var(--content-list-editor-font-color);
|
|
321
|
+
line-height: 13px;
|
|
322
|
+
font-family: var(--font-family);
|
|
323
|
+
font-weight: var(--font-weight);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.workspace-editor:focus {
|
|
327
|
+
outline: none;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.workspace-editor::selection {
|
|
331
|
+
background-color: var(--content-list-editor-highlighted-text);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.no-top-border {
|
|
335
|
+
border-top: 1px solid transparent;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
::-webkit-scrollbar-track {
|
|
339
|
+
border-radius: 3px;
|
|
340
|
+
background-color: transparent;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
::-webkit-scrollbar {
|
|
344
|
+
width: 5px;
|
|
345
|
+
background-color: transparent;
|
|
346
|
+
border-radius: 3px;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
::-webkit-scrollbar-thumb {
|
|
350
|
+
cursor: pointer;
|
|
351
|
+
border-radius: 9px;
|
|
352
|
+
background-color: var(--scrollbar-color);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.complex-menu-checkbox-wrapper {
|
|
356
|
+
display: flex;
|
|
357
|
+
align-items: center;
|
|
358
|
+
margin-top: 8px;
|
|
359
|
+
margin-left: 12px;
|
|
360
|
+
width: 270px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.complex-menu-checkbox {
|
|
364
|
+
border-radius: 1px;
|
|
365
|
+
width: 14px;
|
|
366
|
+
height: 14px;
|
|
367
|
+
margin-right: 8px;
|
|
368
|
+
border: 1px solid var(--content-checkbox-unchecked-border-color);
|
|
369
|
+
display: inline-flex;
|
|
370
|
+
justify-content: center;
|
|
371
|
+
align-items: center;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.complex-menu-checkbox-label {
|
|
375
|
+
display: inline-block;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.complex-menu-checkbox.checked {
|
|
379
|
+
background-color: var(--content-checkbox-background-color);
|
|
380
|
+
border: 1px solid var(--content-checkbox-background-color);
|
|
381
|
+
font-size: 8px;
|
|
382
|
+
color: var(--content-checkbox-check-color);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.ff-check-mark {
|
|
386
|
+
padding-top: 2px;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.workspace-component-list {
|
|
390
|
+
border: solid 1px var(--content-list-border-color);
|
|
391
|
+
padding: 7px;
|
|
392
|
+
font-size: var(--content-component-list-font-size);
|
|
393
|
+
width: 140px;
|
|
394
|
+
height: 114px;
|
|
395
|
+
overflow-y: auto;
|
|
396
|
+
color: var(--workspace-component-list-font-color);
|
|
397
|
+
border-radius: 3px;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.scheduled-restart {
|
|
401
|
+
margin-top: 0.5em;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.scheduled-restart-select-label {
|
|
405
|
+
margin-top: 0.45em;
|
|
406
|
+
margin-left: 4em;
|
|
407
|
+
margin-right: 0.5em;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.disabled-restart {
|
|
411
|
+
color: var(--content-nav-highlighter) !important;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
select:focus,
|
|
415
|
+
option:focus {
|
|
416
|
+
outline: none;
|
|
417
|
+
background-color: var(--content-font-color);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.change-text {
|
|
421
|
+
color: var(--content-warning-text);
|
|
422
|
+
font-size: 14px;
|
|
423
|
+
margin-top: 12px;
|
|
424
|
+
margin-left: 12px;
|
|
425
|
+
margin-right: 10px;
|
|
426
|
+
display: inline-block;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.blue-button {
|
|
430
|
+
width: 110px;
|
|
431
|
+
height: 24px;
|
|
432
|
+
border: 0;
|
|
433
|
+
background: none;
|
|
434
|
+
box-shadow: none;
|
|
435
|
+
background-color: var(--content-restart-button-color);
|
|
436
|
+
color: var(--content-font-color);
|
|
437
|
+
font-size: 11px;
|
|
438
|
+
font-weight: var(--content-font-weight);
|
|
439
|
+
border-radius: 3px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.dashbar-items-table {
|
|
443
|
+
width: 100%;
|
|
444
|
+
table-layout: fixed;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.dashbar-items-table tr.dashbar-preferences-item td {
|
|
448
|
+
overflow: hidden;
|
|
449
|
+
text-overflow: ellipsis;
|
|
450
|
+
text-align: center;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/* Notifications Preferences */
|
|
454
|
+
|
|
455
|
+
.notifications-main-preferences__container {
|
|
456
|
+
display: flex;
|
|
457
|
+
flex-direction: column;
|
|
458
|
+
padding: 5px 15px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.notifications-main-preferences__container .row-section {
|
|
462
|
+
height: 34px;
|
|
463
|
+
display: flex;
|
|
464
|
+
align-items: center;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.row-section .complex-menu-checkbox-wrapper {
|
|
468
|
+
width: 100%;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.row-section .row-btn,
|
|
472
|
+
.row-section .row,
|
|
473
|
+
.row-section .row-btn-disabled {
|
|
474
|
+
display: grid;
|
|
475
|
+
grid-template-columns: min-content auto min-content;
|
|
476
|
+
grid-template-rows: 100%;
|
|
477
|
+
height: 100%;
|
|
478
|
+
padding: 0 10px 0 0;
|
|
479
|
+
width: 100%;
|
|
480
|
+
align-items: center;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.row-btn:hover {
|
|
484
|
+
background: var(--menu-actions-hover-color);
|
|
485
|
+
border-radius: 0px 20px 20px 0px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.row-section .row__lbl {
|
|
489
|
+
overflow: hidden;
|
|
490
|
+
padding-left: 10px;
|
|
491
|
+
text-overflow: ellipsis;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
grid-column-start: 2;
|
|
494
|
+
width: 250px;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.row-section .row .row_right__icon {
|
|
498
|
+
margin: 0 18px;
|
|
499
|
+
cursor: pointer;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.row-section .row .row_right__icon svg {
|
|
503
|
+
height: 20px;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.row-btn img:first-of-type,
|
|
507
|
+
.row-btn i:first-of-type {
|
|
508
|
+
margin-left: 10px;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.row-btn i:last-child {
|
|
512
|
+
margin-left: auto;
|
|
513
|
+
padding-left: 10px;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.rotate-90::before {
|
|
517
|
+
transform: rotate(90deg);
|
|
518
|
+
display: inline-block;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.finsemble-dropdown__btn.push-right {
|
|
522
|
+
margin-left: auto;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.heading-larger {
|
|
526
|
+
font-size: var(--font-size-larger);
|
|
527
|
+
color: var(--core-primary-5);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.notification-sources__header {
|
|
531
|
+
display: grid;
|
|
532
|
+
grid-template-columns: min-content auto min-content;
|
|
533
|
+
grid-template-rows: 100%;
|
|
534
|
+
height: 100%;
|
|
535
|
+
width: 100%;
|
|
536
|
+
align-items: baseline;
|
|
537
|
+
margin-bottom: 20px;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.notification-sources__types .row .finsemble-icon {
|
|
541
|
+
cursor: pointer;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.row-btn img,
|
|
545
|
+
.ff-finsemble.default-img {
|
|
546
|
+
height: 20px;
|
|
547
|
+
width: 20px;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.ff-finsemble.default-img::before {
|
|
551
|
+
vertical-align: middle;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.db-col-1 {
|
|
555
|
+
width: 10%;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.db-col-2 {
|
|
559
|
+
width: 20%;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.db-col-3 {
|
|
563
|
+
width: 50%;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.db-col-4 {
|
|
567
|
+
width: 20%;
|
|
568
|
+
}
|