@eclipse-scout/core 22.0.1 → 22.0.11
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 +517 -361
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +300 -144
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +1150 -766
- 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/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 +10 -6
- 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/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 +13 -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 +18 -1
- 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 +17 -17
- 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 +17 -10
- package/src/style/colors.less +11 -3
- package/src/style/fonts.less +10 -1
- package/src/style/mixins.less +16 -12
- package/src/style/sizes-dark.less +4 -1
- package/src/style/sizes.less +17 -9
- package/src/table/Table.js +62 -48
- 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/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/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/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/Tree.js +4 -4
- 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/objects.js +4 -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,7 +773,7 @@ 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
|
}
|
|
@@ -798,7 +799,7 @@ 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
805
|
background-color: #94c4ee;
|
|
@@ -806,12 +807,12 @@ iframe {
|
|
|
806
807
|
}
|
|
807
808
|
.button.default:active,
|
|
808
809
|
.button.default.active {
|
|
809
|
-
color: #
|
|
810
|
+
color: #0E1316;
|
|
810
811
|
background-color: #a6cdf1;
|
|
811
812
|
border-color: #a6cdf1;
|
|
812
813
|
}
|
|
813
814
|
.button.default.selected {
|
|
814
|
-
color: #
|
|
815
|
+
color: #0E1316;
|
|
815
816
|
background-color: #a6cdf1;
|
|
816
817
|
border-color: #a6cdf1;
|
|
817
818
|
}
|
|
@@ -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
|
|
@@ -4121,23 +4138,26 @@ iframe {
|
|
|
4121
4138
|
border-radius: 12px 12px 0 0;
|
|
4122
4139
|
}
|
|
4123
4140
|
.view-tab.selected:not(.in-background) > .edge {
|
|
4124
|
-
--color: #
|
|
4141
|
+
--color: #252F34;
|
|
4125
4142
|
position: absolute;
|
|
4126
4143
|
pointer-events: none;
|
|
4127
4144
|
background-color: transparent;
|
|
4128
|
-
bottom:
|
|
4129
|
-
height:
|
|
4130
|
-
width:
|
|
4131
|
-
box-
|
|
4132
|
-
|
|
4145
|
+
bottom: -5px;
|
|
4146
|
+
height: 12px;
|
|
4147
|
+
width: 12px;
|
|
4148
|
+
box-sizing: content-box;
|
|
4149
|
+
border: 5px solid var(--color);
|
|
4150
|
+
border-top: none;
|
|
4133
4151
|
}
|
|
4134
4152
|
.view-tab.selected:not(.in-background) > .edge.left {
|
|
4135
|
-
left: -
|
|
4136
|
-
border-bottom-right-radius:
|
|
4153
|
+
left: -12px;
|
|
4154
|
+
border-bottom-right-radius: 17px;
|
|
4155
|
+
border-left: none;
|
|
4137
4156
|
}
|
|
4138
4157
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4139
|
-
right: -
|
|
4140
|
-
border-bottom-left-radius:
|
|
4158
|
+
right: -12px;
|
|
4159
|
+
border-bottom-left-radius: 17px;
|
|
4160
|
+
border-right: none;
|
|
4141
4161
|
}
|
|
4142
4162
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4143
4163
|
z-index: 1;
|
|
@@ -4153,14 +4173,12 @@ iframe {
|
|
|
4153
4173
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.left,
|
|
4154
4174
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.left {
|
|
4155
4175
|
visibility: hidden;
|
|
4156
|
-
|
|
4157
|
-
animation: show-view-tab-left-edge 200ms ease-out 0s forwards;
|
|
4176
|
+
animation: show-view-tab-left-edge 40ms ease-out 160ms forwards;
|
|
4158
4177
|
}
|
|
4159
4178
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.right,
|
|
4160
4179
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.right {
|
|
4161
4180
|
visibility: hidden;
|
|
4162
|
-
|
|
4163
|
-
animation: show-view-tab-right-edge 200ms ease-out 0s forwards;
|
|
4181
|
+
animation: show-view-tab-right-edge 40ms ease-out 160ms forwards;
|
|
4164
4182
|
}
|
|
4165
4183
|
.view-button-tab {
|
|
4166
4184
|
display: flex;
|
|
@@ -4174,11 +4192,11 @@ iframe {
|
|
|
4174
4192
|
background-color: rgba(255, 255, 255, 0.12);
|
|
4175
4193
|
}
|
|
4176
4194
|
.view-button-tab.selected {
|
|
4177
|
-
background-color: #
|
|
4195
|
+
background-color: #252F34;
|
|
4178
4196
|
color: #71b0e8;
|
|
4179
4197
|
}
|
|
4180
4198
|
.view-button-tab.selected.in-background {
|
|
4181
|
-
background-color: #
|
|
4199
|
+
background-color: #1F2428;
|
|
4182
4200
|
}
|
|
4183
4201
|
.view-button-tab.selected:not(.in-background) {
|
|
4184
4202
|
width: 100%;
|
|
@@ -4201,15 +4219,21 @@ iframe {
|
|
|
4201
4219
|
font-size: 20px;
|
|
4202
4220
|
}
|
|
4203
4221
|
@keyframes show-view-tab-left-edge {
|
|
4204
|
-
|
|
4222
|
+
0% {
|
|
4205
4223
|
visibility: visible;
|
|
4206
|
-
|
|
4224
|
+
left: -5px;
|
|
4225
|
+
}
|
|
4226
|
+
100% {
|
|
4227
|
+
left: -12px;
|
|
4207
4228
|
}
|
|
4208
4229
|
}
|
|
4209
4230
|
@keyframes show-view-tab-right-edge {
|
|
4210
|
-
|
|
4231
|
+
0% {
|
|
4211
4232
|
visibility: visible;
|
|
4212
|
-
|
|
4233
|
+
right: -5px;
|
|
4234
|
+
}
|
|
4235
|
+
100% {
|
|
4236
|
+
right: -12px;
|
|
4213
4237
|
}
|
|
4214
4238
|
}
|
|
4215
4239
|
/*
|
|
@@ -4234,11 +4258,11 @@ iframe {
|
|
|
4234
4258
|
/* necessary if it is in the header to make rounded corner overlap into tab area */
|
|
4235
4259
|
position: relative;
|
|
4236
4260
|
/* if covered by glass pane */
|
|
4237
|
-
background-color: #
|
|
4261
|
+
background-color: #0E1316;
|
|
4238
4262
|
color: #E9EBEB;
|
|
4239
4263
|
}
|
|
4240
4264
|
/*
|
|
4241
|
-
* Copyright (c)
|
|
4265
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4242
4266
|
* All rights reserved. This program and the accompanying materials
|
|
4243
4267
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4244
4268
|
* which accompanies this distribution, and is available at
|
|
@@ -4258,12 +4282,12 @@ iframe {
|
|
|
4258
4282
|
align-items: center;
|
|
4259
4283
|
justify-content: center;
|
|
4260
4284
|
background-color: transparent;
|
|
4285
|
+
cursor: pointer;
|
|
4261
4286
|
}
|
|
4262
4287
|
.view-menu-tab > .view-button:hover,
|
|
4263
4288
|
.view-menu-tab > .view-menu:hover {
|
|
4264
4289
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4265
4290
|
color: inherit;
|
|
4266
|
-
cursor: pointer;
|
|
4267
4291
|
}
|
|
4268
4292
|
.view-menu-tab > .view-button.disabled,
|
|
4269
4293
|
.view-menu-tab > .view-menu.disabled {
|
|
@@ -4301,7 +4325,7 @@ iframe {
|
|
|
4301
4325
|
content: '';
|
|
4302
4326
|
position: absolute;
|
|
4303
4327
|
height: 100%;
|
|
4304
|
-
border-left: 1px solid #
|
|
4328
|
+
border-left: 1px solid #0E1316;
|
|
4305
4329
|
left: 0;
|
|
4306
4330
|
}
|
|
4307
4331
|
.selected-button-invisible.view-menu-tab > .view-menu::before {
|
|
@@ -4323,7 +4347,7 @@ iframe {
|
|
|
4323
4347
|
}
|
|
4324
4348
|
.view-menu-tab.selected {
|
|
4325
4349
|
color: #71b0e8;
|
|
4326
|
-
background-color: #
|
|
4350
|
+
background-color: #252F34;
|
|
4327
4351
|
}
|
|
4328
4352
|
.view-menu-tab.selected > .view-button.selected,
|
|
4329
4353
|
.view-menu-tab.selected > .view-menu.selected,
|
|
@@ -4358,7 +4382,7 @@ iframe {
|
|
|
4358
4382
|
border-color: rgba(255, 255, 255, 0.12);
|
|
4359
4383
|
}
|
|
4360
4384
|
.view-menu-tab.selected.in-background {
|
|
4361
|
-
background-color: #
|
|
4385
|
+
background-color: #1F2428;
|
|
4362
4386
|
}
|
|
4363
4387
|
.view-menu-tab.selected.in-background > .view-menu > .icon {
|
|
4364
4388
|
padding-top: 2px;
|
|
@@ -4372,6 +4396,7 @@ iframe {
|
|
|
4372
4396
|
.view-menu-tab.selected:not(.in-background) > .view-button {
|
|
4373
4397
|
padding-left: 6px;
|
|
4374
4398
|
width: 56px;
|
|
4399
|
+
cursor: default;
|
|
4375
4400
|
}
|
|
4376
4401
|
.selected-button-invisible.view-menu-tab.selected:not(.in-background) > .view-menu {
|
|
4377
4402
|
width: 50px;
|
|
@@ -4406,7 +4431,7 @@ iframe {
|
|
|
4406
4431
|
align-items: center;
|
|
4407
4432
|
text-align: center;
|
|
4408
4433
|
color: #71b0e8;
|
|
4409
|
-
background-color: #
|
|
4434
|
+
background-color: #252F34;
|
|
4410
4435
|
border-radius: 12px;
|
|
4411
4436
|
border: 2px solid transparent;
|
|
4412
4437
|
padding: 12px 6px 0 6px;
|
|
@@ -4445,14 +4470,14 @@ iframe {
|
|
|
4445
4470
|
cursor: default;
|
|
4446
4471
|
}
|
|
4447
4472
|
.view-menu-tile.disabled:hover {
|
|
4448
|
-
background-color: #
|
|
4473
|
+
background-color: #252F34;
|
|
4449
4474
|
}
|
|
4450
4475
|
/*
|
|
4451
|
-
* Copyright (c) 2010-
|
|
4476
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4452
4477
|
* All rights reserved. This program and the accompanying materials
|
|
4453
4478
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4454
4479
|
* which accompanies this distribution, and is available at
|
|
4455
|
-
*
|
|
4480
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
4456
4481
|
*
|
|
4457
4482
|
* Contributors:
|
|
4458
4483
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -4462,7 +4487,7 @@ iframe {
|
|
|
4462
4487
|
top: 25%;
|
|
4463
4488
|
left: 50%;
|
|
4464
4489
|
width: 473px;
|
|
4465
|
-
background-color: #
|
|
4490
|
+
background-color: #3B494F;
|
|
4466
4491
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4467
4492
|
border-radius: 8px;
|
|
4468
4493
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -4486,7 +4511,7 @@ iframe {
|
|
|
4486
4511
|
border-color: rgba(255, 255, 255, 0.12);
|
|
4487
4512
|
}
|
|
4488
4513
|
.file-chooser > .box-buttons > .box-button.default {
|
|
4489
|
-
color: #
|
|
4514
|
+
color: #0E1316;
|
|
4490
4515
|
background-color: #71b0e8;
|
|
4491
4516
|
}
|
|
4492
4517
|
.file-chooser > .box-buttons > .box-button.default:hover {
|
|
@@ -4607,16 +4632,21 @@ iframe {
|
|
|
4607
4632
|
}
|
|
4608
4633
|
@media (max-width: 473px) {
|
|
4609
4634
|
.file-chooser {
|
|
4610
|
-
/* reduce message box width on small screens */
|
|
4611
|
-
max-width: 330px;
|
|
4612
|
-
/* no need to have a margin on small screens */
|
|
4613
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 */
|
|
4614
4641
|
}
|
|
4615
4642
|
.file-chooser > .box-buttons > .box-button {
|
|
4616
4643
|
margin-right: 4px;
|
|
4617
4644
|
min-width: 70px;
|
|
4618
4645
|
/* less min width for buttons on small screens */
|
|
4619
4646
|
}
|
|
4647
|
+
.file-chooser > .box-buttons > .box-button:last-child {
|
|
4648
|
+
margin-right: 0;
|
|
4649
|
+
}
|
|
4620
4650
|
}
|
|
4621
4651
|
/*
|
|
4622
4652
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -4649,7 +4679,7 @@ iframe {
|
|
|
4649
4679
|
padding-bottom: 0;
|
|
4650
4680
|
}
|
|
4651
4681
|
.file-input.has-error:not(.disabled):not(.alternative):active {
|
|
4652
|
-
background-color: #
|
|
4682
|
+
background-color: #252F34;
|
|
4653
4683
|
}
|
|
4654
4684
|
.file-input.has-error.alternative:not(.disabled):active {
|
|
4655
4685
|
border-bottom-color: #FF8888;
|
|
@@ -4681,7 +4711,7 @@ iframe {
|
|
|
4681
4711
|
position: relative;
|
|
4682
4712
|
}
|
|
4683
4713
|
.form.dimmed-background {
|
|
4684
|
-
background-color: #
|
|
4714
|
+
background-color: #1F2428;
|
|
4685
4715
|
}
|
|
4686
4716
|
.form.dimmed-background > .root-group-box > .menubar {
|
|
4687
4717
|
background-color: inherit;
|
|
@@ -4694,7 +4724,7 @@ iframe {
|
|
|
4694
4724
|
}
|
|
4695
4725
|
.dialog {
|
|
4696
4726
|
position: absolute;
|
|
4697
|
-
background-color: #
|
|
4727
|
+
background-color: #2E3C41;
|
|
4698
4728
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
4699
4729
|
border-radius: 12px;
|
|
4700
4730
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -4801,6 +4831,7 @@ iframe {
|
|
|
4801
4831
|
white-space: nowrap;
|
|
4802
4832
|
font-size: 16px;
|
|
4803
4833
|
color: #E9EBEB;
|
|
4834
|
+
margin-top: 1px;
|
|
4804
4835
|
}
|
|
4805
4836
|
.form > .header > .sub-title {
|
|
4806
4837
|
overflow: hidden;
|
|
@@ -5156,11 +5187,11 @@ iframe {
|
|
|
5156
5187
|
position: absolute;
|
|
5157
5188
|
}
|
|
5158
5189
|
/*
|
|
5159
|
-
* Copyright (c)
|
|
5190
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
5160
5191
|
* All rights reserved. This program and the accompanying materials
|
|
5161
5192
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
5162
5193
|
* which accompanies this distribution, and is available at
|
|
5163
|
-
*
|
|
5194
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
5164
5195
|
*
|
|
5165
5196
|
* Contributors:
|
|
5166
5197
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -5202,6 +5233,34 @@ iframe {
|
|
|
5202
5233
|
top: 0;
|
|
5203
5234
|
height: 100%;
|
|
5204
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
|
+
}
|
|
5205
5264
|
/*
|
|
5206
5265
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
5207
5266
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -5866,7 +5925,7 @@ iframe {
|
|
|
5866
5925
|
background-color: transparent;
|
|
5867
5926
|
}
|
|
5868
5927
|
.date-field > .field > .predict.has-error {
|
|
5869
|
-
background-color: #
|
|
5928
|
+
background-color: #252F34;
|
|
5870
5929
|
}
|
|
5871
5930
|
.date-field > .field > .predict + input {
|
|
5872
5931
|
background-color: transparent;
|
|
@@ -6071,6 +6130,7 @@ iframe {
|
|
|
6071
6130
|
vertical-align: middle;
|
|
6072
6131
|
padding: 12px 0 12px 0;
|
|
6073
6132
|
max-width: 100%;
|
|
6133
|
+
margin-top: 1px;
|
|
6074
6134
|
}
|
|
6075
6135
|
.group-box.has-sub-label > .group-box-header > .title {
|
|
6076
6136
|
padding-bottom: 7px;
|
|
@@ -6251,7 +6311,6 @@ iframe {
|
|
|
6251
6311
|
}
|
|
6252
6312
|
.html-field > .field {
|
|
6253
6313
|
margin-left: 10px;
|
|
6254
|
-
overflow: hidden;
|
|
6255
6314
|
}
|
|
6256
6315
|
.html-field > .field:focus {
|
|
6257
6316
|
outline: none;
|
|
@@ -6588,11 +6647,11 @@ iframe {
|
|
|
6588
6647
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
6589
6648
|
*/
|
|
6590
6649
|
/*
|
|
6591
|
-
* Copyright (c)
|
|
6650
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
6592
6651
|
* All rights reserved. This program and the accompanying materials
|
|
6593
6652
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
6594
6653
|
* which accompanies this distribution, and is available at
|
|
6595
|
-
*
|
|
6654
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
6596
6655
|
*
|
|
6597
6656
|
* Contributors:
|
|
6598
6657
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -6857,7 +6916,7 @@ iframe {
|
|
|
6857
6916
|
.proposal-field-popup {
|
|
6858
6917
|
position: absolute;
|
|
6859
6918
|
overflow: hidden;
|
|
6860
|
-
background-color: #
|
|
6919
|
+
background-color: #3B494F;
|
|
6861
6920
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
6862
6921
|
border-radius: 3px;
|
|
6863
6922
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -6866,7 +6925,7 @@ iframe {
|
|
|
6866
6925
|
.dropdown-field-popup.touch,
|
|
6867
6926
|
.smart-field-popup.touch,
|
|
6868
6927
|
.proposal-field-popup.touch {
|
|
6869
|
-
background-color: #
|
|
6928
|
+
background-color: #1F2428;
|
|
6870
6929
|
}
|
|
6871
6930
|
.proposal-chooser > .active-filter {
|
|
6872
6931
|
position: absolute;
|
|
@@ -6878,7 +6937,7 @@ iframe {
|
|
|
6878
6937
|
.proposal-chooser > .active-filter,
|
|
6879
6938
|
.proposal-chooser > .status {
|
|
6880
6939
|
padding: 0 12px;
|
|
6881
|
-
background-color: #
|
|
6940
|
+
background-color: #1F2428;
|
|
6882
6941
|
border-top: solid 1px rgba(255, 255, 255, 0.12);
|
|
6883
6942
|
height: 30px;
|
|
6884
6943
|
overflow: hidden;
|
|
@@ -6902,15 +6961,26 @@ iframe {
|
|
|
6902
6961
|
.proposal-chooser > .table > .table-data > .table-row.first.selected::after {
|
|
6903
6962
|
top: -1px;
|
|
6904
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
|
+
}
|
|
6905
6970
|
.proposal-chooser > .table > .table-data > .scrollbar.y-axis > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
6906
6971
|
margin-left: 1px;
|
|
6907
6972
|
}
|
|
6908
6973
|
.proposal-chooser > .tree > .tree-data {
|
|
6909
6974
|
padding: 8px 12px;
|
|
6910
6975
|
}
|
|
6911
|
-
.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 {
|
|
6912
6978
|
font-style: italic;
|
|
6913
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
|
+
}
|
|
6914
6984
|
.status > .ellipsis {
|
|
6915
6985
|
padding-left: 3px;
|
|
6916
6986
|
}
|
|
@@ -7229,7 +7299,7 @@ iframe {
|
|
|
7229
7299
|
.tab-box-header > .menubar {
|
|
7230
7300
|
position: absolute;
|
|
7231
7301
|
background-color: inherit;
|
|
7232
|
-
border-bottom
|
|
7302
|
+
border-bottom: none;
|
|
7233
7303
|
}
|
|
7234
7304
|
.tab-box-header > .status {
|
|
7235
7305
|
position: absolute;
|
|
@@ -7392,6 +7462,7 @@ iframe {
|
|
|
7392
7462
|
display: inline-block;
|
|
7393
7463
|
vertical-align: middle;
|
|
7394
7464
|
padding: 12px 0 12px;
|
|
7465
|
+
margin-top: 1px;
|
|
7395
7466
|
}
|
|
7396
7467
|
.tab-area.has-sub-label > .tab-item > .title {
|
|
7397
7468
|
padding-bottom: 7px;
|
|
@@ -7557,7 +7628,7 @@ iframe {
|
|
|
7557
7628
|
.tag-chooser-popup {
|
|
7558
7629
|
position: absolute;
|
|
7559
7630
|
overflow: hidden;
|
|
7560
|
-
background-color: #
|
|
7631
|
+
background-color: #3B494F;
|
|
7561
7632
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
7562
7633
|
border-radius: 3px;
|
|
7563
7634
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -7566,7 +7637,7 @@ iframe {
|
|
|
7566
7637
|
max-width: 250px;
|
|
7567
7638
|
}
|
|
7568
7639
|
.tag-chooser-popup.touch {
|
|
7569
|
-
background-color: #
|
|
7640
|
+
background-color: #1F2428;
|
|
7570
7641
|
}
|
|
7571
7642
|
.tag-chooser-popup > .table > .table-data {
|
|
7572
7643
|
padding: 8px 12px 5px 12px;
|
|
@@ -7624,7 +7695,7 @@ iframe {
|
|
|
7624
7695
|
}
|
|
7625
7696
|
.tag-field > .field.has-error {
|
|
7626
7697
|
border-color: #FF8888;
|
|
7627
|
-
background-color: #
|
|
7698
|
+
background-color: #252F34;
|
|
7628
7699
|
}
|
|
7629
7700
|
.tag-field > .field.has-error:focus,
|
|
7630
7701
|
.tag-field > .field.has-error.focused {
|
|
@@ -7869,7 +7940,7 @@ iframe {
|
|
|
7869
7940
|
border-color: #8ee0cf;
|
|
7870
7941
|
}
|
|
7871
7942
|
.wizard-step.selected > .icon {
|
|
7872
|
-
color: #
|
|
7943
|
+
color: #0E1316;
|
|
7873
7944
|
background-color: #71b0e8;
|
|
7874
7945
|
border-color: #71b0e8;
|
|
7875
7946
|
font-weight: bold;
|
|
@@ -8121,7 +8192,7 @@ iframe {
|
|
|
8121
8192
|
background-color: rgba(255, 255, 255, 0.18);
|
|
8122
8193
|
}
|
|
8123
8194
|
.menu-item.selected {
|
|
8124
|
-
color: #
|
|
8195
|
+
color: #0E1316;
|
|
8125
8196
|
background-color: #71b0e8;
|
|
8126
8197
|
}
|
|
8127
8198
|
.menu-item.selected:hover {
|
|
@@ -8150,7 +8221,7 @@ iframe {
|
|
|
8150
8221
|
background-color: transparent;
|
|
8151
8222
|
}
|
|
8152
8223
|
.menu-item.disabled.selected {
|
|
8153
|
-
color: #
|
|
8224
|
+
color: #0E1316;
|
|
8154
8225
|
background-color: #7E8588;
|
|
8155
8226
|
}
|
|
8156
8227
|
.menu-item.disabled.selected.has-popup {
|
|
@@ -8164,6 +8235,7 @@ iframe {
|
|
|
8164
8235
|
overflow: hidden;
|
|
8165
8236
|
text-overflow: ellipsis;
|
|
8166
8237
|
white-space: nowrap;
|
|
8238
|
+
margin-top: 1px;
|
|
8167
8239
|
}
|
|
8168
8240
|
.menu-item > .font-icon {
|
|
8169
8241
|
font-size: 16px;
|
|
@@ -8250,6 +8322,7 @@ iframe {
|
|
|
8250
8322
|
overflow: hidden;
|
|
8251
8323
|
text-overflow: ellipsis;
|
|
8252
8324
|
white-space: nowrap;
|
|
8325
|
+
margin-top: 1px;
|
|
8253
8326
|
}
|
|
8254
8327
|
.menu-button > .icon {
|
|
8255
8328
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -8301,7 +8374,7 @@ iframe {
|
|
|
8301
8374
|
background-color: rgba(255, 255, 255, 0.18);
|
|
8302
8375
|
}
|
|
8303
8376
|
.menu-button.selected {
|
|
8304
|
-
color: #
|
|
8377
|
+
color: #0E1316;
|
|
8305
8378
|
background-color: #71b0e8;
|
|
8306
8379
|
border-color: #71b0e8;
|
|
8307
8380
|
}
|
|
@@ -8327,7 +8400,7 @@ iframe {
|
|
|
8327
8400
|
background-color: #71b0e8;
|
|
8328
8401
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
8329
8402
|
border-color: #71b0e8;
|
|
8330
|
-
color: #
|
|
8403
|
+
color: #0E1316;
|
|
8331
8404
|
}
|
|
8332
8405
|
.menu-button.default:hover {
|
|
8333
8406
|
background-color: #94c4ee;
|
|
@@ -8335,12 +8408,12 @@ iframe {
|
|
|
8335
8408
|
}
|
|
8336
8409
|
.menu-button.default:active,
|
|
8337
8410
|
.menu-button.default.active {
|
|
8338
|
-
color: #
|
|
8411
|
+
color: #0E1316;
|
|
8339
8412
|
background-color: #a6cdf1;
|
|
8340
8413
|
border-color: #a6cdf1;
|
|
8341
8414
|
}
|
|
8342
8415
|
.menu-button.default.selected {
|
|
8343
|
-
color: #
|
|
8416
|
+
color: #0E1316;
|
|
8344
8417
|
background-color: #a6cdf1;
|
|
8345
8418
|
border-color: #a6cdf1;
|
|
8346
8419
|
}
|
|
@@ -8370,7 +8443,7 @@ iframe {
|
|
|
8370
8443
|
}
|
|
8371
8444
|
.menu-button:disabled.selected,
|
|
8372
8445
|
.menu-button.disabled.selected {
|
|
8373
|
-
color: #
|
|
8446
|
+
color: #0E1316;
|
|
8374
8447
|
background-color: #7E8588;
|
|
8375
8448
|
border-color: #7E8588;
|
|
8376
8449
|
}
|
|
@@ -8428,7 +8501,7 @@ iframe {
|
|
|
8428
8501
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
8429
8502
|
*/
|
|
8430
8503
|
.context-menu-popup {
|
|
8431
|
-
background-color: #
|
|
8504
|
+
background-color: #3B494F;
|
|
8432
8505
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
8433
8506
|
border-radius: 8px;
|
|
8434
8507
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -8461,7 +8534,7 @@ iframe {
|
|
|
8461
8534
|
.context-menu {
|
|
8462
8535
|
position: absolute;
|
|
8463
8536
|
margin: 6px 0;
|
|
8464
|
-
background-color: #
|
|
8537
|
+
background-color: #3B494F;
|
|
8465
8538
|
}
|
|
8466
8539
|
.context-menu > .menu-item {
|
|
8467
8540
|
display: flex;
|
|
@@ -8487,12 +8560,16 @@ iframe {
|
|
|
8487
8560
|
.context-menu > .menu-item.selected {
|
|
8488
8561
|
background-color: rgba(113, 176, 232, 0.09);
|
|
8489
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
|
+
}
|
|
8490
8570
|
.context-menu > .menu-item.selected > .submenu-icon {
|
|
8491
8571
|
transform: none;
|
|
8492
8572
|
}
|
|
8493
|
-
.context-menu > .menu-item.expanded {
|
|
8494
|
-
color: #71b0e8;
|
|
8495
|
-
}
|
|
8496
8573
|
.context-menu > .menu-item.expanded > .submenu-icon {
|
|
8497
8574
|
-webkit-transform: rotateX(180deg) translateY(-1px);
|
|
8498
8575
|
-ms-transform: rotateX(180deg) translateY(-1px);
|
|
@@ -8580,7 +8657,7 @@ iframe {
|
|
|
8580
8657
|
background-color: #71b0e8;
|
|
8581
8658
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
8582
8659
|
border-color: #71b0e8;
|
|
8583
|
-
color: #
|
|
8660
|
+
color: #0E1316;
|
|
8584
8661
|
}
|
|
8585
8662
|
.combo-menu.menu-button.default > .menu-item:hover {
|
|
8586
8663
|
background-color: #94c4ee;
|
|
@@ -8588,12 +8665,12 @@ iframe {
|
|
|
8588
8665
|
}
|
|
8589
8666
|
.combo-menu.menu-button.default > .menu-item:active,
|
|
8590
8667
|
.combo-menu.menu-button.default > .menu-item.active {
|
|
8591
|
-
color: #
|
|
8668
|
+
color: #0E1316;
|
|
8592
8669
|
background-color: #a6cdf1;
|
|
8593
8670
|
border-color: #a6cdf1;
|
|
8594
8671
|
}
|
|
8595
8672
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8596
|
-
color: #
|
|
8673
|
+
color: #0E1316;
|
|
8597
8674
|
background-color: #a6cdf1;
|
|
8598
8675
|
border-color: #a6cdf1;
|
|
8599
8676
|
}
|
|
@@ -8603,7 +8680,7 @@ iframe {
|
|
|
8603
8680
|
border-color: #4598e1;
|
|
8604
8681
|
}
|
|
8605
8682
|
.combo-menu.menu-button.default > .menu-item::before {
|
|
8606
|
-
background-color: #
|
|
8683
|
+
background-color: #0E1316;
|
|
8607
8684
|
}
|
|
8608
8685
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8609
8686
|
background-color: #a6cdf1;
|
|
@@ -8665,7 +8742,7 @@ iframe {
|
|
|
8665
8742
|
background: linear-gradient(180deg, #014786 -145%, #9dc8ef 56%);
|
|
8666
8743
|
}
|
|
8667
8744
|
.profile-menu.menu-item > .icon.font-icon {
|
|
8668
|
-
color: #
|
|
8745
|
+
color: #0E1316;
|
|
8669
8746
|
}
|
|
8670
8747
|
.profile-menu.menu-item > .icon.image-icon {
|
|
8671
8748
|
object-fit: cover;
|
|
@@ -8888,7 +8965,7 @@ iframe {
|
|
|
8888
8965
|
margin: 8px 6px;
|
|
8889
8966
|
}
|
|
8890
8967
|
/*
|
|
8891
|
-
* Copyright (c) 2010-
|
|
8968
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
8892
8969
|
* All rights reserved. This program and the accompanying materials
|
|
8893
8970
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
8894
8971
|
* which accompanies this distribution, and is available at
|
|
@@ -8903,7 +8980,7 @@ iframe {
|
|
|
8903
8980
|
left: 0;
|
|
8904
8981
|
min-width: 200px;
|
|
8905
8982
|
max-width: 473px;
|
|
8906
|
-
background-color: #
|
|
8983
|
+
background-color: #3B494F;
|
|
8907
8984
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
8908
8985
|
border-radius: 8px;
|
|
8909
8986
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -8913,6 +8990,18 @@ iframe {
|
|
|
8913
8990
|
.messagebox.full-height.full-width {
|
|
8914
8991
|
border-radius: 0;
|
|
8915
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
|
+
}
|
|
8916
9005
|
.messagebox.info > .messagebox-content > .messagebox-header {
|
|
8917
9006
|
color: #71b0e8;
|
|
8918
9007
|
}
|
|
@@ -8937,7 +9026,7 @@ iframe {
|
|
|
8937
9026
|
border-color: rgba(255, 255, 255, 0.12);
|
|
8938
9027
|
}
|
|
8939
9028
|
.messagebox.info > .box-buttons > .box-button.default {
|
|
8940
|
-
color: #
|
|
9029
|
+
color: #0E1316;
|
|
8941
9030
|
background-color: #71b0e8;
|
|
8942
9031
|
}
|
|
8943
9032
|
.messagebox.info > .box-buttons > .box-button.default:hover {
|
|
@@ -8983,7 +9072,7 @@ iframe {
|
|
|
8983
9072
|
border-color: rgba(255, 255, 255, 0.12);
|
|
8984
9073
|
}
|
|
8985
9074
|
.messagebox.error > .box-buttons > .box-button.default {
|
|
8986
|
-
color: #
|
|
9075
|
+
color: #0E1316;
|
|
8987
9076
|
background-color: #FF8888;
|
|
8988
9077
|
}
|
|
8989
9078
|
.messagebox.error > .box-buttons > .box-button.default:hover {
|
|
@@ -9029,7 +9118,7 @@ iframe {
|
|
|
9029
9118
|
border-color: rgba(255, 255, 255, 0.12);
|
|
9030
9119
|
}
|
|
9031
9120
|
.messagebox.warning > .box-buttons > .box-button.default {
|
|
9032
|
-
color: #
|
|
9121
|
+
color: #0E1316;
|
|
9033
9122
|
background-color: #FFBE6B;
|
|
9034
9123
|
}
|
|
9035
9124
|
.messagebox.warning > .box-buttons > .box-button.default:hover {
|
|
@@ -9075,7 +9164,7 @@ iframe {
|
|
|
9075
9164
|
border-color: rgba(255, 255, 255, 0.12);
|
|
9076
9165
|
}
|
|
9077
9166
|
.messagebox.ok > .box-buttons > .box-button.default {
|
|
9078
|
-
color: #
|
|
9167
|
+
color: #0E1316;
|
|
9079
9168
|
background-color: #62e7ce;
|
|
9080
9169
|
}
|
|
9081
9170
|
.messagebox.ok > .box-buttons > .box-button.default:hover {
|
|
@@ -9166,7 +9255,7 @@ iframe {
|
|
|
9166
9255
|
text-align: center;
|
|
9167
9256
|
}
|
|
9168
9257
|
.messagebox-header > .messagebox-icon {
|
|
9169
|
-
color: #
|
|
9258
|
+
color: #0E1316;
|
|
9170
9259
|
font-size: 14px;
|
|
9171
9260
|
border-radius: 50%;
|
|
9172
9261
|
}
|
|
@@ -9207,26 +9296,12 @@ iframe {
|
|
|
9207
9296
|
}
|
|
9208
9297
|
@media (max-width: 473px) {
|
|
9209
9298
|
.messagebox {
|
|
9210
|
-
/* reduce message box width on small screens */
|
|
9211
|
-
max-width: 330px;
|
|
9212
9299
|
/* no need to have a margin on small screens */
|
|
9213
9300
|
margin: 0;
|
|
9214
9301
|
}
|
|
9215
|
-
.messagebox > .messagebox-buttons {
|
|
9216
|
-
padding-left: 10px;
|
|
9217
|
-
padding-right: 10px;
|
|
9218
|
-
}
|
|
9219
|
-
.messagebox > .messagebox-buttons > .box-button {
|
|
9220
|
-
min-width: 70px;
|
|
9221
|
-
/* less min width for buttons on small screens */
|
|
9222
|
-
margin-right: 8px;
|
|
9223
|
-
}
|
|
9224
|
-
.messagebox > .messagebox-buttons > .box-button:last-child {
|
|
9225
|
-
margin-right: 0;
|
|
9226
|
-
}
|
|
9227
9302
|
}
|
|
9228
9303
|
/*
|
|
9229
|
-
* Copyright (c) 2010-
|
|
9304
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9230
9305
|
* All rights reserved. This program and the accompanying materials
|
|
9231
9306
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9232
9307
|
* which accompanies this distribution, and is available at
|
|
@@ -9236,10 +9311,13 @@ iframe {
|
|
|
9236
9311
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9237
9312
|
*/
|
|
9238
9313
|
.mode {
|
|
9239
|
-
|
|
9314
|
+
--padding-x: 12px;
|
|
9315
|
+
--padding-y: 6px;
|
|
9316
|
+
--border-width: 1px;
|
|
9317
|
+
border: var(--border-width) solid rgba(255, 255, 255, 0.25);
|
|
9240
9318
|
border-radius: 0;
|
|
9241
9319
|
flex: 1 1 0;
|
|
9242
|
-
padding:
|
|
9320
|
+
padding: var(--padding-y) var(--padding-x);
|
|
9243
9321
|
overflow: hidden;
|
|
9244
9322
|
text-overflow: ellipsis;
|
|
9245
9323
|
}
|
|
@@ -9254,16 +9332,16 @@ iframe {
|
|
|
9254
9332
|
}
|
|
9255
9333
|
.mode:not(.last):not(.selected) {
|
|
9256
9334
|
border-right: none;
|
|
9257
|
-
padding-right:
|
|
9335
|
+
padding-right: calc(var(--padding-x) + var(--border-width));
|
|
9258
9336
|
/* account for the missing border, so that text does not jump */
|
|
9259
9337
|
}
|
|
9260
9338
|
.mode.after-selected {
|
|
9261
9339
|
border-left: none;
|
|
9262
|
-
padding-left:
|
|
9340
|
+
padding-left: calc(var(--padding-x) + var(--border-width));
|
|
9263
9341
|
/* account for the missing border, so that text does not jump */
|
|
9264
9342
|
}
|
|
9265
9343
|
.mode.selected {
|
|
9266
|
-
color: #
|
|
9344
|
+
color: #0E1316;
|
|
9267
9345
|
cursor: default;
|
|
9268
9346
|
}
|
|
9269
9347
|
.mode.selected:hover {
|
|
@@ -9284,26 +9362,17 @@ iframe {
|
|
|
9284
9362
|
.mode > .icon.with-label {
|
|
9285
9363
|
margin-right: 8px;
|
|
9286
9364
|
}
|
|
9287
|
-
.mode-selector.alternative {
|
|
9288
|
-
border: 3px solid transparent;
|
|
9289
|
-
}
|
|
9290
9365
|
.mode-selector.alternative > .mode {
|
|
9366
|
+
--border-width: 0px;
|
|
9291
9367
|
color: #E9EBEB;
|
|
9292
|
-
border: none;
|
|
9293
9368
|
background-color: transparent;
|
|
9294
9369
|
border-radius: 3px;
|
|
9295
9370
|
}
|
|
9296
|
-
.mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9297
|
-
padding-right: 12px;
|
|
9298
|
-
}
|
|
9299
|
-
.mode-selector.alternative > .mode.after-selected {
|
|
9300
|
-
padding-left: 12px;
|
|
9301
|
-
}
|
|
9302
9371
|
.mode-selector.alternative > .mode:hover {
|
|
9303
|
-
background-color:
|
|
9372
|
+
background-color: #1F2428;
|
|
9304
9373
|
}
|
|
9305
9374
|
.mode-selector.alternative > .mode:active {
|
|
9306
|
-
background-color:
|
|
9375
|
+
background-color: #3B494F;
|
|
9307
9376
|
}
|
|
9308
9377
|
.mode-selector.alternative > .mode.selected {
|
|
9309
9378
|
color: #71b0e8;
|
|
@@ -9313,7 +9382,7 @@ iframe {
|
|
|
9313
9382
|
background-color: transparent;
|
|
9314
9383
|
}
|
|
9315
9384
|
.mode-selector.alternative > .mode.selected.disabled {
|
|
9316
|
-
background-color: #
|
|
9385
|
+
background-color: #252F34;
|
|
9317
9386
|
}
|
|
9318
9387
|
.mode-selector.alternative > .mode.mode-selector-dragging {
|
|
9319
9388
|
background-color: transparent;
|
|
@@ -9325,24 +9394,11 @@ iframe {
|
|
|
9325
9394
|
cursor: default;
|
|
9326
9395
|
}
|
|
9327
9396
|
.dense .mode-selector > .mode {
|
|
9328
|
-
padding:
|
|
9329
|
-
|
|
9330
|
-
.dense .mode-selector > .mode:not(.last):not(.selected) {
|
|
9331
|
-
padding-right: 6px;
|
|
9332
|
-
/* account for the missing border, so that text does not jump */
|
|
9333
|
-
}
|
|
9334
|
-
.dense .mode-selector > .mode.after-selected {
|
|
9335
|
-
padding-left: 6px;
|
|
9336
|
-
/* account for the missing border, so that text does not jump */
|
|
9337
|
-
}
|
|
9338
|
-
.dense .mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9339
|
-
padding-right: 5px;
|
|
9340
|
-
}
|
|
9341
|
-
.dense .mode-selector.alternative > .mode.after-selected {
|
|
9342
|
-
padding-left: 5px;
|
|
9397
|
+
--padding-x: 5px;
|
|
9398
|
+
--padding-y: 3px;
|
|
9343
9399
|
}
|
|
9344
9400
|
/*
|
|
9345
|
-
* Copyright (c) 2010-
|
|
9401
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9346
9402
|
* All rights reserved. This program and the accompanying materials
|
|
9347
9403
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9348
9404
|
* which accompanies this distribution, and is available at
|
|
@@ -9362,15 +9418,16 @@ iframe {
|
|
|
9362
9418
|
display: none;
|
|
9363
9419
|
}
|
|
9364
9420
|
.mode-selector.alternative {
|
|
9365
|
-
background-color:
|
|
9421
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
9366
9422
|
border-radius: 3px;
|
|
9423
|
+
border: 3px solid transparent;
|
|
9367
9424
|
}
|
|
9368
9425
|
.mode-selector.alternative:not(.disabled) > .mode-slider {
|
|
9369
9426
|
display: block;
|
|
9370
9427
|
position: absolute;
|
|
9371
9428
|
top: 0;
|
|
9372
9429
|
height: 100%;
|
|
9373
|
-
background-color: #
|
|
9430
|
+
background-color: #2C363A;
|
|
9374
9431
|
border-radius: 3px;
|
|
9375
9432
|
transition: left 500ms ease, width 500ms ease;
|
|
9376
9433
|
}
|
|
@@ -9480,8 +9537,8 @@ iframe {
|
|
|
9480
9537
|
flex-shrink: 0;
|
|
9481
9538
|
}
|
|
9482
9539
|
.notification-icon.font-icon {
|
|
9483
|
-
color: #
|
|
9484
|
-
background-color: #
|
|
9540
|
+
color: #0E1316;
|
|
9541
|
+
background-color: #252F34;
|
|
9485
9542
|
font-size: 14px;
|
|
9486
9543
|
border-radius: 50%;
|
|
9487
9544
|
}
|
|
@@ -9575,7 +9632,7 @@ iframe {
|
|
|
9575
9632
|
}
|
|
9576
9633
|
.planner-scale > .timeline > .timeline-large {
|
|
9577
9634
|
height: 50%;
|
|
9578
|
-
background-color: #
|
|
9635
|
+
background-color: #1F2428;
|
|
9579
9636
|
line-height: 22.5px;
|
|
9580
9637
|
}
|
|
9581
9638
|
.planner-scale > .timeline > .timeline-large > .scale-item > .planner-large-scale-item-line {
|
|
@@ -9641,7 +9698,7 @@ iframe {
|
|
|
9641
9698
|
top: 0;
|
|
9642
9699
|
}
|
|
9643
9700
|
.planner-resource > .resource-cells > .selector > .selector-resize-left {
|
|
9644
|
-
background-color: #
|
|
9701
|
+
background-color: #252F34;
|
|
9645
9702
|
border-left: 2px solid #71b0e8;
|
|
9646
9703
|
border-right: 2px solid #71b0e8;
|
|
9647
9704
|
position: absolute;
|
|
@@ -9652,7 +9709,7 @@ iframe {
|
|
|
9652
9709
|
cursor: col-resize;
|
|
9653
9710
|
}
|
|
9654
9711
|
.planner-resource > .resource-cells > .selector > .selector-resize-right {
|
|
9655
|
-
background-color: #
|
|
9712
|
+
background-color: #252F34;
|
|
9656
9713
|
border-left: 2px solid #71b0e8;
|
|
9657
9714
|
border-right: 2px solid #71b0e8;
|
|
9658
9715
|
position: absolute;
|
|
@@ -9666,7 +9723,7 @@ iframe {
|
|
|
9666
9723
|
position: absolute;
|
|
9667
9724
|
top: 1px;
|
|
9668
9725
|
width: 0;
|
|
9669
|
-
color: #
|
|
9726
|
+
color: #0E1316;
|
|
9670
9727
|
height: 27px;
|
|
9671
9728
|
line-height: 27px;
|
|
9672
9729
|
background-color: #62e7ce;
|
|
@@ -9801,7 +9858,8 @@ iframe {
|
|
|
9801
9858
|
cursor: pointer;
|
|
9802
9859
|
}
|
|
9803
9860
|
.planner-mode {
|
|
9804
|
-
|
|
9861
|
+
padding: 0 8px;
|
|
9862
|
+
min-width: 65px;
|
|
9805
9863
|
text-align: center;
|
|
9806
9864
|
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
|
9807
9865
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
|
@@ -9975,7 +10033,7 @@ iframe {
|
|
|
9975
10033
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9976
10034
|
*/
|
|
9977
10035
|
.mobile-popup {
|
|
9978
|
-
background-color: #
|
|
10036
|
+
background-color: #2E3C41;
|
|
9979
10037
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
9980
10038
|
border-top-left-radius: 12px;
|
|
9981
10039
|
border-top-right-radius: 12px;
|
|
@@ -10049,7 +10107,7 @@ iframe {
|
|
|
10049
10107
|
.touch-popup {
|
|
10050
10108
|
position: absolute;
|
|
10051
10109
|
overflow: hidden;
|
|
10052
|
-
background-color: #
|
|
10110
|
+
background-color: #3B494F;
|
|
10053
10111
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10054
10112
|
border-radius: 8px;
|
|
10055
10113
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -10123,7 +10181,7 @@ iframe {
|
|
|
10123
10181
|
animation-fill-mode: forwards;
|
|
10124
10182
|
}
|
|
10125
10183
|
.widget-popup {
|
|
10126
|
-
background-color: #
|
|
10184
|
+
background-color: #2E3C41;
|
|
10127
10185
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10128
10186
|
border-radius: 12px;
|
|
10129
10187
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -10319,9 +10377,13 @@ iframe {
|
|
|
10319
10377
|
pointer-events: none;
|
|
10320
10378
|
z-index: 1;
|
|
10321
10379
|
--scroll-shadow-color: rgba(0, 0, 0, 0.7);
|
|
10322
|
-
--scroll-shadow-size:
|
|
10323
|
-
--scroll-shadow-blur:
|
|
10324
|
-
--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;
|
|
10325
10387
|
}
|
|
10326
10388
|
.scroll-shadow.top {
|
|
10327
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;
|
|
@@ -10369,15 +10431,15 @@ iframe {
|
|
|
10369
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;
|
|
10370
10432
|
}
|
|
10371
10433
|
.scroll-shadow.gradient {
|
|
10372
|
-
--scroll-shadow-color: #
|
|
10434
|
+
--scroll-shadow-color: #252F34;
|
|
10373
10435
|
--scroll-shadow-size: 20px;
|
|
10374
10436
|
--scroll-shadow-blur: 15px;
|
|
10375
10437
|
--scroll-shadow-spread: 15px;
|
|
10376
10438
|
}
|
|
10377
10439
|
.scroll-shadow.large {
|
|
10378
|
-
--scroll-shadow-size:
|
|
10379
|
-
--scroll-shadow-blur:
|
|
10380
|
-
--scroll-shadow-spread:
|
|
10440
|
+
--scroll-shadow-size: 14px;
|
|
10441
|
+
--scroll-shadow-blur: 14px;
|
|
10442
|
+
--scroll-shadow-spread: 14px;
|
|
10381
10443
|
}
|
|
10382
10444
|
/*
|
|
10383
10445
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
@@ -10471,12 +10533,12 @@ iframe {
|
|
|
10471
10533
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
10472
10534
|
border-radius: 8px;
|
|
10473
10535
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
10474
|
-
background-color: #
|
|
10536
|
+
background-color: #3B494F;
|
|
10475
10537
|
/* Helper class used during width calculation - required on very narrow screens (e.g. Word AddIn) */
|
|
10476
10538
|
}
|
|
10477
10539
|
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
|
|
10478
10540
|
.busyindicator {
|
|
10479
|
-
background-color: rgba(
|
|
10541
|
+
background-color: rgba(59, 73, 79, 0.8);
|
|
10480
10542
|
-webkit-backdrop-filter: blur(15px);
|
|
10481
10543
|
backdrop-filter: blur(15px);
|
|
10482
10544
|
}
|
|
@@ -10499,7 +10561,7 @@ iframe {
|
|
|
10499
10561
|
border-color: rgba(255, 255, 255, 0.12);
|
|
10500
10562
|
}
|
|
10501
10563
|
.busyindicator > .box-buttons > .box-button.default {
|
|
10502
|
-
color: #
|
|
10564
|
+
color: #0E1316;
|
|
10503
10565
|
background-color: #71b0e8;
|
|
10504
10566
|
}
|
|
10505
10567
|
.busyindicator > .box-buttons > .box-button.default:hover {
|
|
@@ -10653,7 +10715,7 @@ input[type=range]:not(.ms-edge)::-webkit-slider-runnable-track {
|
|
|
10653
10715
|
}
|
|
10654
10716
|
input[type=range]:not(.ms-edge)::-webkit-slider-thumb {
|
|
10655
10717
|
box-sizing: border-box;
|
|
10656
|
-
border: 1px solid #
|
|
10718
|
+
border: 1px solid #0E1316;
|
|
10657
10719
|
height: 16px;
|
|
10658
10720
|
width: 16px;
|
|
10659
10721
|
border-radius: 8px;
|
|
@@ -10674,7 +10736,7 @@ input[type=range]::-moz-range-track {
|
|
|
10674
10736
|
}
|
|
10675
10737
|
input[type=range]::-moz-range-thumb {
|
|
10676
10738
|
box-sizing: border-box;
|
|
10677
|
-
border: 1.5px solid #
|
|
10739
|
+
border: 1.5px solid #0E1316;
|
|
10678
10740
|
height: 16px;
|
|
10679
10741
|
width: 16px;
|
|
10680
10742
|
border-radius: 8px;
|
|
@@ -10702,7 +10764,7 @@ input[type=range]::-ms-fill-upper {
|
|
|
10702
10764
|
}
|
|
10703
10765
|
input[type=range]::-ms-thumb {
|
|
10704
10766
|
box-sizing: border-box;
|
|
10705
|
-
border: 1px solid #
|
|
10767
|
+
border: 1px solid #0E1316;
|
|
10706
10768
|
height: 16px;
|
|
10707
10769
|
width: 16px;
|
|
10708
10770
|
border-radius: 8px;
|
|
@@ -11683,7 +11745,7 @@ Try these to switch between fonts:
|
|
|
11683
11745
|
/* scoutIcons: custom icons */
|
|
11684
11746
|
/* scoutIcons: awesome icons */
|
|
11685
11747
|
/*
|
|
11686
|
-
* Copyright (c) 2010-
|
|
11748
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11687
11749
|
* All rights reserved. This program and the accompanying materials
|
|
11688
11750
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11689
11751
|
* which accompanies this distribution, and is available at
|
|
@@ -11850,17 +11912,17 @@ Try these to switch between fonts:
|
|
|
11850
11912
|
#scout .chooser-popup {
|
|
11851
11913
|
position: absolute;
|
|
11852
11914
|
overflow: hidden;
|
|
11853
|
-
background-color: #
|
|
11915
|
+
background-color: #3B494F;
|
|
11854
11916
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
11855
11917
|
border-radius: 3px;
|
|
11856
11918
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
11857
11919
|
margin: 5px;
|
|
11858
11920
|
}
|
|
11859
11921
|
#scout .chooser-popup.touch {
|
|
11860
|
-
background-color: #
|
|
11922
|
+
background-color: #1F2428;
|
|
11861
11923
|
}
|
|
11862
11924
|
#scout .popup {
|
|
11863
|
-
background-color: #
|
|
11925
|
+
background-color: #2E3C41;
|
|
11864
11926
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
11865
11927
|
border-radius: 12px;
|
|
11866
11928
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -11874,25 +11936,25 @@ Try these to switch between fonts:
|
|
|
11874
11936
|
display: none;
|
|
11875
11937
|
}
|
|
11876
11938
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
11877
|
-
background-color: rgba(
|
|
11939
|
+
background-color: rgba(59, 73, 79, 0.3);
|
|
11878
11940
|
}
|
|
11879
11941
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.scrollbar-thumb-move > .scrollbar-thumb-handle,
|
|
11880
11942
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb:hover > .scrollbar-thumb-handle {
|
|
11881
|
-
background-color: rgba(
|
|
11943
|
+
background-color: rgba(59, 73, 79, 0.45);
|
|
11882
11944
|
}
|
|
11883
11945
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb > .scrollbar-thumb-handle {
|
|
11884
|
-
background-color: rgba(
|
|
11946
|
+
background-color: rgba(59, 73, 79, 0.15);
|
|
11885
11947
|
}
|
|
11886
11948
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb.scrollbar-thumb-move > .scrollbar-thumb-handle,
|
|
11887
11949
|
#scout .inverted-scrollbars > .scrollbar > .scrollbar-thumb.container-too-small-for-thumb.scrollbar-thumb:hover > .scrollbar-thumb-handle {
|
|
11888
|
-
background-color: rgba(
|
|
11950
|
+
background-color: rgba(59, 73, 79, 0.15);
|
|
11889
11951
|
}
|
|
11890
11952
|
/*
|
|
11891
11953
|
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11892
11954
|
* All rights reserved. This program and the accompanying materials
|
|
11893
11955
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11894
11956
|
* which accompanies this distribution, and is available at
|
|
11895
|
-
*
|
|
11957
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
11896
11958
|
*
|
|
11897
11959
|
* Contributors:
|
|
11898
11960
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -11968,7 +12030,7 @@ Try these to switch between fonts:
|
|
|
11968
12030
|
position: relative;
|
|
11969
12031
|
height: 22px;
|
|
11970
12032
|
border-radius: 11px;
|
|
11971
|
-
background-color:
|
|
12033
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
11972
12034
|
cursor: pointer;
|
|
11973
12035
|
border: solid 1px #7E8588;
|
|
11974
12036
|
--activated-border-color: #71b0e8;
|
|
@@ -11991,8 +12053,8 @@ Try these to switch between fonts:
|
|
|
11991
12053
|
border-color: var(--activated-border-color);
|
|
11992
12054
|
}
|
|
11993
12055
|
.switch-button.activated:before {
|
|
11994
|
-
background-color: #
|
|
11995
|
-
border-color: #
|
|
12056
|
+
background-color: #1F2428;
|
|
12057
|
+
border-color: #1F2428;
|
|
11996
12058
|
left: calc(100% - 18px);
|
|
11997
12059
|
}
|
|
11998
12060
|
.disabled > .switch-button {
|
|
@@ -12009,8 +12071,8 @@ Try these to switch between fonts:
|
|
|
12009
12071
|
border-color: #7E8588;
|
|
12010
12072
|
}
|
|
12011
12073
|
.disabled > .switch-button.activated::before {
|
|
12012
|
-
background-color: #
|
|
12013
|
-
border-color: #
|
|
12074
|
+
background-color: #1F2428;
|
|
12075
|
+
border-color: #1F2428;
|
|
12014
12076
|
}
|
|
12015
12077
|
/*
|
|
12016
12078
|
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
@@ -12062,6 +12124,13 @@ Try these to switch between fonts:
|
|
|
12062
12124
|
.table.table-row-check > .table-data > .table-row.selected::after {
|
|
12063
12125
|
display: none;
|
|
12064
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
|
+
}
|
|
12065
12134
|
.table.table-row-check > .table-data > .table-row.checked,
|
|
12066
12135
|
.table.table-row-check > .table-data > .table-row.checked.selected {
|
|
12067
12136
|
/* Mark checked rows with a background color */
|
|
@@ -12069,7 +12138,17 @@ Try these to switch between fonts:
|
|
|
12069
12138
|
}
|
|
12070
12139
|
.table.table-row-check > .table-data > .table-row.checked > .table-cell,
|
|
12071
12140
|
.table.table-row-check > .table-data > .table-row.checked.selected > .table-cell {
|
|
12072
|
-
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;
|
|
12073
12152
|
}
|
|
12074
12153
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected,
|
|
12075
12154
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected {
|
|
@@ -12080,7 +12159,7 @@ Try these to switch between fonts:
|
|
|
12080
12159
|
background-color: #94c4ee;
|
|
12081
12160
|
}
|
|
12082
12161
|
.table.structured .table-row:not(.leaf) {
|
|
12083
|
-
background-color: #
|
|
12162
|
+
background-color: #1F2428;
|
|
12084
12163
|
font-weight: bold;
|
|
12085
12164
|
}
|
|
12086
12165
|
.table > .tile-accordion {
|
|
@@ -12099,7 +12178,7 @@ Try these to switch between fonts:
|
|
|
12099
12178
|
padding-bottom: 6px;
|
|
12100
12179
|
}
|
|
12101
12180
|
.table.dimmed-background {
|
|
12102
|
-
background-color: #
|
|
12181
|
+
background-color: #1F2428;
|
|
12103
12182
|
}
|
|
12104
12183
|
.table.dimmed-background > .menubar {
|
|
12105
12184
|
background-color: inherit;
|
|
@@ -12287,7 +12366,7 @@ Try these to switch between fonts:
|
|
|
12287
12366
|
color: #E9EBEB;
|
|
12288
12367
|
}
|
|
12289
12368
|
.table-row.checked > .table-cell {
|
|
12290
|
-
color: #
|
|
12369
|
+
color: #0E1316;
|
|
12291
12370
|
}
|
|
12292
12371
|
.table-cell.empty,
|
|
12293
12372
|
.table-cell.icon-only {
|
|
@@ -12330,7 +12409,7 @@ Try these to switch between fonts:
|
|
|
12330
12409
|
left: 0;
|
|
12331
12410
|
padding: var(--table-row-padding-y) 8px var(--table-row-padding-y) 13px;
|
|
12332
12411
|
cursor: pointer;
|
|
12333
|
-
line-height:
|
|
12412
|
+
line-height: 15px;
|
|
12334
12413
|
/* Necessary to align with the text, depends on the used font size */
|
|
12335
12414
|
}
|
|
12336
12415
|
.table-cell.table-node > .table-row-control::before {
|
|
@@ -12374,6 +12453,7 @@ Try these to switch between fonts:
|
|
|
12374
12453
|
cursor: default;
|
|
12375
12454
|
}
|
|
12376
12455
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box {
|
|
12456
|
+
cursor: default;
|
|
12377
12457
|
border-color: rgba(255, 255, 255, 0.12);
|
|
12378
12458
|
}
|
|
12379
12459
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box.checked {
|
|
@@ -12402,6 +12482,9 @@ Try these to switch between fonts:
|
|
|
12402
12482
|
}
|
|
12403
12483
|
.font-icon.table-cell-icon {
|
|
12404
12484
|
color: #E9EBEB;
|
|
12485
|
+
font-size: 14px;
|
|
12486
|
+
line-height: 15px;
|
|
12487
|
+
vertical-align: top;
|
|
12405
12488
|
}
|
|
12406
12489
|
.disabled .font-icon.table-cell-icon {
|
|
12407
12490
|
color: #7E8588;
|
|
@@ -12414,23 +12497,21 @@ Try these to switch between fonts:
|
|
|
12414
12497
|
margin-right: 8px;
|
|
12415
12498
|
}
|
|
12416
12499
|
.table-row.checked > .table-cell > .table-cell-icon {
|
|
12417
|
-
color: #
|
|
12500
|
+
color: #0E1316;
|
|
12418
12501
|
}
|
|
12419
12502
|
.table-aggregate {
|
|
12420
12503
|
overflow: hidden;
|
|
12421
12504
|
padding-left: var(--table-row-margin-x);
|
|
12422
12505
|
padding-right: var(--table-row-margin-x);
|
|
12506
|
+
font-size: 12px;
|
|
12423
12507
|
}
|
|
12424
12508
|
.table-aggregate > .table-cell {
|
|
12425
12509
|
padding: var(--table-row-padding-y) 10px 0 10px;
|
|
12426
12510
|
border-bottom: 0;
|
|
12427
12511
|
height: 100%;
|
|
12428
12512
|
}
|
|
12429
|
-
.table-aggregate > .table-cell > .font-icon {
|
|
12430
|
-
margin-top: 1px;
|
|
12431
|
-
}
|
|
12432
12513
|
.table-aggregate-row {
|
|
12433
|
-
background-color: #
|
|
12514
|
+
background-color: #1F2428;
|
|
12434
12515
|
min-width: 100%;
|
|
12435
12516
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
12436
12517
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -12467,10 +12548,15 @@ Try these to switch between fonts:
|
|
|
12467
12548
|
display: inline-block;
|
|
12468
12549
|
color: #E9EBEB;
|
|
12469
12550
|
vertical-align: middle;
|
|
12551
|
+
line-height: 14px;
|
|
12470
12552
|
}
|
|
12471
12553
|
.table-aggregate-cell.sum > .table-cell-icon,
|
|
12472
12554
|
.table-aggregate-cell.avg > .table-cell-icon {
|
|
12473
|
-
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;
|
|
12474
12560
|
}
|
|
12475
12561
|
.table-aggregate-cell.selection,
|
|
12476
12562
|
.table-aggregate-cell.selection > .table-cell-icon {
|
|
@@ -12483,16 +12569,16 @@ Try these to switch between fonts:
|
|
|
12483
12569
|
background-color: rgba(21, 97, 167, 0.4);
|
|
12484
12570
|
}
|
|
12485
12571
|
.column-background-effect-gradient1-start {
|
|
12486
|
-
background-color: #
|
|
12572
|
+
background-color: #5a3437;
|
|
12487
12573
|
}
|
|
12488
12574
|
.column-background-effect-gradient1-end {
|
|
12489
|
-
background-color: #
|
|
12575
|
+
background-color: #1e544e;
|
|
12490
12576
|
}
|
|
12491
12577
|
.column-background-effect-gradient2-start {
|
|
12492
|
-
background-color: #
|
|
12578
|
+
background-color: #1e544e;
|
|
12493
12579
|
}
|
|
12494
12580
|
.column-background-effect-gradient2-end {
|
|
12495
|
-
background-color: #
|
|
12581
|
+
background-color: #5a3437;
|
|
12496
12582
|
}
|
|
12497
12583
|
/* key box */
|
|
12498
12584
|
.table-row > .key-box {
|
|
@@ -12619,7 +12705,7 @@ Try these to switch between fonts:
|
|
|
12619
12705
|
width: 100%;
|
|
12620
12706
|
white-space: nowrap;
|
|
12621
12707
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
12622
|
-
background-color: #
|
|
12708
|
+
background-color: #252F34;
|
|
12623
12709
|
}
|
|
12624
12710
|
.table-control-resize {
|
|
12625
12711
|
position: absolute;
|
|
@@ -12634,7 +12720,7 @@ Try these to switch between fonts:
|
|
|
12634
12720
|
position: absolute;
|
|
12635
12721
|
overflow: hidden;
|
|
12636
12722
|
outline: none;
|
|
12637
|
-
background-color: #
|
|
12723
|
+
background-color: #252F34;
|
|
12638
12724
|
bottom: 64px;
|
|
12639
12725
|
width: 100%;
|
|
12640
12726
|
/* Default value for TableControl.js */
|
|
@@ -12655,7 +12741,7 @@ Try these to switch between fonts:
|
|
|
12655
12741
|
width: 100%;
|
|
12656
12742
|
}
|
|
12657
12743
|
.table-control-content > .form {
|
|
12658
|
-
background-color: #
|
|
12744
|
+
background-color: #252F34;
|
|
12659
12745
|
}
|
|
12660
12746
|
.table-control-content > .form > .root-group-box > .group-box-body {
|
|
12661
12747
|
/* to make sure fields are not drawn over the menubar when making table control container very small */
|
|
@@ -12828,7 +12914,7 @@ Try these to switch between fonts:
|
|
|
12828
12914
|
position: relative;
|
|
12829
12915
|
white-space: nowrap;
|
|
12830
12916
|
overflow: hidden;
|
|
12831
|
-
background-color: #
|
|
12917
|
+
background-color: #1F2428;
|
|
12832
12918
|
border-bottom: 2px solid rgba(255, 255, 255, 0.12);
|
|
12833
12919
|
z-index: 0;
|
|
12834
12920
|
/* begin new stacking context */
|
|
@@ -12973,6 +13059,7 @@ Try these to switch between fonts:
|
|
|
12973
13059
|
overflow: hidden;
|
|
12974
13060
|
text-overflow: ellipsis;
|
|
12975
13061
|
white-space: nowrap;
|
|
13062
|
+
margin-top: 1px;
|
|
12976
13063
|
}
|
|
12977
13064
|
.table-header-item-state {
|
|
12978
13065
|
position: absolute;
|
|
@@ -13049,7 +13136,7 @@ Try these to switch between fonts:
|
|
|
13049
13136
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
13050
13137
|
*/
|
|
13051
13138
|
.table-header-menu {
|
|
13052
|
-
background-color: #
|
|
13139
|
+
background-color: #3B494F;
|
|
13053
13140
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13054
13141
|
border-radius: 8px;
|
|
13055
13142
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13091,6 +13178,9 @@ Try these to switch between fonts:
|
|
|
13091
13178
|
vertical-align: top;
|
|
13092
13179
|
padding: 16px;
|
|
13093
13180
|
}
|
|
13181
|
+
.table-header-menu-actions > .table-header-menu-group > .table-header-menu-group-text {
|
|
13182
|
+
width: calc(100% + 12px);
|
|
13183
|
+
}
|
|
13094
13184
|
.table-header-menu-filters {
|
|
13095
13185
|
display: inline-block;
|
|
13096
13186
|
vertical-align: top;
|
|
@@ -13232,10 +13322,10 @@ Try these to switch between fonts:
|
|
|
13232
13322
|
content: '\E038';
|
|
13233
13323
|
}
|
|
13234
13324
|
.table-header-menu-command.color-gradient1 {
|
|
13235
|
-
background-image: linear-gradient(to right, #
|
|
13325
|
+
background-image: linear-gradient(to right, #5a3437, #1e544e);
|
|
13236
13326
|
}
|
|
13237
13327
|
.table-header-menu-command.color-gradient2 {
|
|
13238
|
-
background-image: linear-gradient(to right, #
|
|
13328
|
+
background-image: linear-gradient(to right, #1e544e, #5a3437);
|
|
13239
13329
|
}
|
|
13240
13330
|
.table-header-menu-command.color-bar-chart {
|
|
13241
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%);
|
|
@@ -13262,11 +13352,11 @@ Try these to switch between fonts:
|
|
|
13262
13352
|
}
|
|
13263
13353
|
.table-header-menu-filter-table.table-row-check > .table-data {
|
|
13264
13354
|
margin-top: 0;
|
|
13265
|
-
padding: 3px
|
|
13355
|
+
padding: 3px;
|
|
13266
13356
|
}
|
|
13267
13357
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row {
|
|
13268
13358
|
border-radius: 3px;
|
|
13269
|
-
margin-bottom:
|
|
13359
|
+
margin-bottom: 2px;
|
|
13270
13360
|
}
|
|
13271
13361
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row.last {
|
|
13272
13362
|
margin-bottom: 0;
|
|
@@ -13603,7 +13693,7 @@ Try these to switch between fonts:
|
|
|
13603
13693
|
padding: 5px 4px 8px 8px;
|
|
13604
13694
|
max-width: 250px;
|
|
13605
13695
|
overflow: hidden;
|
|
13606
|
-
background-color: #
|
|
13696
|
+
background-color: #3B494F;
|
|
13607
13697
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13608
13698
|
border-radius: 3px;
|
|
13609
13699
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13648,7 +13738,7 @@ Try these to switch between fonts:
|
|
|
13648
13738
|
*/
|
|
13649
13739
|
.time-picker-popup {
|
|
13650
13740
|
position: absolute;
|
|
13651
|
-
background-color: #
|
|
13741
|
+
background-color: #3B494F;
|
|
13652
13742
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13653
13743
|
border-radius: 3px;
|
|
13654
13744
|
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.2);
|
|
@@ -13765,11 +13855,11 @@ Try these to switch between fonts:
|
|
|
13765
13855
|
background-color: rgba(255, 255, 255, 0.18);
|
|
13766
13856
|
}
|
|
13767
13857
|
.day-table > .hour-row > .minutes.selected {
|
|
13768
|
-
color: #
|
|
13858
|
+
color: #0E1316;
|
|
13769
13859
|
background-color: #71b0e8;
|
|
13770
13860
|
}
|
|
13771
13861
|
.day-table > .hour-row > .minutes.selected.now > .text {
|
|
13772
|
-
border-color: #
|
|
13862
|
+
border-color: #0E1316;
|
|
13773
13863
|
}
|
|
13774
13864
|
/*
|
|
13775
13865
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
@@ -13783,7 +13873,7 @@ Try these to switch between fonts:
|
|
|
13783
13873
|
*/
|
|
13784
13874
|
.tooltip {
|
|
13785
13875
|
position: absolute;
|
|
13786
|
-
background-color: #
|
|
13876
|
+
background-color: #3B494F;
|
|
13787
13877
|
border-radius: 3px;
|
|
13788
13878
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
13789
13879
|
color: #BFC2C3;
|
|
@@ -13837,16 +13927,16 @@ Try these to switch between fonts:
|
|
|
13837
13927
|
padding-left: 5px;
|
|
13838
13928
|
}
|
|
13839
13929
|
.ok > .tooltip-menus > .menu-item {
|
|
13840
|
-
color: #
|
|
13930
|
+
color: #0E1316;
|
|
13841
13931
|
}
|
|
13842
13932
|
.info > .tooltip-menus > .menu-item {
|
|
13843
13933
|
color: #E9EBEB;
|
|
13844
13934
|
}
|
|
13845
13935
|
.warning > .tooltip-menus > .menu-item {
|
|
13846
|
-
color: #
|
|
13936
|
+
color: #0E1316;
|
|
13847
13937
|
}
|
|
13848
13938
|
.error > .tooltip-menus > .menu-item {
|
|
13849
|
-
color: #
|
|
13939
|
+
color: #0E1316;
|
|
13850
13940
|
}
|
|
13851
13941
|
.tooltip-arrow {
|
|
13852
13942
|
position: absolute;
|
|
@@ -13866,7 +13956,7 @@ Try these to switch between fonts:
|
|
|
13866
13956
|
.tooltip.error {
|
|
13867
13957
|
background-color: #FF8888;
|
|
13868
13958
|
border-width: 0;
|
|
13869
|
-
color: #
|
|
13959
|
+
color: #0E1316;
|
|
13870
13960
|
}
|
|
13871
13961
|
.tooltip.error > .tooltip-arrow {
|
|
13872
13962
|
background-color: #FF8888;
|
|
@@ -13874,7 +13964,7 @@ Try these to switch between fonts:
|
|
|
13874
13964
|
.tooltip.warning {
|
|
13875
13965
|
background-color: #FFBE6B;
|
|
13876
13966
|
border-width: 0;
|
|
13877
|
-
color: #
|
|
13967
|
+
color: #0E1316;
|
|
13878
13968
|
}
|
|
13879
13969
|
.tooltip.warning > .tooltip-arrow {
|
|
13880
13970
|
background-color: #FFBE6B;
|
|
@@ -13882,7 +13972,7 @@ Try these to switch between fonts:
|
|
|
13882
13972
|
.tooltip.ok {
|
|
13883
13973
|
background-color: #62e7ce;
|
|
13884
13974
|
border-width: 0;
|
|
13885
|
-
color: #
|
|
13975
|
+
color: #0E1316;
|
|
13886
13976
|
}
|
|
13887
13977
|
.tooltip.ok > .tooltip-arrow {
|
|
13888
13978
|
background-color: #62e7ce;
|
|
@@ -13915,7 +14005,7 @@ Try these to switch between fonts:
|
|
|
13915
14005
|
* All rights reserved. This program and the accompanying materials
|
|
13916
14006
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
13917
14007
|
* which accompanies this distribution, and is available at
|
|
13918
|
-
*
|
|
14008
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
13919
14009
|
*
|
|
13920
14010
|
* Contributors:
|
|
13921
14011
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -13969,6 +14059,12 @@ Try these to switch between fonts:
|
|
|
13969
14059
|
.tree-data.checkable > .animation-wrapper > .tree-node {
|
|
13970
14060
|
cursor: pointer;
|
|
13971
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
|
+
}
|
|
13972
14068
|
.navigation-breadcrumb .tree-data {
|
|
13973
14069
|
float: left;
|
|
13974
14070
|
}
|
|
@@ -14002,11 +14098,13 @@ Try these to switch between fonts:
|
|
|
14002
14098
|
/* Tree node is disabled -> use lighter disabled color */
|
|
14003
14099
|
color: #7E8588;
|
|
14004
14100
|
}
|
|
14101
|
+
.disabled > .animation-wrapper > .tree-node,
|
|
14005
14102
|
.disabled > .tree-node {
|
|
14006
14103
|
/* Whole tree is disabled -> use darker disabled color */
|
|
14007
14104
|
color: #7E8588;
|
|
14008
14105
|
}
|
|
14009
|
-
.disabled.read-only > .
|
|
14106
|
+
.disabled.read-only > .animation-wrapper > .tree-node,
|
|
14107
|
+
.disabled.read-only > .tree-node {
|
|
14010
14108
|
color: #E9EBEB;
|
|
14011
14109
|
}
|
|
14012
14110
|
.tree-node > .text {
|
|
@@ -14037,6 +14135,7 @@ Try these to switch between fonts:
|
|
|
14037
14135
|
.tree-node > .icon.font-icon {
|
|
14038
14136
|
/* Necessary to align with the text, depends on the used font size */
|
|
14039
14137
|
line-height: 15px;
|
|
14138
|
+
font-size: 14px;
|
|
14040
14139
|
}
|
|
14041
14140
|
.tree-node-checkbox {
|
|
14042
14141
|
display: block;
|
|
@@ -14060,15 +14159,17 @@ Try these to switch between fonts:
|
|
|
14060
14159
|
width: 10px;
|
|
14061
14160
|
border-radius: 1px;
|
|
14062
14161
|
height: 2px;
|
|
14063
|
-
background-color: #
|
|
14162
|
+
background-color: #0E1316;
|
|
14064
14163
|
}
|
|
14065
14164
|
.tree-node-checkbox > .check-box:not(.checked).children-checked.disabled {
|
|
14165
|
+
cursor: default;
|
|
14066
14166
|
border-color: rgba(255, 255, 255, 0.12);
|
|
14067
14167
|
background-color: #7E8588;
|
|
14068
14168
|
border-color: #7E8588;
|
|
14069
14169
|
}
|
|
14070
14170
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box,
|
|
14071
14171
|
.tree.disabled > .tree-data > .animation-wrapper > .tree-node > .tree-node-checkbox > .check-box {
|
|
14172
|
+
cursor: default;
|
|
14072
14173
|
border-color: rgba(255, 255, 255, 0.12);
|
|
14073
14174
|
}
|
|
14074
14175
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box.checked,
|
|
@@ -14105,7 +14206,7 @@ Try these to switch between fonts:
|
|
|
14105
14206
|
cursor: pointer;
|
|
14106
14207
|
padding: 7px 8px 7px 13px;
|
|
14107
14208
|
height: 100%;
|
|
14108
|
-
line-height:
|
|
14209
|
+
line-height: 15px;
|
|
14109
14210
|
/* Necessary to align with the text, depends on the used font size */
|
|
14110
14211
|
color: inherit;
|
|
14111
14212
|
}
|
|
@@ -14123,13 +14224,12 @@ Try these to switch between fonts:
|
|
|
14123
14224
|
}
|
|
14124
14225
|
.tree-node.lazy > .tree-node-control::before {
|
|
14125
14226
|
font-family: Arial, sans-serif;
|
|
14126
|
-
font-size: 13px;
|
|
14127
14227
|
content: '+';
|
|
14128
14228
|
/* Move to left because '+' sign is not as wide as 'arrow-down' */
|
|
14129
14229
|
margin-left: -2px;
|
|
14130
14230
|
}
|
|
14131
14231
|
.tree-node.expanded > .tree-node-control::before {
|
|
14132
|
-
/* 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. */
|
|
14133
14233
|
/* See https://bugzilla.mozilla.org/show_bug.cgi?id=739176 */
|
|
14134
14234
|
-webkit-transform: rotate(89.99deg);
|
|
14135
14235
|
-ms-transform: rotate(89.99deg);
|
|
@@ -14308,7 +14408,7 @@ Try these to switch between fonts:
|
|
|
14308
14408
|
}
|
|
14309
14409
|
/* The default class is added if displayStyle is set to DEFAULT. If it is set to PLAIN no class will be added. */
|
|
14310
14410
|
.default-tile {
|
|
14311
|
-
background-color: #
|
|
14411
|
+
background-color: #252F34;
|
|
14312
14412
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
14313
14413
|
padding: 6px 8px;
|
|
14314
14414
|
}
|
|
@@ -14409,7 +14509,7 @@ Try these to switch between fonts:
|
|
|
14409
14509
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
14410
14510
|
*/
|
|
14411
14511
|
.tile-overview {
|
|
14412
|
-
background-color: #
|
|
14512
|
+
background-color: #1F2428;
|
|
14413
14513
|
position: relative;
|
|
14414
14514
|
height: 100%;
|
|
14415
14515
|
width: 100%;
|
|
@@ -14492,16 +14592,16 @@ Try these to switch between fonts:
|
|
|
14492
14592
|
border: none;
|
|
14493
14593
|
border-radius: 12px;
|
|
14494
14594
|
color: #BFC2C3;
|
|
14495
|
-
--tile-background-color: #
|
|
14595
|
+
--tile-background-color: #252F34;
|
|
14496
14596
|
background-color: var(--tile-background-color);
|
|
14497
14597
|
overflow: hidden;
|
|
14498
14598
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14499
14599
|
}
|
|
14500
14600
|
.tile.dashboard.inverted {
|
|
14501
|
-
box-shadow: 0 0 0 1px #
|
|
14601
|
+
box-shadow: 0 0 0 1px #252F34, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14502
14602
|
}
|
|
14503
14603
|
.tile.dashboard.inverted.color-alternative {
|
|
14504
|
-
box-shadow: 0 0 0 1px #
|
|
14604
|
+
box-shadow: 0 0 0 1px #252F34, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14505
14605
|
}
|
|
14506
14606
|
.dimmed-background .tile.dashboard {
|
|
14507
14607
|
box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
@@ -14645,7 +14745,7 @@ Try these to switch between fonts:
|
|
|
14645
14745
|
animation: fade-out-from-current 0.15s;
|
|
14646
14746
|
}
|
|
14647
14747
|
.tile.dashboard.inverted {
|
|
14648
|
-
--tile-background-color: #
|
|
14748
|
+
--tile-background-color: #252F34;
|
|
14649
14749
|
color: #BFC2C3;
|
|
14650
14750
|
}
|
|
14651
14751
|
.tile.dashboard.inverted.disabled:not(.read-only) {
|
|
@@ -14683,7 +14783,12 @@ Try these to switch between fonts:
|
|
|
14683
14783
|
background-color: rgba(255, 255, 255, 0.18);
|
|
14684
14784
|
}
|
|
14685
14785
|
.tile.dashboard.inverted > .form-field.has-error > .status::before {
|
|
14686
|
-
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;
|
|
14687
14792
|
}
|
|
14688
14793
|
.tile.dashboard.inverted > .form-field .scrollbar-thumb-handle {
|
|
14689
14794
|
background-color: rgba(255, 255, 255, 0.3);
|
|
@@ -14701,7 +14806,7 @@ Try these to switch between fonts:
|
|
|
14701
14806
|
background-color: rgba(255, 255, 255, 0.15);
|
|
14702
14807
|
}
|
|
14703
14808
|
.tile.dashboard.color-alternative {
|
|
14704
|
-
--tile-background-color: #
|
|
14809
|
+
--tile-background-color: #252F34;
|
|
14705
14810
|
color: #BFC2C3;
|
|
14706
14811
|
}
|
|
14707
14812
|
.tile.dashboard.color-alternative.disabled:not(.read-only) {
|
|
@@ -14723,7 +14828,7 @@ Try these to switch between fonts:
|
|
|
14723
14828
|
color: #b3d5f3;
|
|
14724
14829
|
}
|
|
14725
14830
|
.tile.dashboard.inverted.color-alternative {
|
|
14726
|
-
--tile-background-color: #
|
|
14831
|
+
--tile-background-color: #252F34;
|
|
14727
14832
|
color: #BFC2C3;
|
|
14728
14833
|
}
|
|
14729
14834
|
.tile.dashboard.inverted.color-alternative.disabled:not(.read-only) {
|
|
@@ -14755,14 +14860,14 @@ Try these to switch between fonts:
|
|
|
14755
14860
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14756
14861
|
}
|
|
14757
14862
|
.tile.dashboard.selected.inverted {
|
|
14758
|
-
--tile-background-color: #
|
|
14863
|
+
--tile-background-color: #252f34;
|
|
14759
14864
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14760
14865
|
}
|
|
14761
14866
|
.tile.dashboard.selected.color-alternative {
|
|
14762
14867
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14763
14868
|
}
|
|
14764
14869
|
.tile.dashboard.selected.inverted.color-alternative {
|
|
14765
|
-
--tile-background-color: #
|
|
14870
|
+
--tile-background-color: #252f34;
|
|
14766
14871
|
box-shadow: 0 0 0 2px #71b0e8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14767
14872
|
}
|
|
14768
14873
|
.dimmed-background .tile.dashboard.selected {
|
|
@@ -14855,7 +14960,7 @@ Try these to switch between fonts:
|
|
|
14855
14960
|
background-color: inherit;
|
|
14856
14961
|
}
|
|
14857
14962
|
.button-tile.dashboard > .tile-button {
|
|
14858
|
-
background-color: #
|
|
14963
|
+
background-color: #252F34;
|
|
14859
14964
|
}
|
|
14860
14965
|
.button-tile.dashboard > .tile-button > .field > .label {
|
|
14861
14966
|
color: #71b0e8;
|
|
@@ -14871,7 +14976,7 @@ Try these to switch between fonts:
|
|
|
14871
14976
|
background-color: rgba(255, 255, 255, 0.18);
|
|
14872
14977
|
}
|
|
14873
14978
|
.button-tile.dashboard.inverted > .tile-button {
|
|
14874
|
-
background-color: #
|
|
14979
|
+
background-color: #252F34;
|
|
14875
14980
|
}
|
|
14876
14981
|
.button-tile.dashboard.inverted > .tile-button > .field > .label {
|
|
14877
14982
|
color: #71b0e8;
|
|
@@ -14889,7 +14994,7 @@ Try these to switch between fonts:
|
|
|
14889
14994
|
border-color: rgba(255, 255, 255, 0.18);
|
|
14890
14995
|
}
|
|
14891
14996
|
.button-tile.dashboard.color-alternative.inverted > .tile-button {
|
|
14892
|
-
background-color: #
|
|
14997
|
+
background-color: #252F34;
|
|
14893
14998
|
}
|
|
14894
14999
|
.button-tile.dashboard.color-alternative.inverted > .tile-button > .field > .label {
|
|
14895
15000
|
color: #71b0e8;
|
|
@@ -14927,11 +15032,11 @@ Try these to switch between fonts:
|
|
|
14927
15032
|
color: #7E8588;
|
|
14928
15033
|
}
|
|
14929
15034
|
/*
|
|
14930
|
-
* Copyright (c) 2010-
|
|
15035
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
14931
15036
|
* All rights reserved. This program and the accompanying materials
|
|
14932
15037
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
14933
15038
|
* which accompanies this distribution, and is available at
|
|
14934
|
-
*
|
|
15039
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
14935
15040
|
*
|
|
14936
15041
|
* Contributors:
|
|
14937
15042
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -14986,6 +15091,30 @@ Try these to switch between fonts:
|
|
|
14986
15091
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item {
|
|
14987
15092
|
color: #BFC2C3;
|
|
14988
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
|
+
}
|
|
14989
15118
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item > .table-header-item-state {
|
|
14990
15119
|
display: none;
|
|
14991
15120
|
}
|
|
@@ -15006,7 +15135,7 @@ Try these to switch between fonts:
|
|
|
15006
15135
|
--scroll-shadow-size: 20px;
|
|
15007
15136
|
--scroll-shadow-blur: 15px;
|
|
15008
15137
|
--scroll-shadow-spread: 15px;
|
|
15009
|
-
--scroll-shadow-color: #
|
|
15138
|
+
--scroll-shadow-color: #252F34;
|
|
15010
15139
|
}
|
|
15011
15140
|
.tile.dashboard > .table-field > .table > .table-data > .table-row > .table-cell,
|
|
15012
15141
|
.tile.dashboard > .table-field > .table > .table-data > .table-row > .table-cell > .font-icon {
|
|
@@ -15043,7 +15172,7 @@ Try these to switch between fonts:
|
|
|
15043
15172
|
color: #BFC2C3;
|
|
15044
15173
|
}
|
|
15045
15174
|
.tile.dashboard.inverted > .table-field > .table > .table-data + .scroll-shadow {
|
|
15046
|
-
--scroll-shadow-color: #
|
|
15175
|
+
--scroll-shadow-color: #252F34;
|
|
15047
15176
|
}
|
|
15048
15177
|
.tile.dashboard.inverted > .table-field > .table > .menubar {
|
|
15049
15178
|
border-top-color: rgba(255, 255, 255, 0.25);
|
|
@@ -15079,7 +15208,7 @@ Try these to switch between fonts:
|
|
|
15079
15208
|
color: #BFC2C3;
|
|
15080
15209
|
}
|
|
15081
15210
|
.tile.dashboard.color-alternative.inverted > .table-field > .table > .table-data + .scroll-shadow {
|
|
15082
|
-
--scroll-shadow-color: #
|
|
15211
|
+
--scroll-shadow-color: #252F34;
|
|
15083
15212
|
}
|
|
15084
15213
|
.tile.dashboard.color-alternative.inverted > .table-field > .table > .menubar {
|
|
15085
15214
|
border-top-color: rgba(255, 255, 255, 0.25);
|
|
@@ -15259,7 +15388,7 @@ Try these to switch between fonts:
|
|
|
15259
15388
|
* All rights reserved. This program and the accompanying materials
|
|
15260
15389
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15261
15390
|
* which accompanies this distribution, and is available at
|
|
15262
|
-
*
|
|
15391
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15263
15392
|
*
|
|
15264
15393
|
* Contributors:
|
|
15265
15394
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15273,14 +15402,18 @@ Try these to switch between fonts:
|
|
|
15273
15402
|
}
|
|
15274
15403
|
.login-box-content > form > .button {
|
|
15275
15404
|
margin-top: 16px;
|
|
15405
|
+
margin-bottom: 0;
|
|
15406
|
+
}
|
|
15407
|
+
.login-box-content > form > .message-box {
|
|
15408
|
+
margin: 0 20px 12px 20px;
|
|
15276
15409
|
}
|
|
15277
15410
|
.login-box-content > form > input.alternative:-webkit-autofill {
|
|
15278
15411
|
/* NOSONAR (for some reason, rule "less:overqualified-elements" is illegitimately triggered here)
|
|
15279
15412
|
/* Improve Chrome's auto-fill style by overriding the forced yellow background and black text color. */
|
|
15280
15413
|
/* (Requires some hacks, see http://webagility.com/posts/remove-forced-yellow-input-background-in-chrome) */
|
|
15281
15414
|
border-top-width: 0;
|
|
15282
|
-
padding-top:
|
|
15283
|
-
-webkit-box-shadow: inset 0 0 0 1000px #
|
|
15415
|
+
padding-top: 3px;
|
|
15416
|
+
-webkit-box-shadow: inset 0 0 0 1000px #252F34;
|
|
15284
15417
|
-webkit-text-fill-color: #E9EBEB !important;
|
|
15285
15418
|
/* NOSONAR (!important is okay here) */
|
|
15286
15419
|
}
|
|
@@ -15293,7 +15426,7 @@ Try these to switch between fonts:
|
|
|
15293
15426
|
/* NOSONAR (!important is okay here) */
|
|
15294
15427
|
}
|
|
15295
15428
|
.login-box-content > form > input.alternative:-webkit-autofill::selection {
|
|
15296
|
-
-webkit-text-fill-color: #
|
|
15429
|
+
-webkit-text-fill-color: #0E1316 !important;
|
|
15297
15430
|
/* NOSONAR (!important is okay here) */
|
|
15298
15431
|
}
|
|
15299
15432
|
/*
|
|
@@ -15316,7 +15449,7 @@ Try these to switch between fonts:
|
|
|
15316
15449
|
border-color: #9f5555;
|
|
15317
15450
|
}
|
|
15318
15451
|
.login-button.default.disabled {
|
|
15319
|
-
color: #
|
|
15452
|
+
color: #0E1316;
|
|
15320
15453
|
border-color: #71b0e8;
|
|
15321
15454
|
background-color: #71b0e8;
|
|
15322
15455
|
}
|
|
@@ -15327,7 +15460,7 @@ Try these to switch between fonts:
|
|
|
15327
15460
|
animation: pulsate 2s cubic-bezier(0.5, 0.1, 0.1, 0.5) infinite;
|
|
15328
15461
|
display: inline-block;
|
|
15329
15462
|
border-radius: 50%;
|
|
15330
|
-
border: 1px rgba(
|
|
15463
|
+
border: 1px rgba(14, 19, 22, 0.8) solid;
|
|
15331
15464
|
width: 18px;
|
|
15332
15465
|
height: 18px;
|
|
15333
15466
|
vertical-align: middle;
|
|
@@ -15339,6 +15472,31 @@ Try these to switch between fonts:
|
|
|
15339
15472
|
-o-animation: nop 0.05s;
|
|
15340
15473
|
animation: nop 0.05s;
|
|
15341
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
|
+
}
|
|
15342
15500
|
/*
|
|
15343
15501
|
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
|
|
15344
15502
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -15354,11 +15512,11 @@ Try these to switch between fonts:
|
|
|
15354
15512
|
white-space: nowrap;
|
|
15355
15513
|
}
|
|
15356
15514
|
/*
|
|
15357
|
-
* Copyright (c) 2010-
|
|
15515
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15358
15516
|
* All rights reserved. This program and the accompanying materials
|
|
15359
15517
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15360
15518
|
* which accompanies this distribution, and is available at
|
|
15361
|
-
*
|
|
15519
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15362
15520
|
*
|
|
15363
15521
|
* Contributors:
|
|
15364
15522
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15370,6 +15528,7 @@ Try these to switch between fonts:
|
|
|
15370
15528
|
height: 100%;
|
|
15371
15529
|
color: #71b0e8;
|
|
15372
15530
|
font-size: 14px;
|
|
15531
|
+
vertical-align: top;
|
|
15373
15532
|
}
|
|
15374
15533
|
.breadcrumb-item.last {
|
|
15375
15534
|
font-weight: bold;
|
|
@@ -15377,9 +15536,6 @@ Try these to switch between fonts:
|
|
|
15377
15536
|
.breadcrumb-item:hover:not(.disabled) {
|
|
15378
15537
|
color: #9dc8ef;
|
|
15379
15538
|
}
|
|
15380
|
-
.breadcrumb-item.first {
|
|
15381
|
-
vertical-align: top;
|
|
15382
|
-
}
|
|
15383
15539
|
.breadcrumb-item:not(.first)::before {
|
|
15384
15540
|
font-family: scoutIcons, Arial, sans-serif;
|
|
15385
15541
|
font-weight: normal;
|