@eclipse-scout/core 22.0.0 → 22.0.10
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/eclipse-scout-core-e5e8740e3649f5b9f279.min.js +2 -0
- package/dist/eclipse-scout-core-e5e8740e3649f5b9f279.min.js.map +1 -0
- package/dist/eclipse-scout-core-theme-74b63e0d57bed407a729.min.css +1 -0
- package/dist/eclipse-scout-core-theme-dark-b82aea152f416e38ce7f.min.css +1 -0
- package/dist/eclipse-scout-core-theme-dark.css +597 -422
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +333 -158
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +1196 -811
- package/dist/eclipse-scout-core.js.map +1 -1
- package/dist/file-list +7 -0
- package/dist/locales.json +47126 -0
- package/dist/texts.json +1153 -0
- package/package.json +2 -2
- package/src/App.js +1 -1
- package/src/ErrorHandler.js +66 -28
- package/src/{table/TableHeaderMenuButtonKeyStroke.js → action/ActionExecKeyStroke.js} +4 -5
- package/src/action/Button.less +1 -0
- package/src/box/Box.less +12 -8
- package/src/breadcrumbbar/BreadcrumbBarLayout.js +2 -2
- package/src/breadcrumbbar/BreadcrumbItem.less +3 -6
- package/src/calendar/Calendar.js +40 -58
- package/src/calendar/Calendar.less +10 -10
- package/src/calendar/CalendarLayout.js +3 -1
- package/src/checkbox/CheckBox.less +3 -1
- package/src/datepicker/DatePicker.less +1 -0
- package/src/datepicker/DatePickerTouchPopup.js +8 -0
- package/src/desktop/DisableBrowserF5ReloadKeyStroke.js +1 -0
- package/src/desktop/bench/DesktopTabSelectKeyStroke.js +2 -1
- package/src/desktop/desktoptab/DesktopTab.less +5 -2
- package/src/desktop/desktoptab/DesktopTabArea.less +7 -3
- package/src/desktop/desktoptab/DesktopTabAreaLayout.js +1 -1
- package/src/desktop/desktoptab/DisableBrowserTabSwitchingKeyStroke.js +1 -0
- package/src/desktop/navigation/DesktopNavigation.less +4 -0
- package/src/desktop/navigation/EnlargeNavigationKeyStroke.js +1 -0
- package/src/desktop/navigation/ShrinkNavigationKeyStroke.js +1 -0
- package/src/desktop/notification/DesktopNotification.js +11 -4
- package/src/desktop/notification/DesktopNotification.less +5 -3
- package/src/desktop/outline/Outline.less +4 -4
- package/src/desktop/viewbutton/ViewButton.less +18 -9
- package/src/desktop/viewbutton/ViewMenuPopupEnterKeyStroke.js +2 -1
- package/src/desktop/viewbutton/ViewMenuTab.less +3 -2
- package/src/filechooser/FileChooser.js +1 -1
- package/src/filechooser/FileChooser.less +16 -11
- package/src/focus/FocusContext.js +11 -8
- package/src/focus/FocusManager.js +24 -5
- package/src/form/Form.less +1 -0
- package/src/form/fields/LookupBox.js +5 -2
- package/src/form/fields/LookupBox.less +28 -2
- package/src/form/fields/TextFieldIcon.less +2 -2
- package/src/form/fields/ValueField.js +11 -2
- package/src/form/fields/breadcrumbbarfield/BreadcrumbBarField.less +20 -0
- package/src/form/fields/button/ButtonKeyStroke.js +0 -3
- package/src/form/fields/datefield/DateField.js +31 -47
- package/src/form/fields/filechooserfield/FileChooserFieldBrowseKeyStroke.js +1 -3
- package/src/form/fields/filechooserfield/FileChooserFieldDeleteKeyStroke.js +1 -3
- package/src/form/fields/groupbox/GroupBox.js +14 -9
- package/src/form/fields/groupbox/GroupBox.less +1 -0
- package/src/form/fields/htmlfield/HtmlField.less +0 -1
- package/src/form/fields/listbox/ListBox.js +13 -7
- package/src/form/fields/lookupfield/lookupField.js +6 -5
- package/src/form/fields/smartfield/ProposalField.js +2 -1
- package/src/form/fields/smartfield/ProposalTreeNode.js +4 -8
- package/src/form/fields/smartfield/SmartField.js +4 -20
- package/src/form/fields/smartfield/SmartField.less +24 -11
- package/src/form/fields/splitbox/SplitBoxCollapseKeyStroke.js +1 -0
- package/src/form/fields/splitbox/SplitBoxFirstCollapseKeyStroke.js +1 -0
- package/src/form/fields/splitbox/SplitBoxSecondCollapseKeyStroke.js +1 -0
- package/src/form/fields/tabbox/TabAreaLayout.js +63 -66
- package/src/form/fields/tabbox/TabAreaLeftKeyStroke.js +2 -0
- package/src/form/fields/tabbox/TabAreaRightKeyStroke.js +2 -0
- package/src/form/fields/tabbox/TabBox.js +8 -7
- package/src/form/fields/tabbox/TabBox.less +2 -1
- package/src/form/fields/tabbox/TabBoxHeader.js +4 -0
- package/src/form/fields/tabbox/TabBoxHeaderLayout.js +5 -5
- package/src/form/fields/tabbox/TabItem.js +4 -0
- package/src/form/fields/treebox/TreeBox.js +6 -5
- package/src/glasspane/GlassPane.js +3 -3
- package/src/group/Group.less +1 -1
- package/src/index.js +1 -1
- package/src/index.less +1 -0
- package/src/jquery/jquery-scout.js +17 -4
- package/src/keystroke/CloseKeyStroke.js +1 -0
- package/src/keystroke/ContextMenuKeyStroke.js +1 -0
- package/src/keystroke/FocusFilterFieldKeyStroke.js +1 -0
- package/src/keystroke/KeyStroke.js +11 -3
- package/src/keystroke/TabItemKeyStroke.js +8 -5
- package/src/logging/logging.js +16 -8
- package/src/login/LoginBox.js +3 -2
- package/src/login/LoginBox.less +27 -8
- package/src/menu/ContextMenuPopup.less +9 -2
- package/src/menu/Menu.less +1 -0
- package/src/menu/MenuExecKeyStroke.js +3 -17
- package/src/menu/MenuNavigationKeyStroke.js +1 -0
- package/src/menu/menubar/MenuBarLeftKeyStroke.js +2 -0
- package/src/menu/menubar/MenuBarRightKeyStroke.js +2 -0
- package/src/messagebox/MessageBox.less +20 -20
- package/src/modeselector/Mode.less +15 -37
- package/src/modeselector/ModeSelector.js +1 -1
- package/src/modeselector/ModeSelector.less +2 -1
- package/src/planner/Planner.js +2 -0
- package/src/planner/PlannerHeader.less +2 -1
- package/src/popup/Popup.js +24 -8
- package/src/popup/PopupLayout.js +2 -8
- package/src/scrollbar/Scrollbar.less +8 -1
- package/src/scrollbar/scrollbars.js +26 -4
- package/src/session/Session.js +8 -5
- package/src/style/colors-dark.less +25 -11
- package/src/style/colors.less +17 -3
- package/src/style/fonts.less +10 -1
- package/src/style/mixins.less +21 -14
- package/src/style/sizes-dark.less +4 -1
- package/src/style/sizes.less +17 -9
- package/src/table/Table.js +63 -49
- package/src/table/Table.less +50 -20
- package/src/table/TableAdapter.js +9 -12
- package/src/table/TableHeader.js +10 -8
- package/src/table/TableHeader.less +1 -0
- package/src/table/TableHeaderMenu.js +3 -1
- package/src/table/TableHeaderMenu.less +7 -2
- package/src/table/TableHeaderMenuButton.js +2 -2
- package/src/table/TableLayout.js +6 -0
- package/src/table/columns/BooleanColumn.js +2 -2
- package/src/table/columns/Column.js +10 -7
- package/src/table/columns/ColumnOptimalWidthMeasurer.js +1 -1
- package/src/table/editor/CellEditorPopup.js +29 -15
- package/src/table/keystrokes/AbstractTableNavigationKeyStroke.js +1 -0
- package/src/table/keystrokes/TableCopyKeyStroke.js +1 -0
- package/src/table/keystrokes/TableNavigationCollapseKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationEndKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationExpandKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationHomeKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationPageDownKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationPageUpKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationUpKeyStroke.js +2 -2
- package/src/table/keystrokes/TableRefreshKeyStroke.js +2 -2
- package/src/table/keystrokes/TableSelectAllKeyStroke.js +3 -2
- package/src/table/keystrokes/TableStartCellEditKeyStroke.js +2 -2
- package/src/tagbar/TagBarOverflowPopupLayout.js +1 -1
- package/src/testing/index.js +1 -0
- package/src/testing/lookup/AbortableMicrotaskStaticLookupCall.js +50 -0
- package/src/tile/TileGrid.js +10 -12
- package/src/tile/TileGridLayout.js +2 -2
- package/src/tile/accordion/TileAccordion.js +16 -1
- package/src/tile/fields/FormFieldTile.less +18 -11
- package/src/tile/fields/button/ButtonTile.js +1 -1
- package/src/tile/fields/tablefield/TileTableField.less +19 -2
- package/src/tile/keystrokes/TileGridSelectKeyStroke.js +3 -2
- package/src/timepicker/TimePickerTouchPopup.js +8 -0
- package/src/tree/CompactTree.less +1 -1
- package/src/tree/LazyNodeFilter.js +4 -2
- package/src/tree/Tree.js +7 -5
- package/src/tree/Tree.less +13 -5
- package/src/tree/keystrokes/AbstractTreeNavigationKeyStroke.js +1 -0
- package/src/tree/keystrokes/TreeCollapseAllKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeExpandOrDrillDownKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationDownKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationEndKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationUpKeyStroke.js +2 -2
- package/src/util/Device.js +4 -4
- package/src/util/arrays.js +44 -2
- package/src/util/dragAndDrop.js +5 -4
- package/src/util/events.js +1 -1
- package/src/util/objects.js +4 -1
- package/src/widget/FilterSupport.js +1 -1
- package/src/widget/Widget.js +17 -7
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
33
33
|
*/
|
|
34
34
|
body {
|
|
35
|
-
background-color: #
|
|
35
|
+
background-color: #0E1316;
|
|
36
36
|
font-family: Arial, sans-serif;
|
|
37
37
|
font-weight: normal;
|
|
38
38
|
font-size: 13px;
|
|
@@ -64,11 +64,11 @@ body.ios {
|
|
|
64
64
|
/* -moz variant is required, see https://bugzilla.mozilla.org/show_bug.cgi?id=509958 */
|
|
65
65
|
::-moz-selection {
|
|
66
66
|
background: #71b0e8;
|
|
67
|
-
color: #
|
|
67
|
+
color: #0E1316;
|
|
68
68
|
}
|
|
69
69
|
::selection {
|
|
70
70
|
background: #71b0e8;
|
|
71
|
-
color: #
|
|
71
|
+
color: #0E1316;
|
|
72
72
|
}
|
|
73
73
|
::-webkit-input-placeholder {
|
|
74
74
|
color: #7E8588;
|
|
@@ -111,11 +111,11 @@ body.ios {
|
|
|
111
111
|
}
|
|
112
112
|
.disabled::-moz-selection {
|
|
113
113
|
background: #7E8588;
|
|
114
|
-
color: #
|
|
114
|
+
color: #0E1316;
|
|
115
115
|
}
|
|
116
116
|
.disabled::selection {
|
|
117
117
|
background: #7E8588;
|
|
118
|
-
color: #
|
|
118
|
+
color: #0E1316;
|
|
119
119
|
}
|
|
120
120
|
.disabled::-webkit-input-placeholder {
|
|
121
121
|
/* Fade a little to make it distinguishable from real text. Don't use opacity here because it affects background as well (IE). */
|
|
@@ -205,7 +205,7 @@ input.has-error,
|
|
|
205
205
|
textarea.has-error,
|
|
206
206
|
.input-field.has-error {
|
|
207
207
|
border-color: #FF8888;
|
|
208
|
-
background-color: #
|
|
208
|
+
background-color: #252F34;
|
|
209
209
|
}
|
|
210
210
|
input.has-error:focus,
|
|
211
211
|
textarea.has-error:focus,
|
|
@@ -233,7 +233,7 @@ input[type="password"].alternative {
|
|
|
233
233
|
padding-bottom: 1px;
|
|
234
234
|
/* Compensate padding-bottom to align input text with label on the left */
|
|
235
235
|
/* It won't be perfect (especially when zoomed) but should be good enough */
|
|
236
|
-
padding-top:
|
|
236
|
+
padding-top: 2px;
|
|
237
237
|
}
|
|
238
238
|
input.alternative,
|
|
239
239
|
.input-field.alternative {
|
|
@@ -304,7 +304,7 @@ textarea.disabled.read-only {
|
|
|
304
304
|
}
|
|
305
305
|
input.disabled::selection,
|
|
306
306
|
textarea.disabled::selection {
|
|
307
|
-
-webkit-text-fill-color: #
|
|
307
|
+
-webkit-text-fill-color: #0E1316;
|
|
308
308
|
}
|
|
309
309
|
textarea.alternative {
|
|
310
310
|
background-color: transparent;
|
|
@@ -445,7 +445,7 @@ button::-moz-focus-inner {
|
|
|
445
445
|
margin: 0;
|
|
446
446
|
padding: 0;
|
|
447
447
|
border: 0;
|
|
448
|
-
background-color: #
|
|
448
|
+
background-color: #0E1316;
|
|
449
449
|
pointer-events: none;
|
|
450
450
|
}
|
|
451
451
|
.application-loading-root.fadeout {
|
|
@@ -551,7 +551,7 @@ a:focus,
|
|
|
551
551
|
margin: 100px 50px;
|
|
552
552
|
padding: 20px;
|
|
553
553
|
border: 1px solid #FF8888;
|
|
554
|
-
background-color: #
|
|
554
|
+
background-color: #252F34;
|
|
555
555
|
}
|
|
556
556
|
.startup-error-title {
|
|
557
557
|
font-weight: bold;
|
|
@@ -721,6 +721,7 @@ iframe {
|
|
|
721
721
|
overflow: hidden;
|
|
722
722
|
text-overflow: ellipsis;
|
|
723
723
|
white-space: nowrap;
|
|
724
|
+
margin-top: 1px;
|
|
724
725
|
}
|
|
725
726
|
.button > .icon {
|
|
726
727
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -772,18 +773,18 @@ iframe {
|
|
|
772
773
|
background-color: rgba(255, 255, 255, 0.18);
|
|
773
774
|
}
|
|
774
775
|
.button.selected {
|
|
775
|
-
color: #
|
|
776
|
+
color: #0E1316;
|
|
776
777
|
background-color: #71b0e8;
|
|
777
778
|
border-color: #71b0e8;
|
|
778
779
|
}
|
|
779
780
|
.button.selected:hover {
|
|
780
|
-
background-color: #
|
|
781
|
-
border-color: #
|
|
781
|
+
background-color: #94c4ee;
|
|
782
|
+
border-color: #94c4ee;
|
|
782
783
|
}
|
|
783
784
|
.button.selected.active,
|
|
784
785
|
.button.selected:active {
|
|
785
|
-
background-color: #
|
|
786
|
-
border-color: #
|
|
786
|
+
background-color: #a6cdf1;
|
|
787
|
+
border-color: #a6cdf1;
|
|
787
788
|
}
|
|
788
789
|
.button.selected.has-popup {
|
|
789
790
|
color: #71b0e8;
|
|
@@ -798,22 +799,22 @@ iframe {
|
|
|
798
799
|
background-color: #71b0e8;
|
|
799
800
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
800
801
|
border-color: #71b0e8;
|
|
801
|
-
color: #
|
|
802
|
+
color: #0E1316;
|
|
802
803
|
}
|
|
803
804
|
.button.default:hover {
|
|
804
|
-
background-color: #
|
|
805
|
-
border-color: #
|
|
805
|
+
background-color: #94c4ee;
|
|
806
|
+
border-color: #94c4ee;
|
|
806
807
|
}
|
|
807
808
|
.button.default:active,
|
|
808
809
|
.button.default.active {
|
|
809
|
-
color: #
|
|
810
|
-
background-color: #
|
|
811
|
-
border-color: #
|
|
810
|
+
color: #0E1316;
|
|
811
|
+
background-color: #a6cdf1;
|
|
812
|
+
border-color: #a6cdf1;
|
|
812
813
|
}
|
|
813
814
|
.button.default.selected {
|
|
814
|
-
color: #
|
|
815
|
-
background-color: #
|
|
816
|
-
border-color: #
|
|
815
|
+
color: #0E1316;
|
|
816
|
+
background-color: #a6cdf1;
|
|
817
|
+
border-color: #a6cdf1;
|
|
817
818
|
}
|
|
818
819
|
.button.default:focus {
|
|
819
820
|
outline: none;
|
|
@@ -841,7 +842,7 @@ iframe {
|
|
|
841
842
|
}
|
|
842
843
|
.button:disabled.selected,
|
|
843
844
|
.button.disabled.selected {
|
|
844
|
-
color: #
|
|
845
|
+
color: #0E1316;
|
|
845
846
|
background-color: #7E8588;
|
|
846
847
|
border-color: #7E8588;
|
|
847
848
|
}
|
|
@@ -916,7 +917,7 @@ iframe {
|
|
|
916
917
|
.box-content {
|
|
917
918
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
918
919
|
border-radius: 12px;
|
|
919
|
-
background-color: #
|
|
920
|
+
background-color: #2E3C41;
|
|
920
921
|
max-width: 450px;
|
|
921
922
|
margin: 0 auto;
|
|
922
923
|
padding: 45px 95px 50px 95px;
|
|
@@ -927,7 +928,7 @@ iframe {
|
|
|
927
928
|
text-align: center;
|
|
928
929
|
}
|
|
929
930
|
.box-content > .header > .logo {
|
|
930
|
-
margin-top:
|
|
931
|
+
margin-top: 4px;
|
|
931
932
|
margin-bottom: 40px;
|
|
932
933
|
max-height: 30px;
|
|
933
934
|
}
|
|
@@ -947,21 +948,23 @@ iframe {
|
|
|
947
948
|
}
|
|
948
949
|
@media (max-width: 490px) {
|
|
949
950
|
.box-content {
|
|
950
|
-
padding:
|
|
951
|
+
padding: 40px;
|
|
951
952
|
margin-left: 10px;
|
|
952
953
|
margin-right: 10px;
|
|
953
954
|
}
|
|
954
955
|
.box-content > .header > .logo {
|
|
955
|
-
margin-bottom:
|
|
956
|
+
margin-bottom: 30px;
|
|
957
|
+
margin-top: 0;
|
|
956
958
|
}
|
|
957
959
|
}
|
|
958
960
|
@media (max-height: 400px) {
|
|
959
961
|
.box-content {
|
|
960
|
-
padding-top:
|
|
961
|
-
padding-bottom:
|
|
962
|
+
padding-top: 25px;
|
|
963
|
+
padding-bottom: 25px;
|
|
962
964
|
}
|
|
963
965
|
.box-content > .header > .logo {
|
|
964
966
|
margin-bottom: 20px;
|
|
967
|
+
margin-top: 0;
|
|
965
968
|
}
|
|
966
969
|
}
|
|
967
970
|
@media (max-height: 700px) {
|
|
@@ -1001,6 +1004,7 @@ iframe {
|
|
|
1001
1004
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
1002
1005
|
*/
|
|
1003
1006
|
.check-box {
|
|
1007
|
+
cursor: pointer;
|
|
1004
1008
|
position: relative;
|
|
1005
1009
|
display: inline-block;
|
|
1006
1010
|
text-align: center;
|
|
@@ -1018,7 +1022,7 @@ iframe {
|
|
|
1018
1022
|
.check-box.checked {
|
|
1019
1023
|
background-color: #71b0e8;
|
|
1020
1024
|
border-color: #71b0e8;
|
|
1021
|
-
color: #
|
|
1025
|
+
color: #0E1316;
|
|
1022
1026
|
}
|
|
1023
1027
|
.check-box.checked::before {
|
|
1024
1028
|
position: absolute;
|
|
@@ -1046,9 +1050,10 @@ iframe {
|
|
|
1046
1050
|
width: 10px;
|
|
1047
1051
|
border-radius: 1px;
|
|
1048
1052
|
height: 2px;
|
|
1049
|
-
background-color: #
|
|
1053
|
+
background-color: #0E1316;
|
|
1050
1054
|
}
|
|
1051
1055
|
.check-box.disabled {
|
|
1056
|
+
cursor: default;
|
|
1052
1057
|
border-color: rgba(255, 255, 255, 0.12);
|
|
1053
1058
|
}
|
|
1054
1059
|
.check-box.disabled.checked {
|
|
@@ -1080,13 +1085,6 @@ iframe {
|
|
|
1080
1085
|
.calendar-scrollable-components {
|
|
1081
1086
|
height: 100%;
|
|
1082
1087
|
}
|
|
1083
|
-
.calendar-week-scrollable {
|
|
1084
|
-
overflow: visible;
|
|
1085
|
-
}
|
|
1086
|
-
.calendar-scrollable-components-week {
|
|
1087
|
-
top: calc(23px + 5px);
|
|
1088
|
-
height: calc(15% - ( 23px + 5px));
|
|
1089
|
-
}
|
|
1090
1088
|
.calendar-header {
|
|
1091
1089
|
position: relative;
|
|
1092
1090
|
display: block;
|
|
@@ -1206,7 +1204,8 @@ iframe {
|
|
|
1206
1204
|
cursor: pointer;
|
|
1207
1205
|
}
|
|
1208
1206
|
.calendar-mode {
|
|
1209
|
-
|
|
1207
|
+
padding: 0 8px;
|
|
1208
|
+
min-width: 65px;
|
|
1210
1209
|
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
|
1211
1210
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
|
1212
1211
|
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
@@ -1407,9 +1406,15 @@ iframe {
|
|
|
1407
1406
|
height: calc(100% - 25px);
|
|
1408
1407
|
padding-right: 20px;
|
|
1409
1408
|
}
|
|
1409
|
+
.calendar-grid + .scroll-shadow {
|
|
1410
|
+
--scroll-shadow-inset-right: 20px;
|
|
1411
|
+
}
|
|
1410
1412
|
.calendar-grid.mobile {
|
|
1411
1413
|
padding-right: 6px;
|
|
1412
1414
|
}
|
|
1415
|
+
.calendar-grid.mobile + .scroll-shadow {
|
|
1416
|
+
--scroll-shadow-inset-right: 6px;
|
|
1417
|
+
}
|
|
1413
1418
|
.calendar-grid.calendar-grid-short {
|
|
1414
1419
|
height: calc(100% - 105px);
|
|
1415
1420
|
}
|
|
@@ -1532,7 +1537,7 @@ iframe {
|
|
|
1532
1537
|
left: calc(50% - 8px);
|
|
1533
1538
|
top: -8px;
|
|
1534
1539
|
transform: rotate(45deg);
|
|
1535
|
-
background-color: #
|
|
1540
|
+
background-color: #252F34;
|
|
1536
1541
|
}
|
|
1537
1542
|
.calendar-day .calendar-component.component-open-bottom {
|
|
1538
1543
|
overflow: visible;
|
|
@@ -1568,7 +1573,7 @@ iframe {
|
|
|
1568
1573
|
border: solid 4px #71b0e8;
|
|
1569
1574
|
border-radius: 50%;
|
|
1570
1575
|
background-color: #71b0e8;
|
|
1571
|
-
color: #
|
|
1576
|
+
color: #0E1316;
|
|
1572
1577
|
}
|
|
1573
1578
|
.calendar-week-name {
|
|
1574
1579
|
font-size: 11px;
|
|
@@ -1731,11 +1736,11 @@ iframe {
|
|
|
1731
1736
|
}
|
|
1732
1737
|
.year-panel-list > .year-month > .year-day.year-range-day {
|
|
1733
1738
|
background-color: #71b0e8;
|
|
1734
|
-
color: #
|
|
1739
|
+
color: #0E1316;
|
|
1735
1740
|
}
|
|
1736
1741
|
.year-panel-list > .year-month > .year-day.year-hover-day {
|
|
1737
1742
|
background-color: #71b0e8;
|
|
1738
|
-
color: #
|
|
1743
|
+
color: #0E1316;
|
|
1739
1744
|
}
|
|
1740
1745
|
.year-panel-list > .year-month::before {
|
|
1741
1746
|
position: absolute;
|
|
@@ -1770,7 +1775,7 @@ iframe {
|
|
|
1770
1775
|
.date-picker-popup {
|
|
1771
1776
|
position: absolute;
|
|
1772
1777
|
width: 290px;
|
|
1773
|
-
background-color: #
|
|
1778
|
+
background-color: #3B494F;
|
|
1774
1779
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
1775
1780
|
border-radius: 3px;
|
|
1776
1781
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -1848,12 +1853,12 @@ iframe {
|
|
|
1848
1853
|
background-color: rgba(255, 255, 255, 0.18);
|
|
1849
1854
|
}
|
|
1850
1855
|
.date-picker-day.selected {
|
|
1851
|
-
color: #
|
|
1856
|
+
color: #0E1316;
|
|
1852
1857
|
background-color: #71b0e8;
|
|
1853
1858
|
font-weight: bold;
|
|
1854
1859
|
}
|
|
1855
1860
|
.date-picker-day.selected.date-picker-now > .text {
|
|
1856
|
-
border-bottom-color: #
|
|
1861
|
+
border-bottom-color: #0E1316;
|
|
1857
1862
|
}
|
|
1858
1863
|
.date-picker-day.disabled {
|
|
1859
1864
|
color: #7E8588;
|
|
@@ -1882,6 +1887,7 @@ iframe {
|
|
|
1882
1887
|
cursor: default;
|
|
1883
1888
|
font-size: 18px;
|
|
1884
1889
|
line-height: 30px;
|
|
1890
|
+
margin-top: 1px;
|
|
1885
1891
|
overflow: hidden;
|
|
1886
1892
|
text-overflow: ellipsis;
|
|
1887
1893
|
white-space: nowrap;
|
|
@@ -1969,7 +1975,7 @@ iframe {
|
|
|
1969
1975
|
height: calc(100% - 50px);
|
|
1970
1976
|
}
|
|
1971
1977
|
.desktop.in-background {
|
|
1972
|
-
background-color: #
|
|
1978
|
+
background-color: #1F2428;
|
|
1973
1979
|
}
|
|
1974
1980
|
/* "Open URI" related rules */
|
|
1975
1981
|
.download-frame {
|
|
@@ -2240,7 +2246,7 @@ iframe {
|
|
|
2240
2246
|
.desktop-bench {
|
|
2241
2247
|
position: absolute;
|
|
2242
2248
|
top: 0;
|
|
2243
|
-
background-color: #
|
|
2249
|
+
background-color: #252F34;
|
|
2244
2250
|
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
2245
2251
|
/* Make some space for the navigation handle (when the navigation is closed */
|
|
2246
2252
|
/* Only do it if detail-table is at the bottom left corner */
|
|
@@ -2274,7 +2280,7 @@ iframe {
|
|
|
2274
2280
|
animation-duration: 0.5s;
|
|
2275
2281
|
}
|
|
2276
2282
|
.desktop-bench > .bench-column > .simple-tab-box > .simple-tab-area {
|
|
2277
|
-
background-color: #
|
|
2283
|
+
background-color: #1F2428;
|
|
2278
2284
|
}
|
|
2279
2285
|
.desktop-bench > .bench-column > .simple-tab-box > .simple-tab-area::before {
|
|
2280
2286
|
display: none;
|
|
@@ -2302,7 +2308,7 @@ iframe {
|
|
|
2302
2308
|
margin-right: -7px;
|
|
2303
2309
|
}
|
|
2304
2310
|
.desktop-bench.outline-content-has-dimmed-background {
|
|
2305
|
-
background-color: #
|
|
2311
|
+
background-color: #1F2428;
|
|
2306
2312
|
}
|
|
2307
2313
|
.detail-table.table {
|
|
2308
2314
|
--table-row-margin-x: 10px;
|
|
@@ -2342,7 +2348,7 @@ iframe {
|
|
|
2342
2348
|
animation: fade-out-from-current 0.15s;
|
|
2343
2349
|
}
|
|
2344
2350
|
.detail-table.table > .table-header {
|
|
2345
|
-
background-color: #
|
|
2351
|
+
background-color: #1F2428;
|
|
2346
2352
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
|
2347
2353
|
}
|
|
2348
2354
|
.detail-table.table > .table-header > .table-header-item {
|
|
@@ -2355,7 +2361,7 @@ iframe {
|
|
|
2355
2361
|
margin-right: 12px;
|
|
2356
2362
|
}
|
|
2357
2363
|
.detail-table.table > .table-footer {
|
|
2358
|
-
background-color: #
|
|
2364
|
+
background-color: #252F34;
|
|
2359
2365
|
}
|
|
2360
2366
|
.detail-table.table > .table-data > .scrollbar > .scrollbar-thumb.x-axis {
|
|
2361
2367
|
padding-top: 4px;
|
|
@@ -2365,9 +2371,9 @@ iframe {
|
|
|
2365
2371
|
padding-top: 2px;
|
|
2366
2372
|
}
|
|
2367
2373
|
.detail-table.table > .table-data + .scroll-shadow {
|
|
2368
|
-
--scroll-shadow-size:
|
|
2369
|
-
--scroll-shadow-blur:
|
|
2370
|
-
--scroll-shadow-spread:
|
|
2374
|
+
--scroll-shadow-size: 14px;
|
|
2375
|
+
--scroll-shadow-blur: 14px;
|
|
2376
|
+
--scroll-shadow-spread: 14px;
|
|
2371
2377
|
}
|
|
2372
2378
|
/*
|
|
2373
2379
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
@@ -2576,7 +2582,7 @@ iframe {
|
|
|
2576
2582
|
}
|
|
2577
2583
|
.simple-tab-box > .tab-content {
|
|
2578
2584
|
height: 100%;
|
|
2579
|
-
background-color: #
|
|
2585
|
+
background-color: #252F34;
|
|
2580
2586
|
}
|
|
2581
2587
|
/*
|
|
2582
2588
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -2600,7 +2606,7 @@ iframe {
|
|
|
2600
2606
|
flex-direction: column;
|
|
2601
2607
|
justify-content: center;
|
|
2602
2608
|
min-width: 30px;
|
|
2603
|
-
background-color: #
|
|
2609
|
+
background-color: #1F2428;
|
|
2604
2610
|
text-align: center;
|
|
2605
2611
|
cursor: pointer;
|
|
2606
2612
|
}
|
|
@@ -2637,7 +2643,7 @@ iframe {
|
|
|
2637
2643
|
display: inline-block;
|
|
2638
2644
|
vertical-align: top;
|
|
2639
2645
|
padding: 5px;
|
|
2640
|
-
background-color: #
|
|
2646
|
+
background-color: #1F2428;
|
|
2641
2647
|
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
2642
2648
|
cursor: pointer;
|
|
2643
2649
|
width: 120px;
|
|
@@ -2707,7 +2713,7 @@ iframe {
|
|
|
2707
2713
|
}
|
|
2708
2714
|
.simple-tab.selected {
|
|
2709
2715
|
cursor: default;
|
|
2710
|
-
background-color: #
|
|
2716
|
+
background-color: #252F34;
|
|
2711
2717
|
}
|
|
2712
2718
|
.simple-tab.selected > .title-line > .title {
|
|
2713
2719
|
color: #E9EBEB;
|
|
@@ -2776,7 +2782,7 @@ iframe {
|
|
|
2776
2782
|
position: relative;
|
|
2777
2783
|
display: table-cell;
|
|
2778
2784
|
padding: 7px 8px;
|
|
2779
|
-
background-color: #
|
|
2785
|
+
background-color: #252F34;
|
|
2780
2786
|
color: #7E8588;
|
|
2781
2787
|
border: 1px solid rgba(255, 255, 255, 0.25);
|
|
2782
2788
|
border-radius: 8px;
|
|
@@ -2808,11 +2814,11 @@ iframe {
|
|
|
2808
2814
|
content: '\E013';
|
|
2809
2815
|
}
|
|
2810
2816
|
.collapse-handle-body:hover {
|
|
2811
|
-
background-color: #
|
|
2817
|
+
background-color: #3B494F;
|
|
2812
2818
|
}
|
|
2813
2819
|
.collapse-handle-body:active,
|
|
2814
2820
|
.collapse-handle-body.active {
|
|
2815
|
-
background-color: #
|
|
2821
|
+
background-color: #46565e;
|
|
2816
2822
|
}
|
|
2817
2823
|
/*
|
|
2818
2824
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
@@ -2830,7 +2836,8 @@ iframe {
|
|
|
2830
2836
|
margin: 8px 3px 0 0;
|
|
2831
2837
|
padding: 10px 10px 0 20px;
|
|
2832
2838
|
border-radius: 12px 12px 0 0;
|
|
2833
|
-
border
|
|
2839
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2840
|
+
border-bottom-width: 0;
|
|
2834
2841
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2835
2842
|
}
|
|
2836
2843
|
.closable.desktop-tab.simple-tab > .title-line {
|
|
@@ -2897,6 +2904,7 @@ iframe {
|
|
|
2897
2904
|
.desktop-tab.simple-tab:hover,
|
|
2898
2905
|
.desktop-tab.simple-tab:active {
|
|
2899
2906
|
background-color: rgba(255, 255, 255, 0.12);
|
|
2907
|
+
border-color: transparent;
|
|
2900
2908
|
}
|
|
2901
2909
|
.desktop-tab.simple-tab:hover > .title-line > .title,
|
|
2902
2910
|
.desktop-tab.simple-tab:active > .title-line > .title {
|
|
@@ -2918,7 +2926,8 @@ iframe {
|
|
|
2918
2926
|
color: rgba(255, 255, 255, 0.4);
|
|
2919
2927
|
}
|
|
2920
2928
|
.desktop-tab.simple-tab.selected {
|
|
2921
|
-
background-color: #
|
|
2929
|
+
background-color: #252F34;
|
|
2930
|
+
border-color: transparent;
|
|
2922
2931
|
}
|
|
2923
2932
|
.desktop-tab.simple-tab.selected > .title-line > .icon-container {
|
|
2924
2933
|
color: #A7ACAD;
|
|
@@ -2948,23 +2957,26 @@ iframe {
|
|
|
2948
2957
|
background-color: rgba(255, 255, 255, 0.18);
|
|
2949
2958
|
}
|
|
2950
2959
|
.desktop-tab.simple-tab.selected > .edge {
|
|
2951
|
-
--color: #
|
|
2960
|
+
--color: #252F34;
|
|
2952
2961
|
position: absolute;
|
|
2953
2962
|
pointer-events: none;
|
|
2954
2963
|
background-color: transparent;
|
|
2955
|
-
bottom:
|
|
2956
|
-
height:
|
|
2957
|
-
width:
|
|
2958
|
-
box-
|
|
2959
|
-
|
|
2964
|
+
bottom: -5px;
|
|
2965
|
+
height: 12px;
|
|
2966
|
+
width: 12px;
|
|
2967
|
+
box-sizing: content-box;
|
|
2968
|
+
border: 5px solid var(--color);
|
|
2969
|
+
border-top: none;
|
|
2960
2970
|
}
|
|
2961
2971
|
.desktop-tab.simple-tab.selected > .edge.left {
|
|
2962
|
-
left: -
|
|
2963
|
-
border-bottom-right-radius:
|
|
2972
|
+
left: -12px;
|
|
2973
|
+
border-bottom-right-radius: 17px;
|
|
2974
|
+
border-left: none;
|
|
2964
2975
|
}
|
|
2965
2976
|
.desktop-tab.simple-tab.selected > .edge.right {
|
|
2966
|
-
right: -
|
|
2967
|
-
border-bottom-left-radius:
|
|
2977
|
+
right: -12px;
|
|
2978
|
+
border-bottom-left-radius: 17px;
|
|
2979
|
+
border-right: none;
|
|
2968
2980
|
}
|
|
2969
2981
|
.desktop-tab.simple-tab.selected > .edge.right {
|
|
2970
2982
|
z-index: 1;
|
|
@@ -3044,70 +3056,70 @@ iframe {
|
|
|
3044
3056
|
}
|
|
3045
3057
|
@-webkit-keyframes flash-desktop-tab-selected {
|
|
3046
3058
|
0% {
|
|
3047
|
-
background-color: #
|
|
3059
|
+
background-color: #252F34;
|
|
3048
3060
|
}
|
|
3049
3061
|
25% {
|
|
3050
3062
|
background-color: #000000;
|
|
3051
3063
|
}
|
|
3052
3064
|
50% {
|
|
3053
|
-
background-color: #
|
|
3065
|
+
background-color: #252F34;
|
|
3054
3066
|
}
|
|
3055
3067
|
75% {
|
|
3056
3068
|
background-color: #000000;
|
|
3057
3069
|
}
|
|
3058
3070
|
100% {
|
|
3059
|
-
background-color: #
|
|
3071
|
+
background-color: #252F34;
|
|
3060
3072
|
}
|
|
3061
3073
|
}
|
|
3062
3074
|
@keyframes flash-desktop-tab-selected {
|
|
3063
3075
|
0% {
|
|
3064
|
-
background-color: #
|
|
3076
|
+
background-color: #252F34;
|
|
3065
3077
|
}
|
|
3066
3078
|
25% {
|
|
3067
3079
|
background-color: #000000;
|
|
3068
3080
|
}
|
|
3069
3081
|
50% {
|
|
3070
|
-
background-color: #
|
|
3082
|
+
background-color: #252F34;
|
|
3071
3083
|
}
|
|
3072
3084
|
75% {
|
|
3073
3085
|
background-color: #000000;
|
|
3074
3086
|
}
|
|
3075
3087
|
100% {
|
|
3076
|
-
background-color: #
|
|
3088
|
+
background-color: #252F34;
|
|
3077
3089
|
}
|
|
3078
3090
|
}
|
|
3079
3091
|
@-webkit-keyframes flash-desktop-tab-selected-edge {
|
|
3080
3092
|
0% {
|
|
3081
|
-
box-shadow: 0 12px 0 0 #
|
|
3093
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3082
3094
|
}
|
|
3083
3095
|
25% {
|
|
3084
3096
|
box-shadow: 0 12px 0 0 #000000;
|
|
3085
3097
|
}
|
|
3086
3098
|
50% {
|
|
3087
|
-
box-shadow: 0 12px 0 0 #
|
|
3099
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3088
3100
|
}
|
|
3089
3101
|
75% {
|
|
3090
3102
|
box-shadow: 0 12px 0 0 #000000;
|
|
3091
3103
|
}
|
|
3092
3104
|
100% {
|
|
3093
|
-
box-shadow: 0 12px 0 0 #
|
|
3105
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3094
3106
|
}
|
|
3095
3107
|
}
|
|
3096
3108
|
@keyframes flash-desktop-tab-selected-edge {
|
|
3097
3109
|
0% {
|
|
3098
|
-
box-shadow: 0 12px 0 0 #
|
|
3110
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3099
3111
|
}
|
|
3100
3112
|
25% {
|
|
3101
3113
|
box-shadow: 0 12px 0 0 #000000;
|
|
3102
3114
|
}
|
|
3103
3115
|
50% {
|
|
3104
|
-
box-shadow: 0 12px 0 0 #
|
|
3116
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3105
3117
|
}
|
|
3106
3118
|
75% {
|
|
3107
3119
|
box-shadow: 0 12px 0 0 #000000;
|
|
3108
3120
|
}
|
|
3109
3121
|
100% {
|
|
3110
|
-
box-shadow: 0 12px 0 0 #
|
|
3122
|
+
box-shadow: 0 12px 0 0 #252F34;
|
|
3111
3123
|
}
|
|
3112
3124
|
}
|
|
3113
3125
|
/*
|
|
@@ -3121,16 +3133,18 @@ iframe {
|
|
|
3121
3133
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
3122
3134
|
*/
|
|
3123
3135
|
.desktop-tab-area > .simple-overflow-tab-item {
|
|
3124
|
-
border-radius:
|
|
3125
|
-
margin:
|
|
3136
|
+
border-radius: 8px;
|
|
3137
|
+
margin: 14px 3px 6px;
|
|
3126
3138
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3127
|
-
border: 0;
|
|
3139
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3128
3140
|
}
|
|
3129
3141
|
.desktop-tab-area > .simple-overflow-tab-item:hover {
|
|
3130
3142
|
background-color: rgba(255, 255, 255, 0.12);
|
|
3143
|
+
border-color: transparent;
|
|
3131
3144
|
}
|
|
3132
3145
|
.desktop-tab-area > .simple-overflow-tab-item.selected {
|
|
3133
3146
|
background-color: rgba(255, 255, 255, 0.12);
|
|
3147
|
+
border-color: transparent;
|
|
3134
3148
|
}
|
|
3135
3149
|
/*
|
|
3136
3150
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
@@ -3147,7 +3161,7 @@ iframe {
|
|
|
3147
3161
|
top: 0;
|
|
3148
3162
|
height: 64px;
|
|
3149
3163
|
color: #E9EBEB;
|
|
3150
|
-
background-color: #
|
|
3164
|
+
background-color: #0E1316;
|
|
3151
3165
|
}
|
|
3152
3166
|
.desktop-header > .simple-tab-area {
|
|
3153
3167
|
height: 64px;
|
|
@@ -3182,7 +3196,7 @@ iframe {
|
|
|
3182
3196
|
}
|
|
3183
3197
|
.in-background.desktop-header > .view-button-box > .view-menu-tab > .view-menu::before {
|
|
3184
3198
|
height: 100%;
|
|
3185
|
-
border-color: #
|
|
3199
|
+
border-color: #0E1316;
|
|
3186
3200
|
top: 0;
|
|
3187
3201
|
}
|
|
3188
3202
|
.in-background.desktop-header > .view-button-box > .view-menu-tab > .view-menu:hover > .icon {
|
|
@@ -3206,11 +3220,11 @@ iframe {
|
|
|
3206
3220
|
}
|
|
3207
3221
|
.outline-content-has-dimmed-background.desktop-header:not(.in-background) > .view-button-box > .view-tab-wrapper > .view-tab.selected,
|
|
3208
3222
|
.outline-content-has-dimmed-background.desktop-header:not(.in-background) > .view-button-box > .view-menu-tab.selected {
|
|
3209
|
-
background-color: #
|
|
3223
|
+
background-color: #1F2428;
|
|
3210
3224
|
}
|
|
3211
3225
|
.outline-content-has-dimmed-background.desktop-header:not(.in-background) > .view-button-box > .view-tab-wrapper > .view-tab.selected > .edge,
|
|
3212
3226
|
.outline-content-has-dimmed-background.desktop-header:not(.in-background) > .view-button-box > .view-menu-tab.selected > .edge {
|
|
3213
|
-
--color: #
|
|
3227
|
+
--color: #1F2428;
|
|
3214
3228
|
}
|
|
3215
3229
|
/*
|
|
3216
3230
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -3227,11 +3241,11 @@ iframe {
|
|
|
3227
3241
|
height: 100%;
|
|
3228
3242
|
width: 290px;
|
|
3229
3243
|
min-width: 49px;
|
|
3230
|
-
background-color: #
|
|
3244
|
+
background-color: #0E1316;
|
|
3231
3245
|
color: #E9EBEB;
|
|
3232
3246
|
}
|
|
3233
3247
|
.desktop-navigation.view-button-box-invisible > .navigation-body > .outline > .outline-title {
|
|
3234
|
-
background-color: #
|
|
3248
|
+
background-color: #0E1316;
|
|
3235
3249
|
border-bottom: 0;
|
|
3236
3250
|
color: #E9EBEB;
|
|
3237
3251
|
}
|
|
@@ -3240,10 +3254,10 @@ iframe {
|
|
|
3240
3254
|
}
|
|
3241
3255
|
.navigation-body {
|
|
3242
3256
|
position: absolute;
|
|
3243
|
-
background-color: #
|
|
3257
|
+
background-color: #252F34;
|
|
3244
3258
|
}
|
|
3245
3259
|
.desktop-navigation.in-background > .navigation-body {
|
|
3246
|
-
background-color: #
|
|
3260
|
+
background-color: #1F2428;
|
|
3247
3261
|
}
|
|
3248
3262
|
.desktop-navigation > .desktop-tool-box > .menu-item {
|
|
3249
3263
|
margin-bottom: 6px;
|
|
@@ -3251,6 +3265,9 @@ iframe {
|
|
|
3251
3265
|
.desktop-navigation > .desktop-tool-box > .menu-item > .font-icon {
|
|
3252
3266
|
font-size: 20px;
|
|
3253
3267
|
}
|
|
3268
|
+
.desktop-navigation > .desktop-tool-box > .menu-item.ellipsis > .font-icon {
|
|
3269
|
+
font-size: 22px;
|
|
3270
|
+
}
|
|
3254
3271
|
/*
|
|
3255
3272
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
3256
3273
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -3265,16 +3282,16 @@ iframe {
|
|
|
3265
3282
|
position: absolute;
|
|
3266
3283
|
}
|
|
3267
3284
|
.desktop-navigation-handle.collapse-handle > .collapse-handle-body {
|
|
3268
|
-
background-color: #
|
|
3285
|
+
background-color: #252F34;
|
|
3269
3286
|
border-color: rgba(255, 255, 255, 0.25);
|
|
3270
3287
|
color: #7E8588;
|
|
3271
3288
|
}
|
|
3272
3289
|
.desktop-navigation-handle.collapse-handle > .collapse-handle-body:hover {
|
|
3273
|
-
background-color: #
|
|
3290
|
+
background-color: #3B494F;
|
|
3274
3291
|
}
|
|
3275
3292
|
.desktop-navigation-handle.collapse-handle > .collapse-handle-body:active,
|
|
3276
3293
|
.desktop-navigation-handle.collapse-handle > .collapse-handle-body.active {
|
|
3277
|
-
background-color: #
|
|
3294
|
+
background-color: #46565e;
|
|
3278
3295
|
}
|
|
3279
3296
|
.desktop-navigation-handle.collapse-handle.right-aligned.both-visible {
|
|
3280
3297
|
right: 5px;
|
|
@@ -3302,7 +3319,7 @@ iframe {
|
|
|
3302
3319
|
margin-left: -4px;
|
|
3303
3320
|
}
|
|
3304
3321
|
/*
|
|
3305
|
-
* Copyright (c) 2010-
|
|
3322
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
3306
3323
|
* All rights reserved. This program and the accompanying materials
|
|
3307
3324
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
3308
3325
|
* which accompanies this distribution, and is available at
|
|
@@ -3315,7 +3332,7 @@ iframe {
|
|
|
3315
3332
|
position: fixed;
|
|
3316
3333
|
right: 10px;
|
|
3317
3334
|
top: 0;
|
|
3318
|
-
height: 100
|
|
3335
|
+
height: calc(100% - 72px);
|
|
3319
3336
|
width: 300px;
|
|
3320
3337
|
margin-top: 72px;
|
|
3321
3338
|
pointer-events: none;
|
|
@@ -3411,7 +3428,7 @@ iframe {
|
|
|
3411
3428
|
width: 300px;
|
|
3412
3429
|
display: flex;
|
|
3413
3430
|
align-items: center;
|
|
3414
|
-
background-color: #
|
|
3431
|
+
background-color: #3B494F;
|
|
3415
3432
|
margin-bottom: 10px;
|
|
3416
3433
|
padding: 8px 0 8px 10px;
|
|
3417
3434
|
border-radius: 8px;
|
|
@@ -3574,7 +3591,7 @@ iframe {
|
|
|
3574
3591
|
}
|
|
3575
3592
|
.outline.tree > .tree-data > .tree-node.group,
|
|
3576
3593
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.group {
|
|
3577
|
-
background-color: #
|
|
3594
|
+
background-color: #2E3C41;
|
|
3578
3595
|
}
|
|
3579
3596
|
.outline.tree > .tree-data > .tree-node > .text,
|
|
3580
3597
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .text {
|
|
@@ -3586,7 +3603,7 @@ iframe {
|
|
|
3586
3603
|
}
|
|
3587
3604
|
.outline.tree > .tree-data > .tree-node > .font-icon,
|
|
3588
3605
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .font-icon {
|
|
3589
|
-
line-height:
|
|
3606
|
+
line-height: 15px;
|
|
3590
3607
|
font-size: 16px;
|
|
3591
3608
|
color: #7E8588;
|
|
3592
3609
|
}
|
|
@@ -3599,20 +3616,16 @@ iframe {
|
|
|
3599
3616
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control {
|
|
3600
3617
|
padding-top: 9px;
|
|
3601
3618
|
padding-left: 20px;
|
|
3602
|
-
line-height:
|
|
3619
|
+
line-height: 15px;
|
|
3603
3620
|
color: #7E8588;
|
|
3604
3621
|
}
|
|
3605
|
-
.outline.tree > .tree-data > .tree-node > .tree-node-control::before,
|
|
3606
|
-
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control::before {
|
|
3607
|
-
font-size: 18px;
|
|
3608
|
-
}
|
|
3609
3622
|
.outline.tree > .tree-data > .tree-node > .tree-node-control:hover,
|
|
3610
3623
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control:hover {
|
|
3611
3624
|
color: #FE9915;
|
|
3612
3625
|
}
|
|
3613
3626
|
.outline.tree > .tree-data > .tree-node.selected,
|
|
3614
3627
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected {
|
|
3615
|
-
color: #
|
|
3628
|
+
color: #0E1316;
|
|
3616
3629
|
background-color: #71b0e8;
|
|
3617
3630
|
}
|
|
3618
3631
|
.outline.tree > .tree-data > .tree-node.selected::after,
|
|
@@ -3621,20 +3634,24 @@ iframe {
|
|
|
3621
3634
|
}
|
|
3622
3635
|
.outline.tree > .tree-data > .tree-node.selected > .tree-node-control,
|
|
3623
3636
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .tree-node-control {
|
|
3624
|
-
color: rgba(
|
|
3637
|
+
color: rgba(14, 19, 22, 0.7);
|
|
3638
|
+
}
|
|
3639
|
+
.outline.tree > .tree-data > .tree-node.selected > .tree-node-control:hover,
|
|
3640
|
+
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .tree-node-control:hover {
|
|
3641
|
+
color: #FE9915;
|
|
3625
3642
|
}
|
|
3626
3643
|
.outline.tree > .tree-data > .tree-node.selected > .font-icon,
|
|
3627
3644
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .font-icon {
|
|
3628
|
-
color: #
|
|
3645
|
+
color: #2E3C41;
|
|
3629
3646
|
}
|
|
3630
3647
|
.outline.tree.in-background > .tree-data > .tree-node.group,
|
|
3631
3648
|
.outline.tree.in-background > .tree-data > .animation-wrapper > .tree-node.group {
|
|
3632
|
-
background-color: #
|
|
3649
|
+
background-color: #2C363A;
|
|
3633
3650
|
}
|
|
3634
3651
|
.outline.tree.in-background > .tree-data > .tree-node.selected,
|
|
3635
3652
|
.outline.tree.in-background > .tree-data > .animation-wrapper > .tree-node.selected {
|
|
3636
3653
|
background-color: #7E8588;
|
|
3637
|
-
color: #
|
|
3654
|
+
color: #0E1316;
|
|
3638
3655
|
}
|
|
3639
3656
|
.outline-title {
|
|
3640
3657
|
cursor: pointer;
|
|
@@ -3671,7 +3688,7 @@ iframe {
|
|
|
3671
3688
|
/* bread crumb style (different colors and bigger font and arrow than original breadcrumb style) */
|
|
3672
3689
|
.outline.tree.breadcrumb > .outline-title {
|
|
3673
3690
|
margin: 0;
|
|
3674
|
-
border-bottom-color: #
|
|
3691
|
+
border-bottom-color: #3B494F;
|
|
3675
3692
|
}
|
|
3676
3693
|
.outline.tree.breadcrumb > .outline-title.touch:active {
|
|
3677
3694
|
background-color: rgba(255, 255, 255, 0.12);
|
|
@@ -3681,12 +3698,12 @@ iframe {
|
|
|
3681
3698
|
}
|
|
3682
3699
|
.outline.tree.breadcrumb > .tree-data > .tree-node,
|
|
3683
3700
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node {
|
|
3684
|
-
border-bottom: 1px solid #
|
|
3701
|
+
border-bottom: 1px solid #3B494F;
|
|
3685
3702
|
padding: 12px 20px;
|
|
3686
3703
|
}
|
|
3687
3704
|
.outline.tree.breadcrumb > .tree-data > .tree-node.child-of-selected,
|
|
3688
3705
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.child-of-selected {
|
|
3689
|
-
background-color: #
|
|
3706
|
+
background-color: #252F34;
|
|
3690
3707
|
}
|
|
3691
3708
|
.in-background.outline.tree.breadcrumb > .tree-data > .tree-node.child-of-selected,
|
|
3692
3709
|
.in-background.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.child-of-selected {
|
|
@@ -3699,7 +3716,7 @@ iframe {
|
|
|
3699
3716
|
.outline.tree.breadcrumb > .tree-data > .tree-node.ancestor-of-selected,
|
|
3700
3717
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.ancestor-of-selected {
|
|
3701
3718
|
color: #BFC2C3;
|
|
3702
|
-
background-color: #
|
|
3719
|
+
background-color: #252F34;
|
|
3703
3720
|
}
|
|
3704
3721
|
.in-background.outline.tree.breadcrumb > .tree-data > .tree-node.ancestor-of-selected,
|
|
3705
3722
|
.in-background.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.ancestor-of-selected {
|
|
@@ -3712,7 +3729,7 @@ iframe {
|
|
|
3712
3729
|
.outline.tree.breadcrumb > .tree-data > .tree-node.selected,
|
|
3713
3730
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.selected {
|
|
3714
3731
|
background-color: #71b0e8;
|
|
3715
|
-
color: #
|
|
3732
|
+
color: #0E1316;
|
|
3716
3733
|
cursor: default;
|
|
3717
3734
|
}
|
|
3718
3735
|
.in-background.outline.tree.breadcrumb > .tree-data > .tree-node.selected,
|
|
@@ -3721,7 +3738,7 @@ iframe {
|
|
|
3721
3738
|
}
|
|
3722
3739
|
.outline.tree.breadcrumb > .tree-data > .tree-node.selected > .text > .compact-cell-header > .compact-cell-subtitle,
|
|
3723
3740
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.selected > .text > .compact-cell-header > .compact-cell-subtitle {
|
|
3724
|
-
color: #
|
|
3741
|
+
color: #2E3C41;
|
|
3725
3742
|
}
|
|
3726
3743
|
.outline.tree.breadcrumb > .tree-data > .tree-node.selected > .text > .compact-cell-header > .compact-cell-title > .right,
|
|
3727
3744
|
.outline.tree.breadcrumb > .tree-data > .animation-wrapper > .tree-node.selected > .text > .compact-cell-header > .compact-cell-title > .right,
|
|
@@ -3739,13 +3756,13 @@ iframe {
|
|
|
3739
3756
|
.outline.tree.breadcrumb.focused > .tree-data > .tree-node.parent-of-selected,
|
|
3740
3757
|
.outline.tree.breadcrumb:focus > .tree-data > .animation-wrapper > .tree-node.parent-of-selected,
|
|
3741
3758
|
.outline.tree.breadcrumb.focused > .tree-data > .animation-wrapper > .tree-node.parent-of-selected {
|
|
3742
|
-
border-color: #
|
|
3759
|
+
border-color: #3B494F;
|
|
3743
3760
|
}
|
|
3744
3761
|
.outline.tree.breadcrumb:focus > .tree-data > .tree-node.selected,
|
|
3745
3762
|
.outline.tree.breadcrumb.focused > .tree-data > .tree-node.selected,
|
|
3746
3763
|
.outline.tree.breadcrumb:focus > .tree-data > .animation-wrapper > .tree-node.selected,
|
|
3747
3764
|
.outline.tree.breadcrumb.focused > .tree-data > .animation-wrapper > .tree-node.selected {
|
|
3748
|
-
border-color: #
|
|
3765
|
+
border-color: #3B494F;
|
|
3749
3766
|
}
|
|
3750
3767
|
.compact.outline.breadcrumb > .outline-title {
|
|
3751
3768
|
padding-left: 16px;
|
|
@@ -3755,7 +3772,7 @@ iframe {
|
|
|
3755
3772
|
margin-right: -8px;
|
|
3756
3773
|
}
|
|
3757
3774
|
.compact.outline.breadcrumb > .tree-data {
|
|
3758
|
-
background-color: #
|
|
3775
|
+
background-color: #1F2428;
|
|
3759
3776
|
}
|
|
3760
3777
|
.compact.outline.breadcrumb > .tree-data > .tree-node {
|
|
3761
3778
|
padding: 0;
|
|
@@ -3785,7 +3802,7 @@ iframe {
|
|
|
3785
3802
|
padding: 0 16px 0 16px;
|
|
3786
3803
|
min-height: 43px;
|
|
3787
3804
|
margin-left: -8px;
|
|
3788
|
-
background-color: #
|
|
3805
|
+
background-color: #252F34;
|
|
3789
3806
|
}
|
|
3790
3807
|
.compact.outline.breadcrumb > .tree-data > .tree-node > .detail-menubar > .menubar-box > .menu-item {
|
|
3791
3808
|
padding-left: 8px;
|
|
@@ -3803,11 +3820,11 @@ iframe {
|
|
|
3803
3820
|
min-width: 16px;
|
|
3804
3821
|
}
|
|
3805
3822
|
.compact.outline.breadcrumb > .tree-data > .tree-node > .detail-content {
|
|
3806
|
-
background-color: #
|
|
3823
|
+
background-color: #252F34;
|
|
3807
3824
|
color: #E9EBEB;
|
|
3808
3825
|
}
|
|
3809
3826
|
.compact.outline.breadcrumb > .tree-data > .tree-node > .detail-content.dimmed-background {
|
|
3810
|
-
background-color: #
|
|
3827
|
+
background-color: #1F2428;
|
|
3811
3828
|
}
|
|
3812
3829
|
.compact.outline.breadcrumb > .tree-data > .tree-node > .form > .root-group-box > .group-box-body {
|
|
3813
3830
|
padding-left: 6px;
|
|
@@ -3838,7 +3855,7 @@ iframe {
|
|
|
3838
3855
|
display: none;
|
|
3839
3856
|
}
|
|
3840
3857
|
.compact.outline.breadcrumb > .tree-data.detail-content-visible > .tree-node > .detail-menubar {
|
|
3841
|
-
border-bottom: 1px solid #
|
|
3858
|
+
border-bottom: 1px solid #3B494F;
|
|
3842
3859
|
}
|
|
3843
3860
|
.compact.outline.breadcrumb > .tree-data > .tree-node.selected.has-tile-overview {
|
|
3844
3861
|
background-color: transparent;
|
|
@@ -3873,7 +3890,7 @@ iframe {
|
|
|
3873
3890
|
background-color: rgba(255, 255, 255, 0.12);
|
|
3874
3891
|
}
|
|
3875
3892
|
100% {
|
|
3876
|
-
background-color: #
|
|
3893
|
+
background-color: #252F34;
|
|
3877
3894
|
}
|
|
3878
3895
|
}
|
|
3879
3896
|
/* NOSONAR */
|
|
@@ -3882,7 +3899,7 @@ iframe {
|
|
|
3882
3899
|
background-color: rgba(255, 255, 255, 0.12);
|
|
3883
3900
|
}
|
|
3884
3901
|
100% {
|
|
3885
|
-
background-color: #
|
|
3902
|
+
background-color: #252F34;
|
|
3886
3903
|
}
|
|
3887
3904
|
}
|
|
3888
3905
|
/* NOSONAR */
|
|
@@ -3944,7 +3961,7 @@ iframe {
|
|
|
3944
3961
|
margin-left: 0;
|
|
3945
3962
|
margin-right: 0;
|
|
3946
3963
|
margin-bottom: 0;
|
|
3947
|
-
border-bottom-color: #
|
|
3964
|
+
border-bottom-color: #3B494F;
|
|
3948
3965
|
}
|
|
3949
3966
|
.outline.breadcrumb > .search-outline-panel > .search-outline-status {
|
|
3950
3967
|
text-align: left;
|
|
@@ -3997,7 +4014,7 @@ iframe {
|
|
|
3997
4014
|
display: table;
|
|
3998
4015
|
}
|
|
3999
4016
|
.outline-overview-content {
|
|
4000
|
-
color: #
|
|
4017
|
+
color: #3B494F;
|
|
4001
4018
|
text-align: center;
|
|
4002
4019
|
display: table-cell;
|
|
4003
4020
|
vertical-align: middle;
|
|
@@ -4089,7 +4106,7 @@ iframe {
|
|
|
4089
4106
|
bottom: 6px;
|
|
4090
4107
|
}
|
|
4091
4108
|
/*
|
|
4092
|
-
* Copyright (c)
|
|
4109
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4093
4110
|
* All rights reserved. This program and the accompanying materials
|
|
4094
4111
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4095
4112
|
* which accompanies this distribution, and is available at
|
|
@@ -4113,28 +4130,34 @@ iframe {
|
|
|
4113
4130
|
.view-tab.in-background {
|
|
4114
4131
|
border-radius: 12px;
|
|
4115
4132
|
}
|
|
4133
|
+
.view-tab > .edge {
|
|
4134
|
+
position: absolute;
|
|
4135
|
+
}
|
|
4116
4136
|
.view-tab.selected:not(.in-background) {
|
|
4117
4137
|
margin: 8px 0 0;
|
|
4118
4138
|
border-radius: 12px 12px 0 0;
|
|
4119
4139
|
}
|
|
4120
4140
|
.view-tab.selected:not(.in-background) > .edge {
|
|
4121
|
-
--color: #
|
|
4141
|
+
--color: #252F34;
|
|
4122
4142
|
position: absolute;
|
|
4123
4143
|
pointer-events: none;
|
|
4124
4144
|
background-color: transparent;
|
|
4125
|
-
bottom:
|
|
4126
|
-
height:
|
|
4127
|
-
width:
|
|
4128
|
-
box-
|
|
4129
|
-
|
|
4145
|
+
bottom: -5px;
|
|
4146
|
+
height: 12px;
|
|
4147
|
+
width: 12px;
|
|
4148
|
+
box-sizing: content-box;
|
|
4149
|
+
border: 5px solid var(--color);
|
|
4150
|
+
border-top: none;
|
|
4130
4151
|
}
|
|
4131
4152
|
.view-tab.selected:not(.in-background) > .edge.left {
|
|
4132
|
-
left: -
|
|
4133
|
-
border-bottom-right-radius:
|
|
4153
|
+
left: -12px;
|
|
4154
|
+
border-bottom-right-radius: 17px;
|
|
4155
|
+
border-left: none;
|
|
4134
4156
|
}
|
|
4135
4157
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4136
|
-
right: -
|
|
4137
|
-
border-bottom-left-radius:
|
|
4158
|
+
right: -12px;
|
|
4159
|
+
border-bottom-left-radius: 17px;
|
|
4160
|
+
border-right: none;
|
|
4138
4161
|
}
|
|
4139
4162
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4140
4163
|
z-index: 1;
|
|
@@ -4150,14 +4173,12 @@ iframe {
|
|
|
4150
4173
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.left,
|
|
4151
4174
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.left {
|
|
4152
4175
|
visibility: hidden;
|
|
4153
|
-
|
|
4154
|
-
animation: show-view-tab-left-edge 200ms ease-out 0s forwards;
|
|
4176
|
+
animation: show-view-tab-left-edge 40ms ease-out 160ms forwards;
|
|
4155
4177
|
}
|
|
4156
4178
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.right,
|
|
4157
4179
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.right {
|
|
4158
4180
|
visibility: hidden;
|
|
4159
|
-
|
|
4160
|
-
animation: show-view-tab-right-edge 200ms ease-out 0s forwards;
|
|
4181
|
+
animation: show-view-tab-right-edge 40ms ease-out 160ms forwards;
|
|
4161
4182
|
}
|
|
4162
4183
|
.view-button-tab {
|
|
4163
4184
|
display: flex;
|
|
@@ -4171,11 +4192,11 @@ iframe {
|
|
|
4171
4192
|
background-color: rgba(255, 255, 255, 0.12);
|
|
4172
4193
|
}
|
|
4173
4194
|
.view-button-tab.selected {
|
|
4174
|
-
background-color: #
|
|
4195
|
+
background-color: #252F34;
|
|
4175
4196
|
color: #71b0e8;
|
|
4176
4197
|
}
|
|
4177
4198
|
.view-button-tab.selected.in-background {
|
|
4178
|
-
background-color: #
|
|
4199
|
+
background-color: #1F2428;
|
|
4179
4200
|
}
|
|
4180
4201
|
.view-button-tab.selected:not(.in-background) {
|
|
4181
4202
|
width: 100%;
|
|
@@ -4198,15 +4219,21 @@ iframe {
|
|
|
4198
4219
|
font-size: 20px;
|
|
4199
4220
|
}
|
|
4200
4221
|
@keyframes show-view-tab-left-edge {
|
|
4201
|
-
|
|
4222
|
+
0% {
|
|
4202
4223
|
visibility: visible;
|
|
4203
|
-
|
|
4224
|
+
left: -5px;
|
|
4225
|
+
}
|
|
4226
|
+
100% {
|
|
4227
|
+
left: -12px;
|
|
4204
4228
|
}
|
|
4205
4229
|
}
|
|
4206
4230
|
@keyframes show-view-tab-right-edge {
|
|
4207
|
-
|
|
4231
|
+
0% {
|
|
4208
4232
|
visibility: visible;
|
|
4209
|
-
|
|
4233
|
+
right: -5px;
|
|
4234
|
+
}
|
|
4235
|
+
100% {
|
|
4236
|
+
right: -12px;
|
|
4210
4237
|
}
|
|
4211
4238
|
}
|
|
4212
4239
|
/*
|
|
@@ -4231,11 +4258,11 @@ iframe {
|
|
|
4231
4258
|
/* necessary if it is in the header to make rounded corner overlap into tab area */
|
|
4232
4259
|
position: relative;
|
|
4233
4260
|
/* if covered by glass pane */
|
|
4234
|
-
background-color: #
|
|
4261
|
+
background-color: #0E1316;
|
|
4235
4262
|
color: #E9EBEB;
|
|
4236
4263
|
}
|
|
4237
4264
|
/*
|
|
4238
|
-
* Copyright (c)
|
|
4265
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4239
4266
|
* All rights reserved. This program and the accompanying materials
|
|
4240
4267
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4241
4268
|
* which accompanies this distribution, and is available at
|
|
@@ -4255,12 +4282,12 @@ iframe {
|
|
|
4255
4282
|
align-items: center;
|
|
4256
4283
|
justify-content: center;
|
|
4257
4284
|
background-color: transparent;
|
|
4285
|
+
cursor: pointer;
|
|
4258
4286
|
}
|
|
4259
4287
|
.view-menu-tab > .view-button:hover,
|
|
4260
4288
|
.view-menu-tab > .view-menu:hover {
|
|
4261
4289
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4262
4290
|
color: inherit;
|
|
4263
|
-
cursor: pointer;
|
|
4264
4291
|
}
|
|
4265
4292
|
.view-menu-tab > .view-button.disabled,
|
|
4266
4293
|
.view-menu-tab > .view-menu.disabled {
|
|
@@ -4298,7 +4325,7 @@ iframe {
|
|
|
4298
4325
|
content: '';
|
|
4299
4326
|
position: absolute;
|
|
4300
4327
|
height: 100%;
|
|
4301
|
-
border-left: 1px solid #
|
|
4328
|
+
border-left: 1px solid #0E1316;
|
|
4302
4329
|
left: 0;
|
|
4303
4330
|
}
|
|
4304
4331
|
.selected-button-invisible.view-menu-tab > .view-menu::before {
|
|
@@ -4320,7 +4347,7 @@ iframe {
|
|
|
4320
4347
|
}
|
|
4321
4348
|
.view-menu-tab.selected {
|
|
4322
4349
|
color: #71b0e8;
|
|
4323
|
-
background-color: #
|
|
4350
|
+
background-color: #252F34;
|
|
4324
4351
|
}
|
|
4325
4352
|
.view-menu-tab.selected > .view-button.selected,
|
|
4326
4353
|
.view-menu-tab.selected > .view-menu.selected,
|
|
@@ -4355,7 +4382,7 @@ iframe {
|
|
|
4355
4382
|
border-color: rgba(255, 255, 255, 0.12);
|
|
4356
4383
|
}
|
|
4357
4384
|
.view-menu-tab.selected.in-background {
|
|
4358
|
-
background-color: #
|
|
4385
|
+
background-color: #1F2428;
|
|
4359
4386
|
}
|
|
4360
4387
|
.view-menu-tab.selected.in-background > .view-menu > .icon {
|
|
4361
4388
|
padding-top: 2px;
|
|
@@ -4369,6 +4396,7 @@ iframe {
|
|
|
4369
4396
|
.view-menu-tab.selected:not(.in-background) > .view-button {
|
|
4370
4397
|
padding-left: 6px;
|
|
4371
4398
|
width: 56px;
|
|
4399
|
+
cursor: default;
|
|
4372
4400
|
}
|
|
4373
4401
|
.selected-button-invisible.view-menu-tab.selected:not(.in-background) > .view-menu {
|
|
4374
4402
|
width: 50px;
|
|
@@ -4403,7 +4431,7 @@ iframe {
|
|
|
4403
4431
|
align-items: center;
|
|
4404
4432
|
text-align: center;
|
|
4405
4433
|
color: #71b0e8;
|
|
4406
|
-
background-color: #
|
|
4434
|
+
background-color: #252F34;
|
|
4407
4435
|
border-radius: 12px;
|
|
4408
4436
|
border: 2px solid transparent;
|
|
4409
4437
|
padding: 12px 6px 0 6px;
|
|
@@ -4442,14 +4470,14 @@ iframe {
|
|
|
4442
4470
|
cursor: default;
|
|
4443
4471
|
}
|
|
4444
4472
|
.view-menu-tile.disabled:hover {
|
|
4445
|
-
background-color: #
|
|
4473
|
+
background-color: #252F34;
|
|
4446
4474
|
}
|
|
4447
4475
|
/*
|
|
4448
|
-
* Copyright (c) 2010-
|
|
4476
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4449
4477
|
* All rights reserved. This program and the accompanying materials
|
|
4450
4478
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4451
4479
|
* which accompanies this distribution, and is available at
|
|
4452
|
-
*
|
|
4480
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
4453
4481
|
*
|
|
4454
4482
|
* Contributors:
|
|
4455
4483
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -4459,7 +4487,7 @@ iframe {
|
|
|
4459
4487
|
top: 25%;
|
|
4460
4488
|
left: 50%;
|
|
4461
4489
|
width: 473px;
|
|
4462
|
-
background-color: #
|
|
4490
|
+
background-color: #3B494F;
|
|
4463
4491
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4464
4492
|
border-radius: 8px;
|
|
4465
4493
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -4483,7 +4511,7 @@ iframe {
|
|
|
4483
4511
|
border-color: rgba(255, 255, 255, 0.12);
|
|
4484
4512
|
}
|
|
4485
4513
|
.file-chooser > .box-buttons > .box-button.default {
|
|
4486
|
-
color: #
|
|
4514
|
+
color: #0E1316;
|
|
4487
4515
|
background-color: #71b0e8;
|
|
4488
4516
|
}
|
|
4489
4517
|
.file-chooser > .box-buttons > .box-button.default:hover {
|
|
@@ -4604,16 +4632,21 @@ iframe {
|
|
|
4604
4632
|
}
|
|
4605
4633
|
@media (max-width: 473px) {
|
|
4606
4634
|
.file-chooser {
|
|
4607
|
-
/* reduce message box width on small screens */
|
|
4608
|
-
max-width: 330px;
|
|
4609
|
-
/* no need to have a margin on small screens */
|
|
4610
4635
|
margin: 0;
|
|
4636
|
+
/* no need to have a margin on small screens */
|
|
4637
|
+
}
|
|
4638
|
+
.file-chooser > .box-buttons {
|
|
4639
|
+
padding: 0 13px 26px 13px;
|
|
4640
|
+
/* use less x-padding for buttons so that more text can be shown */
|
|
4611
4641
|
}
|
|
4612
4642
|
.file-chooser > .box-buttons > .box-button {
|
|
4613
4643
|
margin-right: 4px;
|
|
4614
4644
|
min-width: 70px;
|
|
4615
4645
|
/* less min width for buttons on small screens */
|
|
4616
4646
|
}
|
|
4647
|
+
.file-chooser > .box-buttons > .box-button:last-child {
|
|
4648
|
+
margin-right: 0;
|
|
4649
|
+
}
|
|
4617
4650
|
}
|
|
4618
4651
|
/*
|
|
4619
4652
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -4646,7 +4679,7 @@ iframe {
|
|
|
4646
4679
|
padding-bottom: 0;
|
|
4647
4680
|
}
|
|
4648
4681
|
.file-input.has-error:not(.disabled):not(.alternative):active {
|
|
4649
|
-
background-color: #
|
|
4682
|
+
background-color: #252F34;
|
|
4650
4683
|
}
|
|
4651
4684
|
.file-input.has-error.alternative:not(.disabled):active {
|
|
4652
4685
|
border-bottom-color: #FF8888;
|
|
@@ -4678,7 +4711,7 @@ iframe {
|
|
|
4678
4711
|
position: relative;
|
|
4679
4712
|
}
|
|
4680
4713
|
.form.dimmed-background {
|
|
4681
|
-
background-color: #
|
|
4714
|
+
background-color: #1F2428;
|
|
4682
4715
|
}
|
|
4683
4716
|
.form.dimmed-background > .root-group-box > .menubar {
|
|
4684
4717
|
background-color: inherit;
|
|
@@ -4691,7 +4724,7 @@ iframe {
|
|
|
4691
4724
|
}
|
|
4692
4725
|
.dialog {
|
|
4693
4726
|
position: absolute;
|
|
4694
|
-
background-color: #
|
|
4727
|
+
background-color: #2E3C41;
|
|
4695
4728
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4696
4729
|
border-radius: 12px;
|
|
4697
4730
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -4798,6 +4831,7 @@ iframe {
|
|
|
4798
4831
|
white-space: nowrap;
|
|
4799
4832
|
font-size: 16px;
|
|
4800
4833
|
color: #E9EBEB;
|
|
4834
|
+
margin-top: 1px;
|
|
4801
4835
|
}
|
|
4802
4836
|
.form > .header > .sub-title {
|
|
4803
4837
|
overflow: hidden;
|
|
@@ -5153,11 +5187,11 @@ iframe {
|
|
|
5153
5187
|
position: absolute;
|
|
5154
5188
|
}
|
|
5155
5189
|
/*
|
|
5156
|
-
* Copyright (c)
|
|
5190
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
5157
5191
|
* All rights reserved. This program and the accompanying materials
|
|
5158
5192
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
5159
5193
|
* which accompanies this distribution, and is available at
|
|
5160
|
-
*
|
|
5194
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
5161
5195
|
*
|
|
5162
5196
|
* Contributors:
|
|
5163
5197
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -5199,6 +5233,34 @@ iframe {
|
|
|
5199
5233
|
top: 0;
|
|
5200
5234
|
height: 100%;
|
|
5201
5235
|
}
|
|
5236
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row.inactive,
|
|
5237
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row.inactive {
|
|
5238
|
+
font-style: italic;
|
|
5239
|
+
}
|
|
5240
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row.inactive > .table-cell.last > .text::after,
|
|
5241
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row.inactive > .table-cell.last > .text::after {
|
|
5242
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5243
|
+
}
|
|
5244
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row > .table-cell.last.inactive,
|
|
5245
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row > .table-cell.last.inactive {
|
|
5246
|
+
font-style: italic;
|
|
5247
|
+
}
|
|
5248
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row > .table-cell.last.inactive > .text::after,
|
|
5249
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row > .table-cell.last.inactive > .text::after {
|
|
5250
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5251
|
+
}
|
|
5252
|
+
.lookup-box > .field > .structure.tree > .tree-data > .tree-node.inactive,
|
|
5253
|
+
.lookup-box > .field > .structure.table > .tree-data > .tree-node.inactive,
|
|
5254
|
+
.lookup-box > .field > .structure.tree > .tree-data > .animation-wrapper > .tree-node.inactive,
|
|
5255
|
+
.lookup-box > .field > .structure.table > .tree-data > .animation-wrapper > .tree-node.inactive {
|
|
5256
|
+
font-style: italic;
|
|
5257
|
+
}
|
|
5258
|
+
.lookup-box > .field > .structure.tree > .tree-data > .tree-node.inactive > .text::after,
|
|
5259
|
+
.lookup-box > .field > .structure.table > .tree-data > .tree-node.inactive > .text::after,
|
|
5260
|
+
.lookup-box > .field > .structure.tree > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after,
|
|
5261
|
+
.lookup-box > .field > .structure.table > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after {
|
|
5262
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5263
|
+
}
|
|
5202
5264
|
/*
|
|
5203
5265
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
5204
5266
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -5863,7 +5925,7 @@ iframe {
|
|
|
5863
5925
|
background-color: transparent;
|
|
5864
5926
|
}
|
|
5865
5927
|
.date-field > .field > .predict.has-error {
|
|
5866
|
-
background-color: #
|
|
5928
|
+
background-color: #252F34;
|
|
5867
5929
|
}
|
|
5868
5930
|
.date-field > .field > .predict + input {
|
|
5869
5931
|
background-color: transparent;
|
|
@@ -6068,6 +6130,7 @@ iframe {
|
|
|
6068
6130
|
vertical-align: middle;
|
|
6069
6131
|
padding: 12px 0 12px 0;
|
|
6070
6132
|
max-width: 100%;
|
|
6133
|
+
margin-top: 1px;
|
|
6071
6134
|
}
|
|
6072
6135
|
.group-box.has-sub-label > .group-box-header > .title {
|
|
6073
6136
|
padding-bottom: 7px;
|
|
@@ -6248,7 +6311,6 @@ iframe {
|
|
|
6248
6311
|
}
|
|
6249
6312
|
.html-field > .field {
|
|
6250
6313
|
margin-left: 10px;
|
|
6251
|
-
overflow: hidden;
|
|
6252
6314
|
}
|
|
6253
6315
|
.html-field > .field:focus {
|
|
6254
6316
|
outline: none;
|
|
@@ -6585,11 +6647,11 @@ iframe {
|
|
|
6585
6647
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
6586
6648
|
*/
|
|
6587
6649
|
/*
|
|
6588
|
-
* Copyright (c)
|
|
6650
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
6589
6651
|
* All rights reserved. This program and the accompanying materials
|
|
6590
6652
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
6591
6653
|
* which accompanies this distribution, and is available at
|
|
6592
|
-
*
|
|
6654
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
6593
6655
|
*
|
|
6594
6656
|
* Contributors:
|
|
6595
6657
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -6854,7 +6916,7 @@ iframe {
|
|
|
6854
6916
|
.proposal-field-popup {
|
|
6855
6917
|
position: absolute;
|
|
6856
6918
|
overflow: hidden;
|
|
6857
|
-
background-color: #
|
|
6919
|
+
background-color: #3B494F;
|
|
6858
6920
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
6859
6921
|
border-radius: 3px;
|
|
6860
6922
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -6863,7 +6925,7 @@ iframe {
|
|
|
6863
6925
|
.dropdown-field-popup.touch,
|
|
6864
6926
|
.smart-field-popup.touch,
|
|
6865
6927
|
.proposal-field-popup.touch {
|
|
6866
|
-
background-color: #
|
|
6928
|
+
background-color: #1F2428;
|
|
6867
6929
|
}
|
|
6868
6930
|
.proposal-chooser > .active-filter {
|
|
6869
6931
|
position: absolute;
|
|
@@ -6875,7 +6937,7 @@ iframe {
|
|
|
6875
6937
|
.proposal-chooser > .active-filter,
|
|
6876
6938
|
.proposal-chooser > .status {
|
|
6877
6939
|
padding: 0 12px;
|
|
6878
|
-
background-color: #
|
|
6940
|
+
background-color: #1F2428;
|
|
6879
6941
|
border-top: solid 1px rgba(255, 255, 255, 0.12);
|
|
6880
6942
|
height: 30px;
|
|
6881
6943
|
overflow: hidden;
|
|
@@ -6899,15 +6961,26 @@ iframe {
|
|
|
6899
6961
|
.proposal-chooser > .table > .table-data > .table-row.first.selected::after {
|
|
6900
6962
|
top: -1px;
|
|
6901
6963
|
}
|
|
6964
|
+
.proposal-chooser > .table > .table-data > .table-row.inactive {
|
|
6965
|
+
font-style: italic;
|
|
6966
|
+
}
|
|
6967
|
+
.proposal-chooser > .table > .table-data > .table-row.inactive > .table-cell.last > .text::after {
|
|
6968
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
6969
|
+
}
|
|
6902
6970
|
.proposal-chooser > .table > .table-data > .scrollbar.y-axis > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
6903
6971
|
margin-left: 1px;
|
|
6904
6972
|
}
|
|
6905
6973
|
.proposal-chooser > .tree > .tree-data {
|
|
6906
6974
|
padding: 8px 12px;
|
|
6907
6975
|
}
|
|
6908
|
-
.proposal-chooser > .tree > .tree-data > .tree-node.inactive
|
|
6976
|
+
.proposal-chooser > .tree > .tree-data > .tree-node.inactive,
|
|
6977
|
+
.proposal-chooser > .tree > .tree-data > .animation-wrapper > .tree-node.inactive {
|
|
6909
6978
|
font-style: italic;
|
|
6910
6979
|
}
|
|
6980
|
+
.proposal-chooser > .tree > .tree-data > .tree-node.inactive > .text::after,
|
|
6981
|
+
.proposal-chooser > .tree > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after {
|
|
6982
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
6983
|
+
}
|
|
6911
6984
|
.status > .ellipsis {
|
|
6912
6985
|
padding-left: 3px;
|
|
6913
6986
|
}
|
|
@@ -7226,7 +7299,7 @@ iframe {
|
|
|
7226
7299
|
.tab-box-header > .menubar {
|
|
7227
7300
|
position: absolute;
|
|
7228
7301
|
background-color: inherit;
|
|
7229
|
-
border-bottom
|
|
7302
|
+
border-bottom: none;
|
|
7230
7303
|
}
|
|
7231
7304
|
.tab-box-header > .status {
|
|
7232
7305
|
position: absolute;
|
|
@@ -7389,6 +7462,7 @@ iframe {
|
|
|
7389
7462
|
display: inline-block;
|
|
7390
7463
|
vertical-align: middle;
|
|
7391
7464
|
padding: 12px 0 12px;
|
|
7465
|
+
margin-top: 1px;
|
|
7392
7466
|
}
|
|
7393
7467
|
.tab-area.has-sub-label > .tab-item > .title {
|
|
7394
7468
|
padding-bottom: 7px;
|
|
@@ -7554,7 +7628,7 @@ iframe {
|
|
|
7554
7628
|
.tag-chooser-popup {
|
|
7555
7629
|
position: absolute;
|
|
7556
7630
|
overflow: hidden;
|
|
7557
|
-
background-color: #
|
|
7631
|
+
background-color: #3B494F;
|
|
7558
7632
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
7559
7633
|
border-radius: 3px;
|
|
7560
7634
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -7563,7 +7637,7 @@ iframe {
|
|
|
7563
7637
|
max-width: 250px;
|
|
7564
7638
|
}
|
|
7565
7639
|
.tag-chooser-popup.touch {
|
|
7566
|
-
background-color: #
|
|
7640
|
+
background-color: #1F2428;
|
|
7567
7641
|
}
|
|
7568
7642
|
.tag-chooser-popup > .table > .table-data {
|
|
7569
7643
|
padding: 8px 12px 5px 12px;
|
|
@@ -7621,7 +7695,7 @@ iframe {
|
|
|
7621
7695
|
}
|
|
7622
7696
|
.tag-field > .field.has-error {
|
|
7623
7697
|
border-color: #FF8888;
|
|
7624
|
-
background-color: #
|
|
7698
|
+
background-color: #252F34;
|
|
7625
7699
|
}
|
|
7626
7700
|
.tag-field > .field.has-error:focus,
|
|
7627
7701
|
.tag-field > .field.has-error.focused {
|
|
@@ -7866,7 +7940,7 @@ iframe {
|
|
|
7866
7940
|
border-color: #8ee0cf;
|
|
7867
7941
|
}
|
|
7868
7942
|
.wizard-step.selected > .icon {
|
|
7869
|
-
color: #
|
|
7943
|
+
color: #0E1316;
|
|
7870
7944
|
background-color: #71b0e8;
|
|
7871
7945
|
border-color: #71b0e8;
|
|
7872
7946
|
font-weight: bold;
|
|
@@ -8118,15 +8192,15 @@ iframe {
|
|
|
8118
8192
|
background-color: rgba(255, 255, 255, 0.18);
|
|
8119
8193
|
}
|
|
8120
8194
|
.menu-item.selected {
|
|
8121
|
-
color: #
|
|
8195
|
+
color: #0E1316;
|
|
8122
8196
|
background-color: #71b0e8;
|
|
8123
8197
|
}
|
|
8124
8198
|
.menu-item.selected:hover {
|
|
8125
|
-
background-color: #
|
|
8199
|
+
background-color: #94c4ee;
|
|
8126
8200
|
}
|
|
8127
8201
|
.menu-item.selected.active,
|
|
8128
8202
|
.menu-item.selected:active {
|
|
8129
|
-
background-color: #
|
|
8203
|
+
background-color: #a6cdf1;
|
|
8130
8204
|
}
|
|
8131
8205
|
.menu-item.selected.has-popup {
|
|
8132
8206
|
color: #71b0e8;
|
|
@@ -8147,7 +8221,7 @@ iframe {
|
|
|
8147
8221
|
background-color: transparent;
|
|
8148
8222
|
}
|
|
8149
8223
|
.menu-item.disabled.selected {
|
|
8150
|
-
color: #
|
|
8224
|
+
color: #0E1316;
|
|
8151
8225
|
background-color: #7E8588;
|
|
8152
8226
|
}
|
|
8153
8227
|
.menu-item.disabled.selected.has-popup {
|
|
@@ -8161,6 +8235,7 @@ iframe {
|
|
|
8161
8235
|
overflow: hidden;
|
|
8162
8236
|
text-overflow: ellipsis;
|
|
8163
8237
|
white-space: nowrap;
|
|
8238
|
+
margin-top: 1px;
|
|
8164
8239
|
}
|
|
8165
8240
|
.menu-item > .font-icon {
|
|
8166
8241
|
font-size: 16px;
|
|
@@ -8247,6 +8322,7 @@ iframe {
|
|
|
8247
8322
|
overflow: hidden;
|
|
8248
8323
|
text-overflow: ellipsis;
|
|
8249
8324
|
white-space: nowrap;
|
|
8325
|
+
margin-top: 1px;
|
|
8250
8326
|
}
|
|
8251
8327
|
.menu-button > .icon {
|
|
8252
8328
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -8298,18 +8374,18 @@ iframe {
|
|
|
8298
8374
|
background-color: rgba(255, 255, 255, 0.18);
|
|
8299
8375
|
}
|
|
8300
8376
|
.menu-button.selected {
|
|
8301
|
-
color: #
|
|
8377
|
+
color: #0E1316;
|
|
8302
8378
|
background-color: #71b0e8;
|
|
8303
8379
|
border-color: #71b0e8;
|
|
8304
8380
|
}
|
|
8305
8381
|
.menu-button.selected:hover {
|
|
8306
|
-
background-color: #
|
|
8307
|
-
border-color: #
|
|
8382
|
+
background-color: #94c4ee;
|
|
8383
|
+
border-color: #94c4ee;
|
|
8308
8384
|
}
|
|
8309
8385
|
.menu-button.selected.active,
|
|
8310
8386
|
.menu-button.selected:active {
|
|
8311
|
-
background-color: #
|
|
8312
|
-
border-color: #
|
|
8387
|
+
background-color: #a6cdf1;
|
|
8388
|
+
border-color: #a6cdf1;
|
|
8313
8389
|
}
|
|
8314
8390
|
.menu-button.selected.has-popup {
|
|
8315
8391
|
color: #71b0e8;
|
|
@@ -8324,22 +8400,22 @@ iframe {
|
|
|
8324
8400
|
background-color: #71b0e8;
|
|
8325
8401
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
8326
8402
|
border-color: #71b0e8;
|
|
8327
|
-
color: #
|
|
8403
|
+
color: #0E1316;
|
|
8328
8404
|
}
|
|
8329
8405
|
.menu-button.default:hover {
|
|
8330
|
-
background-color: #
|
|
8331
|
-
border-color: #
|
|
8406
|
+
background-color: #94c4ee;
|
|
8407
|
+
border-color: #94c4ee;
|
|
8332
8408
|
}
|
|
8333
8409
|
.menu-button.default:active,
|
|
8334
8410
|
.menu-button.default.active {
|
|
8335
|
-
color: #
|
|
8336
|
-
background-color: #
|
|
8337
|
-
border-color: #
|
|
8411
|
+
color: #0E1316;
|
|
8412
|
+
background-color: #a6cdf1;
|
|
8413
|
+
border-color: #a6cdf1;
|
|
8338
8414
|
}
|
|
8339
8415
|
.menu-button.default.selected {
|
|
8340
|
-
color: #
|
|
8341
|
-
background-color: #
|
|
8342
|
-
border-color: #
|
|
8416
|
+
color: #0E1316;
|
|
8417
|
+
background-color: #a6cdf1;
|
|
8418
|
+
border-color: #a6cdf1;
|
|
8343
8419
|
}
|
|
8344
8420
|
.menu-button.default:focus {
|
|
8345
8421
|
outline: none;
|
|
@@ -8367,7 +8443,7 @@ iframe {
|
|
|
8367
8443
|
}
|
|
8368
8444
|
.menu-button:disabled.selected,
|
|
8369
8445
|
.menu-button.disabled.selected {
|
|
8370
|
-
color: #
|
|
8446
|
+
color: #0E1316;
|
|
8371
8447
|
background-color: #7E8588;
|
|
8372
8448
|
border-color: #7E8588;
|
|
8373
8449
|
}
|
|
@@ -8425,7 +8501,7 @@ iframe {
|
|
|
8425
8501
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
8426
8502
|
*/
|
|
8427
8503
|
.context-menu-popup {
|
|
8428
|
-
background-color: #
|
|
8504
|
+
background-color: #3B494F;
|
|
8429
8505
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
8430
8506
|
border-radius: 8px;
|
|
8431
8507
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -8458,7 +8534,7 @@ iframe {
|
|
|
8458
8534
|
.context-menu {
|
|
8459
8535
|
position: absolute;
|
|
8460
8536
|
margin: 6px 0;
|
|
8461
|
-
background-color: #
|
|
8537
|
+
background-color: #3B494F;
|
|
8462
8538
|
}
|
|
8463
8539
|
.context-menu > .menu-item {
|
|
8464
8540
|
display: flex;
|
|
@@ -8484,12 +8560,16 @@ iframe {
|
|
|
8484
8560
|
.context-menu > .menu-item.selected {
|
|
8485
8561
|
background-color: rgba(113, 176, 232, 0.09);
|
|
8486
8562
|
}
|
|
8563
|
+
.context-menu > .menu-item.selected.has-popup {
|
|
8564
|
+
color: #E9EBEB;
|
|
8565
|
+
}
|
|
8566
|
+
.context-menu > .menu-item.selected.has-popup.disabled {
|
|
8567
|
+
color: #7E8588;
|
|
8568
|
+
background-color: rgba(113, 176, 232, 0.09);
|
|
8569
|
+
}
|
|
8487
8570
|
.context-menu > .menu-item.selected > .submenu-icon {
|
|
8488
8571
|
transform: none;
|
|
8489
8572
|
}
|
|
8490
|
-
.context-menu > .menu-item.expanded {
|
|
8491
|
-
color: #71b0e8;
|
|
8492
|
-
}
|
|
8493
8573
|
.context-menu > .menu-item.expanded > .submenu-icon {
|
|
8494
8574
|
-webkit-transform: rotateX(180deg) translateY(-1px);
|
|
8495
8575
|
-ms-transform: rotateX(180deg) translateY(-1px);
|
|
@@ -8577,22 +8657,22 @@ iframe {
|
|
|
8577
8657
|
background-color: #71b0e8;
|
|
8578
8658
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
8579
8659
|
border-color: #71b0e8;
|
|
8580
|
-
color: #
|
|
8660
|
+
color: #0E1316;
|
|
8581
8661
|
}
|
|
8582
8662
|
.combo-menu.menu-button.default > .menu-item:hover {
|
|
8583
|
-
background-color: #
|
|
8584
|
-
border-color: #
|
|
8663
|
+
background-color: #94c4ee;
|
|
8664
|
+
border-color: #94c4ee;
|
|
8585
8665
|
}
|
|
8586
8666
|
.combo-menu.menu-button.default > .menu-item:active,
|
|
8587
8667
|
.combo-menu.menu-button.default > .menu-item.active {
|
|
8588
|
-
color: #
|
|
8589
|
-
background-color: #
|
|
8590
|
-
border-color: #
|
|
8668
|
+
color: #0E1316;
|
|
8669
|
+
background-color: #a6cdf1;
|
|
8670
|
+
border-color: #a6cdf1;
|
|
8591
8671
|
}
|
|
8592
8672
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8593
|
-
color: #
|
|
8594
|
-
background-color: #
|
|
8595
|
-
border-color: #
|
|
8673
|
+
color: #0E1316;
|
|
8674
|
+
background-color: #a6cdf1;
|
|
8675
|
+
border-color: #a6cdf1;
|
|
8596
8676
|
}
|
|
8597
8677
|
.combo-menu.menu-button.default > .menu-item:focus {
|
|
8598
8678
|
outline: none;
|
|
@@ -8600,11 +8680,11 @@ iframe {
|
|
|
8600
8680
|
border-color: #4598e1;
|
|
8601
8681
|
}
|
|
8602
8682
|
.combo-menu.menu-button.default > .menu-item::before {
|
|
8603
|
-
background-color: #
|
|
8683
|
+
background-color: #0E1316;
|
|
8604
8684
|
}
|
|
8605
8685
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8606
|
-
background-color: #
|
|
8607
|
-
border-color: #
|
|
8686
|
+
background-color: #a6cdf1;
|
|
8687
|
+
border-color: #a6cdf1;
|
|
8608
8688
|
}
|
|
8609
8689
|
.combo-menu.menu-button.default > .menu-item.disabled {
|
|
8610
8690
|
color: rgba(255, 255, 255, 0.4);
|
|
@@ -8662,7 +8742,7 @@ iframe {
|
|
|
8662
8742
|
background: linear-gradient(180deg, #014786 -145%, #9dc8ef 56%);
|
|
8663
8743
|
}
|
|
8664
8744
|
.profile-menu.menu-item > .icon.font-icon {
|
|
8665
|
-
color: #
|
|
8745
|
+
color: #0E1316;
|
|
8666
8746
|
}
|
|
8667
8747
|
.profile-menu.menu-item > .icon.image-icon {
|
|
8668
8748
|
object-fit: cover;
|
|
@@ -8885,7 +8965,7 @@ iframe {
|
|
|
8885
8965
|
margin: 8px 6px;
|
|
8886
8966
|
}
|
|
8887
8967
|
/*
|
|
8888
|
-
* Copyright (c) 2010-
|
|
8968
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
8889
8969
|
* All rights reserved. This program and the accompanying materials
|
|
8890
8970
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
8891
8971
|
* which accompanies this distribution, and is available at
|
|
@@ -8900,7 +8980,7 @@ iframe {
|
|
|
8900
8980
|
left: 0;
|
|
8901
8981
|
min-width: 200px;
|
|
8902
8982
|
max-width: 473px;
|
|
8903
|
-
background-color: #
|
|
8983
|
+
background-color: #3B494F;
|
|
8904
8984
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
8905
8985
|
border-radius: 8px;
|
|
8906
8986
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -8910,6 +8990,18 @@ iframe {
|
|
|
8910
8990
|
.messagebox.full-height.full-width {
|
|
8911
8991
|
border-radius: 0;
|
|
8912
8992
|
}
|
|
8993
|
+
.messagebox.full-width > .messagebox-buttons {
|
|
8994
|
+
padding-left: 10px;
|
|
8995
|
+
padding-right: 10px;
|
|
8996
|
+
}
|
|
8997
|
+
.messagebox.full-width > .messagebox-buttons > .box-button {
|
|
8998
|
+
min-width: 70px;
|
|
8999
|
+
/* less min width for buttons on small screens */
|
|
9000
|
+
margin-right: 8px;
|
|
9001
|
+
}
|
|
9002
|
+
.messagebox.full-width > .messagebox-buttons > .box-button:last-child {
|
|
9003
|
+
margin-right: 0;
|
|
9004
|
+
}
|
|
8913
9005
|
.messagebox.info > .messagebox-content > .messagebox-header {
|
|
8914
9006
|
color: #71b0e8;
|
|
8915
9007
|
}
|
|
@@ -8934,17 +9026,17 @@ iframe {
|
|
|
8934
9026
|
border-color: rgba(255, 255, 255, 0.12);
|
|
8935
9027
|
}
|
|
8936
9028
|
.messagebox.info > .box-buttons > .box-button.default {
|
|
8937
|
-
color: #
|
|
9029
|
+
color: #0E1316;
|
|
8938
9030
|
background-color: #71b0e8;
|
|
8939
9031
|
}
|
|
8940
9032
|
.messagebox.info > .box-buttons > .box-button.default:hover {
|
|
8941
|
-
background-color: #
|
|
8942
|
-
border-color: #
|
|
9033
|
+
background-color: #94c4ee;
|
|
9034
|
+
border-color: #94c4ee;
|
|
8943
9035
|
}
|
|
8944
9036
|
.messagebox.info > .box-buttons > .box-button.default.active,
|
|
8945
9037
|
.messagebox.info > .box-buttons > .box-button.default:active {
|
|
8946
|
-
background-color: #
|
|
8947
|
-
border-color: #
|
|
9038
|
+
background-color: #a6cdf1;
|
|
9039
|
+
border-color: #a6cdf1;
|
|
8948
9040
|
}
|
|
8949
9041
|
.messagebox.info > .box-buttons > .box-button.default.keyboard-navigation {
|
|
8950
9042
|
outline: none;
|
|
@@ -8980,17 +9072,17 @@ iframe {
|
|
|
8980
9072
|
border-color: rgba(255, 255, 255, 0.12);
|
|
8981
9073
|
}
|
|
8982
9074
|
.messagebox.error > .box-buttons > .box-button.default {
|
|
8983
|
-
color: #
|
|
9075
|
+
color: #0E1316;
|
|
8984
9076
|
background-color: #FF8888;
|
|
8985
9077
|
}
|
|
8986
9078
|
.messagebox.error > .box-buttons > .box-button.default:hover {
|
|
8987
|
-
background-color: #
|
|
8988
|
-
border-color: #
|
|
9079
|
+
background-color: #ffa7a7;
|
|
9080
|
+
border-color: #ffa7a7;
|
|
8989
9081
|
}
|
|
8990
9082
|
.messagebox.error > .box-buttons > .box-button.default.active,
|
|
8991
9083
|
.messagebox.error > .box-buttons > .box-button.default:active {
|
|
8992
|
-
background-color: #
|
|
8993
|
-
border-color: #
|
|
9084
|
+
background-color: #ffbbbb;
|
|
9085
|
+
border-color: #ffbbbb;
|
|
8994
9086
|
}
|
|
8995
9087
|
.messagebox.error > .box-buttons > .box-button.default.keyboard-navigation {
|
|
8996
9088
|
outline: none;
|
|
@@ -9026,17 +9118,17 @@ iframe {
|
|
|
9026
9118
|
border-color: rgba(255, 255, 255, 0.12);
|
|
9027
9119
|
}
|
|
9028
9120
|
.messagebox.warning > .box-buttons > .box-button.default {
|
|
9029
|
-
color: #
|
|
9121
|
+
color: #0E1316;
|
|
9030
9122
|
background-color: #FFBE6B;
|
|
9031
9123
|
}
|
|
9032
9124
|
.messagebox.warning > .box-buttons > .box-button.default:hover {
|
|
9033
|
-
background-color: #
|
|
9034
|
-
border-color: #
|
|
9125
|
+
background-color: #ffd094;
|
|
9126
|
+
border-color: #ffd094;
|
|
9035
9127
|
}
|
|
9036
9128
|
.messagebox.warning > .box-buttons > .box-button.default.active,
|
|
9037
9129
|
.messagebox.warning > .box-buttons > .box-button.default:active {
|
|
9038
|
-
background-color: #
|
|
9039
|
-
border-color: #
|
|
9130
|
+
background-color: #ffd9a8;
|
|
9131
|
+
border-color: #ffd9a8;
|
|
9040
9132
|
}
|
|
9041
9133
|
.messagebox.warning > .box-buttons > .box-button.default.keyboard-navigation {
|
|
9042
9134
|
outline: none;
|
|
@@ -9072,17 +9164,17 @@ iframe {
|
|
|
9072
9164
|
border-color: rgba(255, 255, 255, 0.12);
|
|
9073
9165
|
}
|
|
9074
9166
|
.messagebox.ok > .box-buttons > .box-button.default {
|
|
9075
|
-
color: #
|
|
9167
|
+
color: #0E1316;
|
|
9076
9168
|
background-color: #62e7ce;
|
|
9077
9169
|
}
|
|
9078
9170
|
.messagebox.ok > .box-buttons > .box-button.default:hover {
|
|
9079
|
-
background-color: #
|
|
9080
|
-
border-color: #
|
|
9171
|
+
background-color: #85ecd9;
|
|
9172
|
+
border-color: #85ecd9;
|
|
9081
9173
|
}
|
|
9082
9174
|
.messagebox.ok > .box-buttons > .box-button.default.active,
|
|
9083
9175
|
.messagebox.ok > .box-buttons > .box-button.default:active {
|
|
9084
|
-
background-color: #
|
|
9085
|
-
border-color: #
|
|
9176
|
+
background-color: #a0f0e1;
|
|
9177
|
+
border-color: #a0f0e1;
|
|
9086
9178
|
}
|
|
9087
9179
|
.messagebox.ok > .box-buttons > .box-button.default.keyboard-navigation {
|
|
9088
9180
|
outline: none;
|
|
@@ -9163,7 +9255,7 @@ iframe {
|
|
|
9163
9255
|
text-align: center;
|
|
9164
9256
|
}
|
|
9165
9257
|
.messagebox-header > .messagebox-icon {
|
|
9166
|
-
color: #
|
|
9258
|
+
color: #0E1316;
|
|
9167
9259
|
font-size: 14px;
|
|
9168
9260
|
border-radius: 50%;
|
|
9169
9261
|
}
|
|
@@ -9204,26 +9296,12 @@ iframe {
|
|
|
9204
9296
|
}
|
|
9205
9297
|
@media (max-width: 473px) {
|
|
9206
9298
|
.messagebox {
|
|
9207
|
-
/* reduce message box width on small screens */
|
|
9208
|
-
max-width: 330px;
|
|
9209
9299
|
/* no need to have a margin on small screens */
|
|
9210
9300
|
margin: 0;
|
|
9211
9301
|
}
|
|
9212
|
-
.messagebox > .messagebox-buttons {
|
|
9213
|
-
padding-left: 10px;
|
|
9214
|
-
padding-right: 10px;
|
|
9215
|
-
}
|
|
9216
|
-
.messagebox > .messagebox-buttons > .box-button {
|
|
9217
|
-
min-width: 70px;
|
|
9218
|
-
/* less min width for buttons on small screens */
|
|
9219
|
-
margin-right: 8px;
|
|
9220
|
-
}
|
|
9221
|
-
.messagebox > .messagebox-buttons > .box-button:last-child {
|
|
9222
|
-
margin-right: 0;
|
|
9223
|
-
}
|
|
9224
9302
|
}
|
|
9225
9303
|
/*
|
|
9226
|
-
* Copyright (c) 2010-
|
|
9304
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9227
9305
|
* All rights reserved. This program and the accompanying materials
|
|
9228
9306
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9229
9307
|
* which accompanies this distribution, and is available at
|
|
@@ -9233,10 +9311,13 @@ iframe {
|
|
|
9233
9311
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9234
9312
|
*/
|
|
9235
9313
|
.mode {
|
|
9236
|
-
|
|
9314
|
+
--padding-x: 12px;
|
|
9315
|
+
--padding-y: 6px;
|
|
9316
|
+
--border-width: 1px;
|
|
9317
|
+
border: var(--border-width) solid rgba(255, 255, 255, 0.25);
|
|
9237
9318
|
border-radius: 0;
|
|
9238
9319
|
flex: 1 1 0;
|
|
9239
|
-
padding:
|
|
9320
|
+
padding: var(--padding-y) var(--padding-x);
|
|
9240
9321
|
overflow: hidden;
|
|
9241
9322
|
text-overflow: ellipsis;
|
|
9242
9323
|
}
|
|
@@ -9251,16 +9332,16 @@ iframe {
|
|
|
9251
9332
|
}
|
|
9252
9333
|
.mode:not(.last):not(.selected) {
|
|
9253
9334
|
border-right: none;
|
|
9254
|
-
padding-right:
|
|
9335
|
+
padding-right: calc(var(--padding-x) + var(--border-width));
|
|
9255
9336
|
/* account for the missing border, so that text does not jump */
|
|
9256
9337
|
}
|
|
9257
9338
|
.mode.after-selected {
|
|
9258
9339
|
border-left: none;
|
|
9259
|
-
padding-left:
|
|
9340
|
+
padding-left: calc(var(--padding-x) + var(--border-width));
|
|
9260
9341
|
/* account for the missing border, so that text does not jump */
|
|
9261
9342
|
}
|
|
9262
9343
|
.mode.selected {
|
|
9263
|
-
color: #
|
|
9344
|
+
color: #0E1316;
|
|
9264
9345
|
cursor: default;
|
|
9265
9346
|
}
|
|
9266
9347
|
.mode.selected:hover {
|
|
@@ -9281,26 +9362,17 @@ iframe {
|
|
|
9281
9362
|
.mode > .icon.with-label {
|
|
9282
9363
|
margin-right: 8px;
|
|
9283
9364
|
}
|
|
9284
|
-
.mode-selector.alternative {
|
|
9285
|
-
border: 3px solid transparent;
|
|
9286
|
-
}
|
|
9287
9365
|
.mode-selector.alternative > .mode {
|
|
9366
|
+
--border-width: 0px;
|
|
9288
9367
|
color: #E9EBEB;
|
|
9289
|
-
border: none;
|
|
9290
9368
|
background-color: transparent;
|
|
9291
9369
|
border-radius: 3px;
|
|
9292
9370
|
}
|
|
9293
|
-
.mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9294
|
-
padding-right: 12px;
|
|
9295
|
-
}
|
|
9296
|
-
.mode-selector.alternative > .mode.after-selected {
|
|
9297
|
-
padding-left: 12px;
|
|
9298
|
-
}
|
|
9299
9371
|
.mode-selector.alternative > .mode:hover {
|
|
9300
|
-
background-color:
|
|
9372
|
+
background-color: #1F2428;
|
|
9301
9373
|
}
|
|
9302
9374
|
.mode-selector.alternative > .mode:active {
|
|
9303
|
-
background-color:
|
|
9375
|
+
background-color: #3B494F;
|
|
9304
9376
|
}
|
|
9305
9377
|
.mode-selector.alternative > .mode.selected {
|
|
9306
9378
|
color: #71b0e8;
|
|
@@ -9310,7 +9382,7 @@ iframe {
|
|
|
9310
9382
|
background-color: transparent;
|
|
9311
9383
|
}
|
|
9312
9384
|
.mode-selector.alternative > .mode.selected.disabled {
|
|
9313
|
-
background-color: #
|
|
9385
|
+
background-color: #252F34;
|
|
9314
9386
|
}
|
|
9315
9387
|
.mode-selector.alternative > .mode.mode-selector-dragging {
|
|
9316
9388
|
background-color: transparent;
|
|
@@ -9322,24 +9394,11 @@ iframe {
|
|
|
9322
9394
|
cursor: default;
|
|
9323
9395
|
}
|
|
9324
9396
|
.dense .mode-selector > .mode {
|
|
9325
|
-
padding:
|
|
9326
|
-
|
|
9327
|
-
.dense .mode-selector > .mode:not(.last):not(.selected) {
|
|
9328
|
-
padding-right: 6px;
|
|
9329
|
-
/* account for the missing border, so that text does not jump */
|
|
9330
|
-
}
|
|
9331
|
-
.dense .mode-selector > .mode.after-selected {
|
|
9332
|
-
padding-left: 6px;
|
|
9333
|
-
/* account for the missing border, so that text does not jump */
|
|
9334
|
-
}
|
|
9335
|
-
.dense .mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9336
|
-
padding-right: 5px;
|
|
9337
|
-
}
|
|
9338
|
-
.dense .mode-selector.alternative > .mode.after-selected {
|
|
9339
|
-
padding-left: 5px;
|
|
9397
|
+
--padding-x: 5px;
|
|
9398
|
+
--padding-y: 3px;
|
|
9340
9399
|
}
|
|
9341
9400
|
/*
|
|
9342
|
-
* Copyright (c) 2010-
|
|
9401
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9343
9402
|
* All rights reserved. This program and the accompanying materials
|
|
9344
9403
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9345
9404
|
* which accompanies this distribution, and is available at
|
|
@@ -9359,15 +9418,16 @@ iframe {
|
|
|
9359
9418
|
display: none;
|
|
9360
9419
|
}
|
|
9361
9420
|
.mode-selector.alternative {
|
|
9362
|
-
background-color:
|
|
9421
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
9363
9422
|
border-radius: 3px;
|
|
9423
|
+
border: 3px solid transparent;
|
|
9364
9424
|
}
|
|
9365
9425
|
.mode-selector.alternative:not(.disabled) > .mode-slider {
|
|
9366
9426
|
display: block;
|
|
9367
9427
|
position: absolute;
|
|
9368
9428
|
top: 0;
|
|
9369
9429
|
height: 100%;
|
|
9370
|
-
background-color: #
|
|
9430
|
+
background-color: #2C363A;
|
|
9371
9431
|
border-radius: 3px;
|
|
9372
9432
|
transition: left 500ms ease, width 500ms ease;
|
|
9373
9433
|
}
|
|
@@ -9477,8 +9537,8 @@ iframe {
|
|
|
9477
9537
|
flex-shrink: 0;
|
|
9478
9538
|
}
|
|
9479
9539
|
.notification-icon.font-icon {
|
|
9480
|
-
color: #
|
|
9481
|
-
background-color: #
|
|
9540
|
+
color: #0E1316;
|
|
9541
|
+
background-color: #252F34;
|
|
9482
9542
|
font-size: 14px;
|
|
9483
9543
|
border-radius: 50%;
|
|
9484
9544
|
}
|
|
@@ -9572,7 +9632,7 @@ iframe {
|
|
|
9572
9632
|
}
|
|
9573
9633
|
.planner-scale > .timeline > .timeline-large {
|
|
9574
9634
|
height: 50%;
|
|
9575
|
-
background-color: #
|
|
9635
|
+
background-color: #1F2428;
|
|
9576
9636
|
line-height: 22.5px;
|
|
9577
9637
|
}
|
|
9578
9638
|
.planner-scale > .timeline > .timeline-large > .scale-item > .planner-large-scale-item-line {
|
|
@@ -9638,7 +9698,7 @@ iframe {
|
|
|
9638
9698
|
top: 0;
|
|
9639
9699
|
}
|
|
9640
9700
|
.planner-resource > .resource-cells > .selector > .selector-resize-left {
|
|
9641
|
-
background-color: #
|
|
9701
|
+
background-color: #252F34;
|
|
9642
9702
|
border-left: 2px solid #71b0e8;
|
|
9643
9703
|
border-right: 2px solid #71b0e8;
|
|
9644
9704
|
position: absolute;
|
|
@@ -9649,7 +9709,7 @@ iframe {
|
|
|
9649
9709
|
cursor: col-resize;
|
|
9650
9710
|
}
|
|
9651
9711
|
.planner-resource > .resource-cells > .selector > .selector-resize-right {
|
|
9652
|
-
background-color: #
|
|
9712
|
+
background-color: #252F34;
|
|
9653
9713
|
border-left: 2px solid #71b0e8;
|
|
9654
9714
|
border-right: 2px solid #71b0e8;
|
|
9655
9715
|
position: absolute;
|
|
@@ -9663,7 +9723,7 @@ iframe {
|
|
|
9663
9723
|
position: absolute;
|
|
9664
9724
|
top: 1px;
|
|
9665
9725
|
width: 0;
|
|
9666
|
-
color: #
|
|
9726
|
+
color: #0E1316;
|
|
9667
9727
|
height: 27px;
|
|
9668
9728
|
line-height: 27px;
|
|
9669
9729
|
background-color: #62e7ce;
|
|
@@ -9798,7 +9858,8 @@ iframe {
|
|
|
9798
9858
|
cursor: pointer;
|
|
9799
9859
|
}
|
|
9800
9860
|
.planner-mode {
|
|
9801
|
-
|
|
9861
|
+
padding: 0 8px;
|
|
9862
|
+
min-width: 65px;
|
|
9802
9863
|
text-align: center;
|
|
9803
9864
|
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
|
9804
9865
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
|
@@ -9972,7 +10033,7 @@ iframe {
|
|
|
9972
10033
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9973
10034
|
*/
|
|
9974
10035
|
.mobile-popup {
|
|
9975
|
-
background-color: #
|
|
10036
|
+
background-color: #2E3C41;
|
|
9976
10037
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
9977
10038
|
border-top-left-radius: 12px;
|
|
9978
10039
|
border-top-right-radius: 12px;
|
|
@@ -10046,7 +10107,7 @@ iframe {
|
|
|
10046
10107
|
.touch-popup {
|
|
10047
10108
|
position: absolute;
|
|
10048
10109
|
overflow: hidden;
|
|
10049
|
-
background-color: #
|
|
10110
|
+
background-color: #3B494F;
|
|
10050
10111
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10051
10112
|
border-radius: 8px;
|
|
10052
10113
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -10120,7 +10181,7 @@ iframe {
|
|
|
10120
10181
|
animation-fill-mode: forwards;
|
|
10121
10182
|
}
|
|
10122
10183
|
.widget-popup {
|
|
10123
|
-
background-color: #
|
|
10184
|
+
background-color: #2E3C41;
|
|
10124
10185
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10125
10186
|
border-radius: 12px;
|
|
10126
10187
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -10316,9 +10377,13 @@ iframe {
|
|
|
10316
10377
|
pointer-events: none;
|
|
10317
10378
|
z-index: 1;
|
|
10318
10379
|
--scroll-shadow-color: rgba(0, 0, 0, 0.7);
|
|
10319
|
-
--scroll-shadow-size:
|
|
10320
|
-
--scroll-shadow-blur:
|
|
10321
|
-
--scroll-shadow-spread:
|
|
10380
|
+
--scroll-shadow-size: 14px;
|
|
10381
|
+
--scroll-shadow-blur: 14px;
|
|
10382
|
+
--scroll-shadow-spread: 15px;
|
|
10383
|
+
--scroll-shadow-inset-top: 0;
|
|
10384
|
+
--scroll-shadow-inset-right: 0;
|
|
10385
|
+
--scroll-shadow-inset-bottom: 0;
|
|
10386
|
+
--scroll-shadow-inset-left: 0;
|
|
10322
10387
|
}
|
|
10323
10388
|
.scroll-shadow.top {
|
|
10324
10389
|
box-shadow: inset 0 var(--scroll-shadow-size) var(--scroll-shadow-blur) calc(-1 * var(--scroll-shadow-spread)) var(--scroll-shadow-color), inset 0 0 0 0 transparent, inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
|
|
@@ -10366,15 +10431,15 @@ iframe {
|
|
|
10366
10431
|
box-shadow: inset 0 0 0 0 transparent, inset calc(-1 * var(--scroll-shadow-size)) 0 var(--scroll-shadow-blur) calc(-1 * var(--scroll-shadow-spread)) var(--scroll-shadow-color), inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
|
|
10367
10432
|
}
|
|
10368
10433
|
.scroll-shadow.gradient {
|
|
10369
|
-
--scroll-shadow-color: #
|
|
10434
|
+
--scroll-shadow-color: #252F34;
|
|
10370
10435
|
--scroll-shadow-size: 20px;
|
|
10371
10436
|
--scroll-shadow-blur: 15px;
|
|
10372
10437
|
--scroll-shadow-spread: 15px;
|
|
10373
10438
|
}
|
|
10374
10439
|
.scroll-shadow.large {
|
|
10375
|
-
--scroll-shadow-size:
|
|
10376
|
-
--scroll-shadow-blur:
|
|
10377
|
-
--scroll-shadow-spread:
|
|
10440
|
+
--scroll-shadow-size: 14px;
|
|
10441
|
+
--scroll-shadow-blur: 14px;
|
|
10442
|
+
--scroll-shadow-spread: 14px;
|
|
10378
10443
|
}
|
|
10379
10444
|
/*
|
|
10380
10445
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
@@ -10468,12 +10533,12 @@ iframe {
|
|
|
10468
10533
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10469
10534
|
border-radius: 8px;
|
|
10470
10535
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
10471
|
-
background-color: #
|
|
10536
|
+
background-color: #3B494F;
|
|
10472
10537
|
/* Helper class used during width calculation - required on very narrow screens (e.g. Word AddIn) */
|
|
10473
10538
|
}
|
|
10474
10539
|
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
|
|
10475
10540
|
.busyindicator {
|
|
10476
|
-
background-color: rgba(
|
|
10541
|
+
background-color: rgba(59, 73, 79, 0.8);
|
|
10477
10542
|
-webkit-backdrop-filter: blur(15px);
|
|
10478
10543
|
backdrop-filter: blur(15px);
|
|
10479
10544
|
}
|
|
@@ -10496,7 +10561,7 @@ iframe {
|
|
|
10496
10561
|
border-color: rgba(255, 255, 255, 0.12);
|
|
10497
10562
|
}
|
|
10498
10563
|
.busyindicator > .box-buttons > .box-button.default {
|
|
10499
|
-
color: #
|
|
10564
|
+
color: #0E1316;
|
|
10500
10565
|
background-color: #71b0e8;
|
|
10501
10566
|
}
|
|
10502
10567
|
.busyindicator > .box-buttons > .box-button.default:hover {
|
|
@@ -10650,7 +10715,7 @@ input[type=range]:not(.ms-edge)::-webkit-slider-runnable-track {
|
|
|
10650
10715
|
}
|
|
10651
10716
|
input[type=range]:not(.ms-edge)::-webkit-slider-thumb {
|
|
10652
10717
|
box-sizing: border-box;
|
|
10653
|
-
border: 1px solid #
|
|
10718
|
+
border: 1px solid #0E1316;
|
|
10654
10719
|
height: 16px;
|
|
10655
10720
|
width: 16px;
|
|
10656
10721
|
border-radius: 8px;
|
|
@@ -10671,7 +10736,7 @@ input[type=range]::-moz-range-track {
|
|
|
10671
10736
|
}
|
|
10672
10737
|
input[type=range]::-moz-range-thumb {
|
|
10673
10738
|
box-sizing: border-box;
|
|
10674
|
-
border: 1.5px solid #
|
|
10739
|
+
border: 1.5px solid #0E1316;
|
|
10675
10740
|
height: 16px;
|
|
10676
10741
|
width: 16px;
|
|
10677
10742
|
border-radius: 8px;
|
|
@@ -10699,7 +10764,7 @@ input[type=range]::-ms-fill-upper {
|
|
|
10699
10764
|
}
|
|
10700
10765
|
input[type=range]::-ms-thumb {
|
|
10701
10766
|
box-sizing: border-box;
|
|
10702
|
-
border: 1px solid #
|
|
10767
|
+
border: 1px solid #0E1316;
|
|
10703
10768
|
height: 16px;
|
|
10704
10769
|
width: 16px;
|
|
10705
10770
|
border-radius: 8px;
|
|
@@ -11680,7 +11745,7 @@ Try these to switch between fonts:
|
|
|
11680
11745
|
/* scoutIcons: custom icons */
|
|
11681
11746
|
/* scoutIcons: awesome icons */
|
|
11682
11747
|
/*
|
|
11683
|
-
* Copyright (c) 2010-
|
|
11748
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11684
11749
|
* All rights reserved. This program and the accompanying materials
|
|
11685
11750
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11686
11751
|
* which accompanies this distribution, and is available at
|
|
@@ -11740,25 +11805,38 @@ Try these to switch between fonts:
|
|
|
11740
11805
|
background-color: rgba(255, 255, 255, 0.18);
|
|
11741
11806
|
color: #E9EBEB;
|
|
11742
11807
|
}
|
|
11743
|
-
#scout .tooltip-status
|
|
11808
|
+
#scout .tooltip-status {
|
|
11809
|
+
visibility: visible;
|
|
11810
|
+
cursor: pointer;
|
|
11811
|
+
}
|
|
11812
|
+
#scout .tooltip-status::before {
|
|
11813
|
+
content: '\E002';
|
|
11814
|
+
color: #A7ACAD;
|
|
11815
|
+
font-size: 16px;
|
|
11816
|
+
}
|
|
11817
|
+
#scout .tooltip-status:hover::before {
|
|
11818
|
+
background-color: rgba(255, 255, 255, 0.12);
|
|
11819
|
+
color: #BFC2C3;
|
|
11820
|
+
}
|
|
11821
|
+
#scout .tooltip-status:active::before,
|
|
11822
|
+
#scout .tooltip-status.selected::before {
|
|
11823
|
+
background-color: rgba(255, 255, 255, 0.18);
|
|
11824
|
+
color: #BFC2C3;
|
|
11825
|
+
}
|
|
11744
11826
|
#scout .info-status {
|
|
11745
11827
|
visibility: visible;
|
|
11746
11828
|
cursor: pointer;
|
|
11747
11829
|
}
|
|
11748
|
-
#scout .tooltip-status::before,
|
|
11749
11830
|
#scout .info-status::before {
|
|
11750
11831
|
content: '\E002';
|
|
11751
11832
|
color: #A7ACAD;
|
|
11752
11833
|
font-size: 16px;
|
|
11753
11834
|
}
|
|
11754
|
-
#scout .tooltip-status:hover::before,
|
|
11755
11835
|
#scout .info-status:hover::before {
|
|
11756
11836
|
background-color: rgba(255, 255, 255, 0.12);
|
|
11757
11837
|
color: #BFC2C3;
|
|
11758
11838
|
}
|
|
11759
|
-
#scout .tooltip-status:active::before,
|
|
11760
11839
|
#scout .info-status:active::before,
|
|
11761
|
-
#scout .tooltip-status.selected::before,
|
|
11762
11840
|
#scout .info-status.selected::before {
|
|
11763
11841
|
background-color: rgba(255, 255, 255, 0.18);
|
|
11764
11842
|
color: #BFC2C3;
|
|
@@ -11834,17 +11912,17 @@ Try these to switch between fonts:
|
|
|
11834
11912
|
#scout .chooser-popup {
|
|
11835
11913
|
position: absolute;
|
|
11836
11914
|
overflow: hidden;
|
|
11837
|
-
background-color: #
|
|
11915
|
+
background-color: #3B494F;
|
|
11838
11916
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
11839
11917
|
border-radius: 3px;
|
|
11840
11918
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
11841
11919
|
margin: 5px;
|
|
11842
11920
|
}
|
|
11843
11921
|
#scout .chooser-popup.touch {
|
|
11844
|
-
background-color: #
|
|
11922
|
+
background-color: #1F2428;
|
|
11845
11923
|
}
|
|
11846
11924
|
#scout .popup {
|
|
11847
|
-
background-color: #
|
|
11925
|
+
background-color: #2E3C41;
|
|
11848
11926
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
11849
11927
|
border-radius: 12px;
|
|
11850
11928
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -11858,25 +11936,25 @@ Try these to switch between fonts:
|
|
|
11858
11936
|
display: none;
|
|
11859
11937
|
}
|
|
11860
11938
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
11861
|
-
background-color: rgba(
|
|
11939
|
+
background-color: rgba(59, 73, 79, 0.3);
|
|
11862
11940
|
}
|
|
11863
11941
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.scrollbar-thumb-move > .scrollbar-thumb-handle,
|
|
11864
11942
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb:hover > .scrollbar-thumb-handle {
|
|
11865
|
-
background-color: rgba(
|
|
11943
|
+
background-color: rgba(59, 73, 79, 0.45);
|
|
11866
11944
|
}
|
|
11867
11945
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb > .scrollbar-thumb-handle {
|
|
11868
|
-
background-color: rgba(
|
|
11946
|
+
background-color: rgba(59, 73, 79, 0.15);
|
|
11869
11947
|
}
|
|
11870
11948
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb.scrollbar-thumb-move > .scrollbar-thumb-handle,
|
|
11871
11949
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb.scrollbar-thumb:hover > .scrollbar-thumb-handle {
|
|
11872
|
-
background-color: rgba(
|
|
11950
|
+
background-color: rgba(59, 73, 79, 0.15);
|
|
11873
11951
|
}
|
|
11874
11952
|
/*
|
|
11875
11953
|
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11876
11954
|
* All rights reserved. This program and the accompanying materials
|
|
11877
11955
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11878
11956
|
* which accompanies this distribution, and is available at
|
|
11879
|
-
*
|
|
11957
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
11880
11958
|
*
|
|
11881
11959
|
* Contributors:
|
|
11882
11960
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -11952,7 +12030,7 @@ Try these to switch between fonts:
|
|
|
11952
12030
|
position: relative;
|
|
11953
12031
|
height: 22px;
|
|
11954
12032
|
border-radius: 11px;
|
|
11955
|
-
background-color:
|
|
12033
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
11956
12034
|
cursor: pointer;
|
|
11957
12035
|
border: solid 1px #7E8588;
|
|
11958
12036
|
--activated-border-color: #71b0e8;
|
|
@@ -11975,8 +12053,8 @@ Try these to switch between fonts:
|
|
|
11975
12053
|
border-color: var(--activated-border-color);
|
|
11976
12054
|
}
|
|
11977
12055
|
.switch-button.activated:before {
|
|
11978
|
-
background-color: #
|
|
11979
|
-
border-color: #
|
|
12056
|
+
background-color: #1F2428;
|
|
12057
|
+
border-color: #1F2428;
|
|
11980
12058
|
left: calc(100% - 18px);
|
|
11981
12059
|
}
|
|
11982
12060
|
.disabled > .switch-button {
|
|
@@ -11993,8 +12071,8 @@ Try these to switch between fonts:
|
|
|
11993
12071
|
border-color: #7E8588;
|
|
11994
12072
|
}
|
|
11995
12073
|
.disabled > .switch-button.activated::before {
|
|
11996
|
-
background-color: #
|
|
11997
|
-
border-color: #
|
|
12074
|
+
background-color: #1F2428;
|
|
12075
|
+
border-color: #1F2428;
|
|
11998
12076
|
}
|
|
11999
12077
|
/*
|
|
12000
12078
|
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
@@ -12046,6 +12124,13 @@ Try these to switch between fonts:
|
|
|
12046
12124
|
.table.table-row-check > .table-data > .table-row.selected::after {
|
|
12047
12125
|
display: none;
|
|
12048
12126
|
}
|
|
12127
|
+
.table.table-row-check > .table-data > .table-row:hover {
|
|
12128
|
+
background-color: rgba(255, 255, 255, 0.12);
|
|
12129
|
+
}
|
|
12130
|
+
.table.table-row-check > .table-data > .table-row.disabled,
|
|
12131
|
+
.table.table-row-check > .table-data.disabled > .table-row {
|
|
12132
|
+
background-color: transparent;
|
|
12133
|
+
}
|
|
12049
12134
|
.table.table-row-check > .table-data > .table-row.checked,
|
|
12050
12135
|
.table.table-row-check > .table-data > .table-row.checked.selected {
|
|
12051
12136
|
/* Mark checked rows with a background color */
|
|
@@ -12053,7 +12138,17 @@ Try these to switch between fonts:
|
|
|
12053
12138
|
}
|
|
12054
12139
|
.table.table-row-check > .table-data > .table-row.checked > .table-cell,
|
|
12055
12140
|
.table.table-row-check > .table-data > .table-row.checked.selected > .table-cell {
|
|
12056
|
-
color: #
|
|
12141
|
+
color: #0E1316;
|
|
12142
|
+
}
|
|
12143
|
+
.table.table-row-check > .table-data > .table-row.checked:hover,
|
|
12144
|
+
.table.table-row-check > .table-data > .table-row.checked.selected:hover {
|
|
12145
|
+
background-color: #94c4ee;
|
|
12146
|
+
}
|
|
12147
|
+
.table.table-row-check > .table-data > .table-row.disabled.checked,
|
|
12148
|
+
.table.table-row-check > .table-data.disabled > .table-row.checked,
|
|
12149
|
+
.table.table-row-check > .table-data > .table-row.disabled.checked.selected,
|
|
12150
|
+
.table.table-row-check > .table-data.disabled > .table-row.checked.selected {
|
|
12151
|
+
background-color: #7E8588;
|
|
12057
12152
|
}
|
|
12058
12153
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected,
|
|
12059
12154
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected {
|
|
@@ -12061,10 +12156,10 @@ Try these to switch between fonts:
|
|
|
12061
12156
|
}
|
|
12062
12157
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected.checked,
|
|
12063
12158
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected.checked {
|
|
12064
|
-
background-color: #
|
|
12159
|
+
background-color: #94c4ee;
|
|
12065
12160
|
}
|
|
12066
12161
|
.table.structured .table-row:not(.leaf) {
|
|
12067
|
-
background-color: #
|
|
12162
|
+
background-color: #1F2428;
|
|
12068
12163
|
font-weight: bold;
|
|
12069
12164
|
}
|
|
12070
12165
|
.table > .tile-accordion {
|
|
@@ -12083,7 +12178,7 @@ Try these to switch between fonts:
|
|
|
12083
12178
|
padding-bottom: 6px;
|
|
12084
12179
|
}
|
|
12085
12180
|
.table.dimmed-background {
|
|
12086
|
-
background-color: #
|
|
12181
|
+
background-color: #1F2428;
|
|
12087
12182
|
}
|
|
12088
12183
|
.table.dimmed-background > .menubar {
|
|
12089
12184
|
background-color: inherit;
|
|
@@ -12271,7 +12366,7 @@ Try these to switch between fonts:
|
|
|
12271
12366
|
color: #E9EBEB;
|
|
12272
12367
|
}
|
|
12273
12368
|
.table-row.checked > .table-cell {
|
|
12274
|
-
color: #
|
|
12369
|
+
color: #0E1316;
|
|
12275
12370
|
}
|
|
12276
12371
|
.table-cell.empty,
|
|
12277
12372
|
.table-cell.icon-only {
|
|
@@ -12314,7 +12409,7 @@ Try these to switch between fonts:
|
|
|
12314
12409
|
left: 0;
|
|
12315
12410
|
padding: var(--table-row-padding-y) 8px var(--table-row-padding-y) 13px;
|
|
12316
12411
|
cursor: pointer;
|
|
12317
|
-
line-height:
|
|
12412
|
+
line-height: 15px;
|
|
12318
12413
|
/* Necessary to align with the text, depends on the used font size */
|
|
12319
12414
|
}
|
|
12320
12415
|
.table-cell.table-node > .table-row-control::before {
|
|
@@ -12358,6 +12453,7 @@ Try these to switch between fonts:
|
|
|
12358
12453
|
cursor: default;
|
|
12359
12454
|
}
|
|
12360
12455
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box {
|
|
12456
|
+
cursor: default;
|
|
12361
12457
|
border-color: rgba(255, 255, 255, 0.12);
|
|
12362
12458
|
}
|
|
12363
12459
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box.checked {
|
|
@@ -12386,6 +12482,9 @@ Try these to switch between fonts:
|
|
|
12386
12482
|
}
|
|
12387
12483
|
.font-icon.table-cell-icon {
|
|
12388
12484
|
color: #E9EBEB;
|
|
12485
|
+
font-size: 14px;
|
|
12486
|
+
line-height: 15px;
|
|
12487
|
+
vertical-align: top;
|
|
12389
12488
|
}
|
|
12390
12489
|
.disabled .font-icon.table-cell-icon {
|
|
12391
12490
|
color: #7E8588;
|
|
@@ -12398,23 +12497,21 @@ Try these to switch between fonts:
|
|
|
12398
12497
|
margin-right: 8px;
|
|
12399
12498
|
}
|
|
12400
12499
|
.table-row.checked > .table-cell > .table-cell-icon {
|
|
12401
|
-
color: #
|
|
12500
|
+
color: #0E1316;
|
|
12402
12501
|
}
|
|
12403
12502
|
.table-aggregate {
|
|
12404
12503
|
overflow: hidden;
|
|
12405
12504
|
padding-left: var(--table-row-margin-x);
|
|
12406
12505
|
padding-right: var(--table-row-margin-x);
|
|
12506
|
+
font-size: 12px;
|
|
12407
12507
|
}
|
|
12408
12508
|
.table-aggregate > .table-cell {
|
|
12409
12509
|
padding: var(--table-row-padding-y) 10px 0 10px;
|
|
12410
12510
|
border-bottom: 0;
|
|
12411
12511
|
height: 100%;
|
|
12412
12512
|
}
|
|
12413
|
-
.table-aggregate > .table-cell > .font-icon {
|
|
12414
|
-
margin-top: 1px;
|
|
12415
|
-
}
|
|
12416
12513
|
.table-aggregate-row {
|
|
12417
|
-
background-color: #
|
|
12514
|
+
background-color: #1F2428;
|
|
12418
12515
|
min-width: 100%;
|
|
12419
12516
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
12420
12517
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -12451,10 +12548,15 @@ Try these to switch between fonts:
|
|
|
12451
12548
|
display: inline-block;
|
|
12452
12549
|
color: #E9EBEB;
|
|
12453
12550
|
vertical-align: middle;
|
|
12551
|
+
line-height: 14px;
|
|
12454
12552
|
}
|
|
12455
12553
|
.table-aggregate-cell.sum > .table-cell-icon,
|
|
12456
12554
|
.table-aggregate-cell.avg > .table-cell-icon {
|
|
12457
|
-
font-size:
|
|
12555
|
+
font-size: 13px;
|
|
12556
|
+
}
|
|
12557
|
+
.table-aggregate-cell.min > .table-cell-icon,
|
|
12558
|
+
.table-aggregate-cell.max > .table-cell-icon {
|
|
12559
|
+
font-size: 15px;
|
|
12458
12560
|
}
|
|
12459
12561
|
.table-aggregate-cell.selection,
|
|
12460
12562
|
.table-aggregate-cell.selection > .table-cell-icon {
|
|
@@ -12467,16 +12569,16 @@ Try these to switch between fonts:
|
|
|
12467
12569
|
background-color: rgba(21, 97, 167, 0.4);
|
|
12468
12570
|
}
|
|
12469
12571
|
.column-background-effect-gradient1-start {
|
|
12470
|
-
background-color: #
|
|
12572
|
+
background-color: #5a3437;
|
|
12471
12573
|
}
|
|
12472
12574
|
.column-background-effect-gradient1-end {
|
|
12473
|
-
background-color: #
|
|
12575
|
+
background-color: #1e544e;
|
|
12474
12576
|
}
|
|
12475
12577
|
.column-background-effect-gradient2-start {
|
|
12476
|
-
background-color: #
|
|
12578
|
+
background-color: #1e544e;
|
|
12477
12579
|
}
|
|
12478
12580
|
.column-background-effect-gradient2-end {
|
|
12479
|
-
background-color: #
|
|
12581
|
+
background-color: #5a3437;
|
|
12480
12582
|
}
|
|
12481
12583
|
/* key box */
|
|
12482
12584
|
.table-row > .key-box {
|
|
@@ -12603,7 +12705,7 @@ Try these to switch between fonts:
|
|
|
12603
12705
|
width: 100%;
|
|
12604
12706
|
white-space: nowrap;
|
|
12605
12707
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
12606
|
-
background-color: #
|
|
12708
|
+
background-color: #252F34;
|
|
12607
12709
|
}
|
|
12608
12710
|
.table-control-resize {
|
|
12609
12711
|
position: absolute;
|
|
@@ -12618,7 +12720,7 @@ Try these to switch between fonts:
|
|
|
12618
12720
|
position: absolute;
|
|
12619
12721
|
overflow: hidden;
|
|
12620
12722
|
outline: none;
|
|
12621
|
-
background-color: #
|
|
12723
|
+
background-color: #252F34;
|
|
12622
12724
|
bottom: 64px;
|
|
12623
12725
|
width: 100%;
|
|
12624
12726
|
/* Default value for TableControl.js */
|
|
@@ -12639,7 +12741,7 @@ Try these to switch between fonts:
|
|
|
12639
12741
|
width: 100%;
|
|
12640
12742
|
}
|
|
12641
12743
|
.table-control-content > .form {
|
|
12642
|
-
background-color: #
|
|
12744
|
+
background-color: #252F34;
|
|
12643
12745
|
}
|
|
12644
12746
|
.table-control-content > .form > .root-group-box > .group-box-body {
|
|
12645
12747
|
/* to make sure fields are not drawn over the menubar when making table control container very small */
|
|
@@ -12812,7 +12914,7 @@ Try these to switch between fonts:
|
|
|
12812
12914
|
position: relative;
|
|
12813
12915
|
white-space: nowrap;
|
|
12814
12916
|
overflow: hidden;
|
|
12815
|
-
background-color: #
|
|
12917
|
+
background-color: #1F2428;
|
|
12816
12918
|
border-bottom: 2px solid rgba(255, 255, 255, 0.12);
|
|
12817
12919
|
z-index: 0;
|
|
12818
12920
|
/* begin new stacking context */
|
|
@@ -12957,6 +13059,7 @@ Try these to switch between fonts:
|
|
|
12957
13059
|
overflow: hidden;
|
|
12958
13060
|
text-overflow: ellipsis;
|
|
12959
13061
|
white-space: nowrap;
|
|
13062
|
+
margin-top: 1px;
|
|
12960
13063
|
}
|
|
12961
13064
|
.table-header-item-state {
|
|
12962
13065
|
position: absolute;
|
|
@@ -13033,7 +13136,7 @@ Try these to switch between fonts:
|
|
|
13033
13136
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
13034
13137
|
*/
|
|
13035
13138
|
.table-header-menu {
|
|
13036
|
-
background-color: #
|
|
13139
|
+
background-color: #3B494F;
|
|
13037
13140
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13038
13141
|
border-radius: 8px;
|
|
13039
13142
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13075,6 +13178,9 @@ Try these to switch between fonts:
|
|
|
13075
13178
|
vertical-align: top;
|
|
13076
13179
|
padding: 16px;
|
|
13077
13180
|
}
|
|
13181
|
+
.table-header-menu-actions > .table-header-menu-group > .table-header-menu-group-text {
|
|
13182
|
+
width: calc(100% + 12px);
|
|
13183
|
+
}
|
|
13078
13184
|
.table-header-menu-filters {
|
|
13079
13185
|
display: inline-block;
|
|
13080
13186
|
vertical-align: top;
|
|
@@ -13216,10 +13322,10 @@ Try these to switch between fonts:
|
|
|
13216
13322
|
content: '\E038';
|
|
13217
13323
|
}
|
|
13218
13324
|
.table-header-menu-command.color-gradient1 {
|
|
13219
|
-
background-image: linear-gradient(to right, #
|
|
13325
|
+
background-image: linear-gradient(to right, #5a3437, #1e544e);
|
|
13220
13326
|
}
|
|
13221
13327
|
.table-header-menu-command.color-gradient2 {
|
|
13222
|
-
background-image: linear-gradient(to right, #
|
|
13328
|
+
background-image: linear-gradient(to right, #1e544e, #5a3437);
|
|
13223
13329
|
}
|
|
13224
13330
|
.table-header-menu-command.color-bar-chart {
|
|
13225
13331
|
background-image: linear-gradient(to right, rgba(21, 97, 167, 0.4) 0, rgba(21, 97, 167, 0.4) 65%, #fff 65%, #fff 100%);
|
|
@@ -13246,11 +13352,11 @@ Try these to switch between fonts:
|
|
|
13246
13352
|
}
|
|
13247
13353
|
.table-header-menu-filter-table.table-row-check > .table-data {
|
|
13248
13354
|
margin-top: 0;
|
|
13249
|
-
padding: 3px
|
|
13355
|
+
padding: 3px;
|
|
13250
13356
|
}
|
|
13251
13357
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row {
|
|
13252
13358
|
border-radius: 3px;
|
|
13253
|
-
margin-bottom:
|
|
13359
|
+
margin-bottom: 2px;
|
|
13254
13360
|
}
|
|
13255
13361
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row.last {
|
|
13256
13362
|
margin-bottom: 0;
|
|
@@ -13587,7 +13693,7 @@ Try these to switch between fonts:
|
|
|
13587
13693
|
padding: 5px 4px 8px 8px;
|
|
13588
13694
|
max-width: 250px;
|
|
13589
13695
|
overflow: hidden;
|
|
13590
|
-
background-color: #
|
|
13696
|
+
background-color: #3B494F;
|
|
13591
13697
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13592
13698
|
border-radius: 3px;
|
|
13593
13699
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13632,7 +13738,7 @@ Try these to switch between fonts:
|
|
|
13632
13738
|
*/
|
|
13633
13739
|
.time-picker-popup {
|
|
13634
13740
|
position: absolute;
|
|
13635
|
-
background-color: #
|
|
13741
|
+
background-color: #3B494F;
|
|
13636
13742
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13637
13743
|
border-radius: 3px;
|
|
13638
13744
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13749,11 +13855,11 @@ Try these to switch between fonts:
|
|
|
13749
13855
|
background-color: rgba(255, 255, 255, 0.18);
|
|
13750
13856
|
}
|
|
13751
13857
|
.day-table > .hour-row > .minutes.selected {
|
|
13752
|
-
color: #
|
|
13858
|
+
color: #0E1316;
|
|
13753
13859
|
background-color: #71b0e8;
|
|
13754
13860
|
}
|
|
13755
13861
|
.day-table > .hour-row > .minutes.selected.now > .text {
|
|
13756
|
-
border-color: #
|
|
13862
|
+
border-color: #0E1316;
|
|
13757
13863
|
}
|
|
13758
13864
|
/*
|
|
13759
13865
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
@@ -13767,7 +13873,7 @@ Try these to switch between fonts:
|
|
|
13767
13873
|
*/
|
|
13768
13874
|
.tooltip {
|
|
13769
13875
|
position: absolute;
|
|
13770
|
-
background-color: #
|
|
13876
|
+
background-color: #3B494F;
|
|
13771
13877
|
border-radius: 3px;
|
|
13772
13878
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13773
13879
|
color: #BFC2C3;
|
|
@@ -13821,16 +13927,16 @@ Try these to switch between fonts:
|
|
|
13821
13927
|
padding-left: 5px;
|
|
13822
13928
|
}
|
|
13823
13929
|
.ok > .tooltip-menus > .menu-item {
|
|
13824
|
-
color: #
|
|
13930
|
+
color: #0E1316;
|
|
13825
13931
|
}
|
|
13826
13932
|
.info > .tooltip-menus > .menu-item {
|
|
13827
13933
|
color: #E9EBEB;
|
|
13828
13934
|
}
|
|
13829
13935
|
.warning > .tooltip-menus > .menu-item {
|
|
13830
|
-
color: #
|
|
13936
|
+
color: #0E1316;
|
|
13831
13937
|
}
|
|
13832
13938
|
.error > .tooltip-menus > .menu-item {
|
|
13833
|
-
color: #
|
|
13939
|
+
color: #0E1316;
|
|
13834
13940
|
}
|
|
13835
13941
|
.tooltip-arrow {
|
|
13836
13942
|
position: absolute;
|
|
@@ -13850,7 +13956,7 @@ Try these to switch between fonts:
|
|
|
13850
13956
|
.tooltip.error {
|
|
13851
13957
|
background-color: #FF8888;
|
|
13852
13958
|
border-width: 0;
|
|
13853
|
-
color: #
|
|
13959
|
+
color: #0E1316;
|
|
13854
13960
|
}
|
|
13855
13961
|
.tooltip.error > .tooltip-arrow {
|
|
13856
13962
|
background-color: #FF8888;
|
|
@@ -13858,7 +13964,7 @@ Try these to switch between fonts:
|
|
|
13858
13964
|
.tooltip.warning {
|
|
13859
13965
|
background-color: #FFBE6B;
|
|
13860
13966
|
border-width: 0;
|
|
13861
|
-
color: #
|
|
13967
|
+
color: #0E1316;
|
|
13862
13968
|
}
|
|
13863
13969
|
.tooltip.warning > .tooltip-arrow {
|
|
13864
13970
|
background-color: #FFBE6B;
|
|
@@ -13866,7 +13972,7 @@ Try these to switch between fonts:
|
|
|
13866
13972
|
.tooltip.ok {
|
|
13867
13973
|
background-color: #62e7ce;
|
|
13868
13974
|
border-width: 0;
|
|
13869
|
-
color: #
|
|
13975
|
+
color: #0E1316;
|
|
13870
13976
|
}
|
|
13871
13977
|
.tooltip.ok > .tooltip-arrow {
|
|
13872
13978
|
background-color: #62e7ce;
|
|
@@ -13899,7 +14005,7 @@ Try these to switch between fonts:
|
|
|
13899
14005
|
* All rights reserved. This program and the accompanying materials
|
|
13900
14006
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
13901
14007
|
* which accompanies this distribution, and is available at
|
|
13902
|
-
*
|
|
14008
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
13903
14009
|
*
|
|
13904
14010
|
* Contributors:
|
|
13905
14011
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -13953,6 +14059,12 @@ Try these to switch between fonts:
|
|
|
13953
14059
|
.tree-data.checkable > .animation-wrapper > .tree-node {
|
|
13954
14060
|
cursor: pointer;
|
|
13955
14061
|
}
|
|
14062
|
+
.tree-data.checkable.disabled > .tree-node,
|
|
14063
|
+
.tree-data.checkable.disabled > .animation-wrapper > .tree-node,
|
|
14064
|
+
.tree-data.checkable > .tree-node.disabled,
|
|
14065
|
+
.tree-data.checkable > .animation-wrapper > .tree-node.disabled {
|
|
14066
|
+
cursor: default;
|
|
14067
|
+
}
|
|
13956
14068
|
.navigation-breadcrumb .tree-data {
|
|
13957
14069
|
float: left;
|
|
13958
14070
|
}
|
|
@@ -13986,11 +14098,13 @@ Try these to switch between fonts:
|
|
|
13986
14098
|
/* Tree node is disabled -> use lighter disabled color */
|
|
13987
14099
|
color: #7E8588;
|
|
13988
14100
|
}
|
|
14101
|
+
.disabled > .animation-wrapper > .tree-node,
|
|
13989
14102
|
.disabled > .tree-node {
|
|
13990
14103
|
/* Whole tree is disabled -> use darker disabled color */
|
|
13991
14104
|
color: #7E8588;
|
|
13992
14105
|
}
|
|
13993
|
-
.disabled.read-only > .
|
|
14106
|
+
.disabled.read-only > .animation-wrapper > .tree-node,
|
|
14107
|
+
.disabled.read-only > .tree-node {
|
|
13994
14108
|
color: #E9EBEB;
|
|
13995
14109
|
}
|
|
13996
14110
|
.tree-node > .text {
|
|
@@ -14021,6 +14135,7 @@ Try these to switch between fonts:
|
|
|
14021
14135
|
.tree-node > .icon.font-icon {
|
|
14022
14136
|
/* Necessary to align with the text, depends on the used font size */
|
|
14023
14137
|
line-height: 15px;
|
|
14138
|
+
font-size: 14px;
|
|
14024
14139
|
}
|
|
14025
14140
|
.tree-node-checkbox {
|
|
14026
14141
|
display: block;
|
|
@@ -14044,15 +14159,17 @@ Try these to switch between fonts:
|
|
|
14044
14159
|
width: 10px;
|
|
14045
14160
|
border-radius: 1px;
|
|
14046
14161
|
height: 2px;
|
|
14047
|
-
background-color: #
|
|
14162
|
+
background-color: #0E1316;
|
|
14048
14163
|
}
|
|
14049
14164
|
.tree-node-checkbox > .check-box:not(.checked).children-checked.disabled {
|
|
14165
|
+
cursor: default;
|
|
14050
14166
|
border-color: rgba(255, 255, 255, 0.12);
|
|
14051
14167
|
background-color: #7E8588;
|
|
14052
14168
|
border-color: #7E8588;
|
|
14053
14169
|
}
|
|
14054
14170
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box,
|
|
14055
14171
|
.tree.disabled > .tree-data > .animation-wrapper > .tree-node > .tree-node-checkbox > .check-box {
|
|
14172
|
+
cursor: default;
|
|
14056
14173
|
border-color: rgba(255, 255, 255, 0.12);
|
|
14057
14174
|
}
|
|
14058
14175
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box.checked,
|
|
@@ -14089,7 +14206,7 @@ Try these to switch between fonts:
|
|
|
14089
14206
|
cursor: pointer;
|
|
14090
14207
|
padding: 7px 8px 7px 13px;
|
|
14091
14208
|
height: 100%;
|
|
14092
|
-
line-height:
|
|
14209
|
+
line-height: 15px;
|
|
14093
14210
|
/* Necessary to align with the text, depends on the used font size */
|
|
14094
14211
|
color: inherit;
|
|
14095
14212
|
}
|
|
@@ -14107,13 +14224,12 @@ Try these to switch between fonts:
|
|
|
14107
14224
|
}
|
|
14108
14225
|
.tree-node.lazy > .tree-node-control::before {
|
|
14109
14226
|
font-family: Arial, sans-serif;
|
|
14110
|
-
font-size: 13px;
|
|
14111
14227
|
content: '+';
|
|
14112
14228
|
/* Move to left because '+' sign is not as wide as 'arrow-down' */
|
|
14113
14229
|
margin-left: -2px;
|
|
14114
14230
|
}
|
|
14115
14231
|
.tree-node.expanded > .tree-node-control::before {
|
|
14116
|
-
/* This "imprecise" angle is a
|
|
14232
|
+
/* This "imprecise" angle is a workaround for firefox to prevent shifting the div a little when the animation finishes. */
|
|
14117
14233
|
/* See https://bugzilla.mozilla.org/show_bug.cgi?id=739176 */
|
|
14118
14234
|
-webkit-transform: rotate(89.99deg);
|
|
14119
14235
|
-ms-transform: rotate(89.99deg);
|
|
@@ -14292,7 +14408,7 @@ Try these to switch between fonts:
|
|
|
14292
14408
|
}
|
|
14293
14409
|
/* The default class is added if displayStyle is set to DEFAULT. If it is set to PLAIN no class will be added. */
|
|
14294
14410
|
.default-tile {
|
|
14295
|
-
background-color: #
|
|
14411
|
+
background-color: #252F34;
|
|
14296
14412
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
14297
14413
|
padding: 6px 8px;
|
|
14298
14414
|
}
|
|
@@ -14393,7 +14509,7 @@ Try these to switch between fonts:
|
|
|
14393
14509
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
14394
14510
|
*/
|
|
14395
14511
|
.tile-overview {
|
|
14396
|
-
background-color: #
|
|
14512
|
+
background-color: #1F2428;
|
|
14397
14513
|
position: relative;
|
|
14398
14514
|
height: 100%;
|
|
14399
14515
|
width: 100%;
|
|
@@ -14476,16 +14592,16 @@ Try these to switch between fonts:
|
|
|
14476
14592
|
border: none;
|
|
14477
14593
|
border-radius: 12px;
|
|
14478
14594
|
color: #BFC2C3;
|
|
14479
|
-
--tile-background-color: #
|
|
14595
|
+
--tile-background-color: #252F34;
|
|
14480
14596
|
background-color: var(--tile-background-color);
|
|
14481
14597
|
overflow: hidden;
|
|
14482
14598
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14483
14599
|
}
|
|
14484
14600
|
.tile.dashboard.inverted {
|
|
14485
|
-
box-shadow: 0 0 0 1px #
|
|
14601
|
+
box-shadow: 0 0 0 1px #252F34, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14486
14602
|
}
|
|
14487
14603
|
.tile.dashboard.inverted.color-alternative {
|
|
14488
|
-
box-shadow: 0 0 0 1px #
|
|
14604
|
+
box-shadow: 0 0 0 1px #252F34, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14489
14605
|
}
|
|
14490
14606
|
.dimmed-background .tile.dashboard {
|
|
14491
14607
|
box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
@@ -14629,7 +14745,7 @@ Try these to switch between fonts:
|
|
|
14629
14745
|
animation: fade-out-from-current 0.15s;
|
|
14630
14746
|
}
|
|
14631
14747
|
.tile.dashboard.inverted {
|
|
14632
|
-
--tile-background-color: #
|
|
14748
|
+
--tile-background-color: #252F34;
|
|
14633
14749
|
color: #BFC2C3;
|
|
14634
14750
|
}
|
|
14635
14751
|
.tile.dashboard.inverted.disabled:not(.read-only) {
|
|
@@ -14667,7 +14783,12 @@ Try these to switch between fonts:
|
|
|
14667
14783
|
background-color: rgba(255, 255, 255, 0.18);
|
|
14668
14784
|
}
|
|
14669
14785
|
.tile.dashboard.inverted > .form-field.has-error > .status::before {
|
|
14670
|
-
color: #
|
|
14786
|
+
color: #FF8888;
|
|
14787
|
+
}
|
|
14788
|
+
.tile.dashboard.inverted > .form-field.has-error > .status:hover::before,
|
|
14789
|
+
.tile.dashboard.inverted > .form-field.has-error > .status:active::before,
|
|
14790
|
+
.tile.dashboard.inverted > .form-field.has-error > .status.selected::before {
|
|
14791
|
+
color: #ffbbbb;
|
|
14671
14792
|
}
|
|
14672
14793
|
.tile.dashboard.inverted > .form-field .scrollbar-thumb-handle {
|
|
14673
14794
|
background-color: rgba(255, 255, 255, 0.3);
|
|
@@ -14685,7 +14806,7 @@ Try these to switch between fonts:
|
|
|
14685
14806
|
background-color: rgba(255, 255, 255, 0.15);
|
|
14686
14807
|
}
|
|
14687
14808
|
.tile.dashboard.color-alternative {
|
|
14688
|
-
--tile-background-color: #
|
|
14809
|
+
--tile-background-color: #252F34;
|
|
14689
14810
|
color: #BFC2C3;
|
|
14690
14811
|
}
|
|
14691
14812
|
.tile.dashboard.color-alternative.disabled:not(.read-only) {
|
|
@@ -14707,7 +14828,7 @@ Try these to switch between fonts:
|
|
|
14707
14828
|
color: #b3d5f3;
|
|
14708
14829
|
}
|
|
14709
14830
|
.tile.dashboard.inverted.color-alternative {
|
|
14710
|
-
--tile-background-color: #
|
|
14831
|
+
--tile-background-color: #252F34;
|
|
14711
14832
|
color: #BFC2C3;
|
|
14712
14833
|
}
|
|
14713
14834
|
.tile.dashboard.inverted.color-alternative.disabled:not(.read-only) {
|
|
@@ -14739,14 +14860,14 @@ Try these to switch between fonts:
|
|
|
14739
14860
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14740
14861
|
}
|
|
14741
14862
|
.tile.dashboard.selected.inverted {
|
|
14742
|
-
--tile-background-color: #
|
|
14863
|
+
--tile-background-color: #252f34;
|
|
14743
14864
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14744
14865
|
}
|
|
14745
14866
|
.tile.dashboard.selected.color-alternative {
|
|
14746
14867
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14747
14868
|
}
|
|
14748
14869
|
.tile.dashboard.selected.inverted.color-alternative {
|
|
14749
|
-
--tile-background-color: #
|
|
14870
|
+
--tile-background-color: #252f34;
|
|
14750
14871
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14751
14872
|
}
|
|
14752
14873
|
.dimmed-background .tile.dashboard.selected {
|
|
@@ -14839,7 +14960,7 @@ Try these to switch between fonts:
|
|
|
14839
14960
|
background-color: inherit;
|
|
14840
14961
|
}
|
|
14841
14962
|
.button-tile.dashboard > .tile-button {
|
|
14842
|
-
background-color: #
|
|
14963
|
+
background-color: #252F34;
|
|
14843
14964
|
}
|
|
14844
14965
|
.button-tile.dashboard > .tile-button > .field > .label {
|
|
14845
14966
|
color: #71b0e8;
|
|
@@ -14855,7 +14976,7 @@ Try these to switch between fonts:
|
|
|
14855
14976
|
background-color: rgba(255, 255, 255, 0.18);
|
|
14856
14977
|
}
|
|
14857
14978
|
.button-tile.dashboard.inverted > .tile-button {
|
|
14858
|
-
background-color: #
|
|
14979
|
+
background-color: #252F34;
|
|
14859
14980
|
}
|
|
14860
14981
|
.button-tile.dashboard.inverted > .tile-button > .field > .label {
|
|
14861
14982
|
color: #71b0e8;
|
|
@@ -14873,7 +14994,7 @@ Try these to switch between fonts:
|
|
|
14873
14994
|
border-color: rgba(255, 255, 255, 0.18);
|
|
14874
14995
|
}
|
|
14875
14996
|
.button-tile.dashboard.color-alternative.inverted > .tile-button {
|
|
14876
|
-
background-color: #
|
|
14997
|
+
background-color: #252F34;
|
|
14877
14998
|
}
|
|
14878
14999
|
.button-tile.dashboard.color-alternative.inverted > .tile-button > .field > .label {
|
|
14879
15000
|
color: #71b0e8;
|
|
@@ -14911,11 +15032,11 @@ Try these to switch between fonts:
|
|
|
14911
15032
|
color: #7E8588;
|
|
14912
15033
|
}
|
|
14913
15034
|
/*
|
|
14914
|
-
* Copyright (c) 2010-
|
|
15035
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
14915
15036
|
* All rights reserved. This program and the accompanying materials
|
|
14916
15037
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
14917
15038
|
* which accompanies this distribution, and is available at
|
|
14918
|
-
*
|
|
15039
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
14919
15040
|
*
|
|
14920
15041
|
* Contributors:
|
|
14921
15042
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -14970,6 +15091,30 @@ Try these to switch between fonts:
|
|
|
14970
15091
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item {
|
|
14971
15092
|
color: #BFC2C3;
|
|
14972
15093
|
}
|
|
15094
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted,
|
|
15095
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped,
|
|
15096
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered {
|
|
15097
|
+
padding-right: 7px;
|
|
15098
|
+
}
|
|
15099
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.halign-right,
|
|
15100
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.halign-right,
|
|
15101
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.halign-right,
|
|
15102
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.halign-center,
|
|
15103
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.halign-center,
|
|
15104
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.halign-center {
|
|
15105
|
+
padding-right: 7px;
|
|
15106
|
+
}
|
|
15107
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-left,
|
|
15108
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-left,
|
|
15109
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-left,
|
|
15110
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-center,
|
|
15111
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-center,
|
|
15112
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-center,
|
|
15113
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-right,
|
|
15114
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-right,
|
|
15115
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-right {
|
|
15116
|
+
padding-right: 11px;
|
|
15117
|
+
}
|
|
14973
15118
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item > .table-header-item-state {
|
|
14974
15119
|
display: none;
|
|
14975
15120
|
}
|
|
@@ -14990,7 +15135,7 @@ Try these to switch between fonts:
|
|
|
14990
15135
|
--scroll-shadow-size: 20px;
|
|
14991
15136
|
--scroll-shadow-blur: 15px;
|
|
14992
15137
|
--scroll-shadow-spread: 15px;
|
|
14993
|
-
--scroll-shadow-color: #
|
|
15138
|
+
--scroll-shadow-color: #252F34;
|
|
14994
15139
|
}
|
|
14995
15140
|
.tile.dashboard > .table-field > .table > .table-data > .table-row > .table-cell,
|
|
14996
15141
|
.tile.dashboard > .table-field > .table > .table-data > .table-row > .table-cell > .font-icon {
|
|
@@ -15027,7 +15172,7 @@ Try these to switch between fonts:
|
|
|
15027
15172
|
color: #BFC2C3;
|
|
15028
15173
|
}
|
|
15029
15174
|
.tile.dashboard.inverted > .table-field > .table > .table-data + .scroll-shadow {
|
|
15030
|
-
--scroll-shadow-color: #
|
|
15175
|
+
--scroll-shadow-color: #252F34;
|
|
15031
15176
|
}
|
|
15032
15177
|
.tile.dashboard.inverted > .table-field > .table > .menubar {
|
|
15033
15178
|
border-top-color: rgba(255, 255, 255, 0.25);
|
|
@@ -15063,7 +15208,7 @@ Try these to switch between fonts:
|
|
|
15063
15208
|
color: #BFC2C3;
|
|
15064
15209
|
}
|
|
15065
15210
|
.tile.dashboard.color-alternative.inverted > .table-field > .table > .table-data + .scroll-shadow {
|
|
15066
|
-
--scroll-shadow-color: #
|
|
15211
|
+
--scroll-shadow-color: #252F34;
|
|
15067
15212
|
}
|
|
15068
15213
|
.tile.dashboard.color-alternative.inverted > .table-field > .table > .menubar {
|
|
15069
15214
|
border-top-color: rgba(255, 255, 255, 0.25);
|
|
@@ -15243,7 +15388,7 @@ Try these to switch between fonts:
|
|
|
15243
15388
|
* All rights reserved. This program and the accompanying materials
|
|
15244
15389
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15245
15390
|
* which accompanies this distribution, and is available at
|
|
15246
|
-
*
|
|
15391
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15247
15392
|
*
|
|
15248
15393
|
* Contributors:
|
|
15249
15394
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15257,14 +15402,18 @@ Try these to switch between fonts:
|
|
|
15257
15402
|
}
|
|
15258
15403
|
.login-box-content > form > .button {
|
|
15259
15404
|
margin-top: 16px;
|
|
15405
|
+
margin-bottom: 0;
|
|
15406
|
+
}
|
|
15407
|
+
.login-box-content > form > .message-box {
|
|
15408
|
+
margin: 0 20px 12px 20px;
|
|
15260
15409
|
}
|
|
15261
15410
|
.login-box-content > form > input.alternative:-webkit-autofill {
|
|
15262
15411
|
/* NOSONAR (for some reason, rule "less:overqualified-elements" is illegitimately triggered here)
|
|
15263
15412
|
/* Improve Chrome's auto-fill style by overriding the forced yellow background and black text color. */
|
|
15264
15413
|
/* (Requires some hacks, see http://webagility.com/posts/remove-forced-yellow-input-background-in-chrome) */
|
|
15265
15414
|
border-top-width: 0;
|
|
15266
|
-
padding-top:
|
|
15267
|
-
-webkit-box-shadow: inset 0 0 0 1000px #
|
|
15415
|
+
padding-top: 3px;
|
|
15416
|
+
-webkit-box-shadow: inset 0 0 0 1000px #252F34;
|
|
15268
15417
|
-webkit-text-fill-color: #E9EBEB !important;
|
|
15269
15418
|
/* NOSONAR (!important is okay here) */
|
|
15270
15419
|
}
|
|
@@ -15277,27 +15426,30 @@ Try these to switch between fonts:
|
|
|
15277
15426
|
/* NOSONAR (!important is okay here) */
|
|
15278
15427
|
}
|
|
15279
15428
|
.login-box-content > form > input.alternative:-webkit-autofill::selection {
|
|
15280
|
-
-webkit-text-fill-color: #
|
|
15429
|
+
-webkit-text-fill-color: #0E1316 !important;
|
|
15281
15430
|
/* NOSONAR (!important is okay here) */
|
|
15282
15431
|
}
|
|
15283
15432
|
/*
|
|
15284
15433
|
* Login button is a default button -> styles are defined in main.css.
|
|
15285
15434
|
* Difference to regular default button is the disabled style and the ability to turn red.
|
|
15286
15435
|
*/
|
|
15287
|
-
.login-button.default.login-error {
|
|
15288
|
-
border-color:
|
|
15289
|
-
background-color: #
|
|
15436
|
+
.login-button.default.login-error:not(.disabled) {
|
|
15437
|
+
border-color: transparent;
|
|
15438
|
+
background-color: #FF8888;
|
|
15290
15439
|
}
|
|
15291
|
-
.login-button.default.login-error:hover {
|
|
15292
|
-
background-color: #
|
|
15293
|
-
border-color: #D53F3F;
|
|
15440
|
+
.login-button.default.login-error:not(.disabled):hover {
|
|
15441
|
+
background-color: #ffa7a7;
|
|
15294
15442
|
}
|
|
15295
|
-
.login-button.default.login-error:active {
|
|
15296
|
-
|
|
15297
|
-
|
|
15443
|
+
.login-button.default.login-error:not(.disabled):active {
|
|
15444
|
+
background-color: #ffbbbb;
|
|
15445
|
+
}
|
|
15446
|
+
.login-button.default.login-error:not(.disabled):focus {
|
|
15447
|
+
outline: none;
|
|
15448
|
+
box-shadow: 0 0 0 3px #804444;
|
|
15449
|
+
border-color: #9f5555;
|
|
15298
15450
|
}
|
|
15299
15451
|
.login-button.default.disabled {
|
|
15300
|
-
color: #
|
|
15452
|
+
color: #0E1316;
|
|
15301
15453
|
border-color: #71b0e8;
|
|
15302
15454
|
background-color: #71b0e8;
|
|
15303
15455
|
}
|
|
@@ -15308,7 +15460,7 @@ Try these to switch between fonts:
|
|
|
15308
15460
|
animation: pulsate 2s cubic-bezier(0.5, 0.1, 0.1, 0.5) infinite;
|
|
15309
15461
|
display: inline-block;
|
|
15310
15462
|
border-radius: 50%;
|
|
15311
|
-
border: 1px rgba(
|
|
15463
|
+
border: 1px rgba(14, 19, 22, 0.8) solid;
|
|
15312
15464
|
width: 18px;
|
|
15313
15465
|
height: 18px;
|
|
15314
15466
|
vertical-align: middle;
|
|
@@ -15320,6 +15472,31 @@ Try these to switch between fonts:
|
|
|
15320
15472
|
-o-animation: nop 0.05s;
|
|
15321
15473
|
animation: nop 0.05s;
|
|
15322
15474
|
}
|
|
15475
|
+
@media (max-width: 490px) {
|
|
15476
|
+
.login-box-content > form > .message-box,
|
|
15477
|
+
.login-box-content > form > input,
|
|
15478
|
+
.login-box-content > form > .button {
|
|
15479
|
+
width: 100%;
|
|
15480
|
+
margin-left: 0;
|
|
15481
|
+
margin-right: 0;
|
|
15482
|
+
}
|
|
15483
|
+
}
|
|
15484
|
+
/*
|
|
15485
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15486
|
+
* All rights reserved. This program and the accompanying materials
|
|
15487
|
+
* are made available under the terms of the Eclipse Public License v1.0
|
|
15488
|
+
* which accompanies this distribution, and is available at
|
|
15489
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15490
|
+
*
|
|
15491
|
+
* Contributors:
|
|
15492
|
+
* BSI Business Systems Integration AG - initial API and implementation
|
|
15493
|
+
*/
|
|
15494
|
+
.breadcrumb-bar-field > .field {
|
|
15495
|
+
padding-bottom: 0;
|
|
15496
|
+
}
|
|
15497
|
+
.dense .breadcrumb-bar-field > .field {
|
|
15498
|
+
padding-bottom: 4px;
|
|
15499
|
+
}
|
|
15323
15500
|
/*
|
|
15324
15501
|
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
|
|
15325
15502
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -15335,11 +15512,11 @@ Try these to switch between fonts:
|
|
|
15335
15512
|
white-space: nowrap;
|
|
15336
15513
|
}
|
|
15337
15514
|
/*
|
|
15338
|
-
* Copyright (c) 2010-
|
|
15515
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15339
15516
|
* All rights reserved. This program and the accompanying materials
|
|
15340
15517
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15341
15518
|
* which accompanies this distribution, and is available at
|
|
15342
|
-
*
|
|
15519
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15343
15520
|
*
|
|
15344
15521
|
* Contributors:
|
|
15345
15522
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15351,6 +15528,7 @@ Try these to switch between fonts:
|
|
|
15351
15528
|
height: 100%;
|
|
15352
15529
|
color: #71b0e8;
|
|
15353
15530
|
font-size: 14px;
|
|
15531
|
+
vertical-align: top;
|
|
15354
15532
|
}
|
|
15355
15533
|
.breadcrumb-item.last {
|
|
15356
15534
|
font-weight: bold;
|
|
@@ -15358,9 +15536,6 @@ Try these to switch between fonts:
|
|
|
15358
15536
|
.breadcrumb-item:hover:not(.disabled) {
|
|
15359
15537
|
color: #9dc8ef;
|
|
15360
15538
|
}
|
|
15361
|
-
.breadcrumb-item.first {
|
|
15362
|
-
vertical-align: top;
|
|
15363
|
-
}
|
|
15364
15539
|
.breadcrumb-item:not(.first)::before {
|
|
15365
15540
|
font-family: scoutIcons, Arial, sans-serif;
|
|
15366
15541
|
font-weight: normal;
|