@eclipse-scout/core 22.0.0 → 22.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eclipse-scout-core-e5e8740e3649f5b9f279.min.js +2 -0
- package/dist/eclipse-scout-core-e5e8740e3649f5b9f279.min.js.map +1 -0
- package/dist/eclipse-scout-core-theme-74b63e0d57bed407a729.min.css +1 -0
- package/dist/eclipse-scout-core-theme-dark-b82aea152f416e38ce7f.min.css +1 -0
- package/dist/eclipse-scout-core-theme-dark.css +597 -422
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +333 -158
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +1196 -811
- package/dist/eclipse-scout-core.js.map +1 -1
- package/dist/file-list +7 -0
- package/dist/locales.json +47126 -0
- package/dist/texts.json +1153 -0
- package/package.json +2 -2
- package/src/App.js +1 -1
- package/src/ErrorHandler.js +66 -28
- package/src/{table/TableHeaderMenuButtonKeyStroke.js → action/ActionExecKeyStroke.js} +4 -5
- package/src/action/Button.less +1 -0
- package/src/box/Box.less +12 -8
- package/src/breadcrumbbar/BreadcrumbBarLayout.js +2 -2
- package/src/breadcrumbbar/BreadcrumbItem.less +3 -6
- package/src/calendar/Calendar.js +40 -58
- package/src/calendar/Calendar.less +10 -10
- package/src/calendar/CalendarLayout.js +3 -1
- package/src/checkbox/CheckBox.less +3 -1
- package/src/datepicker/DatePicker.less +1 -0
- package/src/datepicker/DatePickerTouchPopup.js +8 -0
- package/src/desktop/DisableBrowserF5ReloadKeyStroke.js +1 -0
- package/src/desktop/bench/DesktopTabSelectKeyStroke.js +2 -1
- package/src/desktop/desktoptab/DesktopTab.less +5 -2
- package/src/desktop/desktoptab/DesktopTabArea.less +7 -3
- package/src/desktop/desktoptab/DesktopTabAreaLayout.js +1 -1
- package/src/desktop/desktoptab/DisableBrowserTabSwitchingKeyStroke.js +1 -0
- package/src/desktop/navigation/DesktopNavigation.less +4 -0
- package/src/desktop/navigation/EnlargeNavigationKeyStroke.js +1 -0
- package/src/desktop/navigation/ShrinkNavigationKeyStroke.js +1 -0
- package/src/desktop/notification/DesktopNotification.js +11 -4
- package/src/desktop/notification/DesktopNotification.less +5 -3
- package/src/desktop/outline/Outline.less +4 -4
- package/src/desktop/viewbutton/ViewButton.less +18 -9
- package/src/desktop/viewbutton/ViewMenuPopupEnterKeyStroke.js +2 -1
- package/src/desktop/viewbutton/ViewMenuTab.less +3 -2
- package/src/filechooser/FileChooser.js +1 -1
- package/src/filechooser/FileChooser.less +16 -11
- package/src/focus/FocusContext.js +11 -8
- package/src/focus/FocusManager.js +24 -5
- package/src/form/Form.less +1 -0
- package/src/form/fields/LookupBox.js +5 -2
- package/src/form/fields/LookupBox.less +28 -2
- package/src/form/fields/TextFieldIcon.less +2 -2
- package/src/form/fields/ValueField.js +11 -2
- package/src/form/fields/breadcrumbbarfield/BreadcrumbBarField.less +20 -0
- package/src/form/fields/button/ButtonKeyStroke.js +0 -3
- package/src/form/fields/datefield/DateField.js +31 -47
- package/src/form/fields/filechooserfield/FileChooserFieldBrowseKeyStroke.js +1 -3
- package/src/form/fields/filechooserfield/FileChooserFieldDeleteKeyStroke.js +1 -3
- package/src/form/fields/groupbox/GroupBox.js +14 -9
- package/src/form/fields/groupbox/GroupBox.less +1 -0
- package/src/form/fields/htmlfield/HtmlField.less +0 -1
- package/src/form/fields/listbox/ListBox.js +13 -7
- package/src/form/fields/lookupfield/lookupField.js +6 -5
- package/src/form/fields/smartfield/ProposalField.js +2 -1
- package/src/form/fields/smartfield/ProposalTreeNode.js +4 -8
- package/src/form/fields/smartfield/SmartField.js +4 -20
- package/src/form/fields/smartfield/SmartField.less +24 -11
- package/src/form/fields/splitbox/SplitBoxCollapseKeyStroke.js +1 -0
- package/src/form/fields/splitbox/SplitBoxFirstCollapseKeyStroke.js +1 -0
- package/src/form/fields/splitbox/SplitBoxSecondCollapseKeyStroke.js +1 -0
- package/src/form/fields/tabbox/TabAreaLayout.js +63 -66
- package/src/form/fields/tabbox/TabAreaLeftKeyStroke.js +2 -0
- package/src/form/fields/tabbox/TabAreaRightKeyStroke.js +2 -0
- package/src/form/fields/tabbox/TabBox.js +8 -7
- package/src/form/fields/tabbox/TabBox.less +2 -1
- package/src/form/fields/tabbox/TabBoxHeader.js +4 -0
- package/src/form/fields/tabbox/TabBoxHeaderLayout.js +5 -5
- package/src/form/fields/tabbox/TabItem.js +4 -0
- package/src/form/fields/treebox/TreeBox.js +6 -5
- package/src/glasspane/GlassPane.js +3 -3
- package/src/group/Group.less +1 -1
- package/src/index.js +1 -1
- package/src/index.less +1 -0
- package/src/jquery/jquery-scout.js +17 -4
- package/src/keystroke/CloseKeyStroke.js +1 -0
- package/src/keystroke/ContextMenuKeyStroke.js +1 -0
- package/src/keystroke/FocusFilterFieldKeyStroke.js +1 -0
- package/src/keystroke/KeyStroke.js +11 -3
- package/src/keystroke/TabItemKeyStroke.js +8 -5
- package/src/logging/logging.js +16 -8
- package/src/login/LoginBox.js +3 -2
- package/src/login/LoginBox.less +27 -8
- package/src/menu/ContextMenuPopup.less +9 -2
- package/src/menu/Menu.less +1 -0
- package/src/menu/MenuExecKeyStroke.js +3 -17
- package/src/menu/MenuNavigationKeyStroke.js +1 -0
- package/src/menu/menubar/MenuBarLeftKeyStroke.js +2 -0
- package/src/menu/menubar/MenuBarRightKeyStroke.js +2 -0
- package/src/messagebox/MessageBox.less +20 -20
- package/src/modeselector/Mode.less +15 -37
- package/src/modeselector/ModeSelector.js +1 -1
- package/src/modeselector/ModeSelector.less +2 -1
- package/src/planner/Planner.js +2 -0
- package/src/planner/PlannerHeader.less +2 -1
- package/src/popup/Popup.js +24 -8
- package/src/popup/PopupLayout.js +2 -8
- package/src/scrollbar/Scrollbar.less +8 -1
- package/src/scrollbar/scrollbars.js +26 -4
- package/src/session/Session.js +8 -5
- package/src/style/colors-dark.less +25 -11
- package/src/style/colors.less +17 -3
- package/src/style/fonts.less +10 -1
- package/src/style/mixins.less +21 -14
- package/src/style/sizes-dark.less +4 -1
- package/src/style/sizes.less +17 -9
- package/src/table/Table.js +63 -49
- package/src/table/Table.less +50 -20
- package/src/table/TableAdapter.js +9 -12
- package/src/table/TableHeader.js +10 -8
- package/src/table/TableHeader.less +1 -0
- package/src/table/TableHeaderMenu.js +3 -1
- package/src/table/TableHeaderMenu.less +7 -2
- package/src/table/TableHeaderMenuButton.js +2 -2
- package/src/table/TableLayout.js +6 -0
- package/src/table/columns/BooleanColumn.js +2 -2
- package/src/table/columns/Column.js +10 -7
- package/src/table/columns/ColumnOptimalWidthMeasurer.js +1 -1
- package/src/table/editor/CellEditorPopup.js +29 -15
- package/src/table/keystrokes/AbstractTableNavigationKeyStroke.js +1 -0
- package/src/table/keystrokes/TableCopyKeyStroke.js +1 -0
- package/src/table/keystrokes/TableNavigationCollapseKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationEndKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationExpandKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationHomeKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationPageDownKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationPageUpKeyStroke.js +2 -2
- package/src/table/keystrokes/TableNavigationUpKeyStroke.js +2 -2
- package/src/table/keystrokes/TableRefreshKeyStroke.js +2 -2
- package/src/table/keystrokes/TableSelectAllKeyStroke.js +3 -2
- package/src/table/keystrokes/TableStartCellEditKeyStroke.js +2 -2
- package/src/tagbar/TagBarOverflowPopupLayout.js +1 -1
- package/src/testing/index.js +1 -0
- package/src/testing/lookup/AbortableMicrotaskStaticLookupCall.js +50 -0
- package/src/tile/TileGrid.js +10 -12
- package/src/tile/TileGridLayout.js +2 -2
- package/src/tile/accordion/TileAccordion.js +16 -1
- package/src/tile/fields/FormFieldTile.less +18 -11
- package/src/tile/fields/button/ButtonTile.js +1 -1
- package/src/tile/fields/tablefield/TileTableField.less +19 -2
- package/src/tile/keystrokes/TileGridSelectKeyStroke.js +3 -2
- package/src/timepicker/TimePickerTouchPopup.js +8 -0
- package/src/tree/CompactTree.less +1 -1
- package/src/tree/LazyNodeFilter.js +4 -2
- package/src/tree/Tree.js +7 -5
- package/src/tree/Tree.less +13 -5
- package/src/tree/keystrokes/AbstractTreeNavigationKeyStroke.js +1 -0
- package/src/tree/keystrokes/TreeCollapseAllKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeExpandOrDrillDownKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationDownKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationEndKeyStroke.js +2 -2
- package/src/tree/keystrokes/TreeNavigationUpKeyStroke.js +2 -2
- package/src/util/Device.js +4 -4
- package/src/util/arrays.js +44 -2
- package/src/util/dragAndDrop.js +5 -4
- package/src/util/events.js +1 -1
- package/src/util/objects.js +4 -1
- package/src/widget/FilterSupport.js +1 -1
- package/src/widget/Widget.js +17 -7
|
@@ -223,7 +223,7 @@ input[type="password"].alternative {
|
|
|
223
223
|
padding-bottom: 1px;
|
|
224
224
|
/* Compensate padding-bottom to align input text with label on the left */
|
|
225
225
|
/* It won't be perfect (especially when zoomed) but should be good enough */
|
|
226
|
-
padding-top:
|
|
226
|
+
padding-top: 2px;
|
|
227
227
|
}
|
|
228
228
|
input.alternative,
|
|
229
229
|
.input-field.alternative {
|
|
@@ -711,6 +711,7 @@ iframe {
|
|
|
711
711
|
overflow: hidden;
|
|
712
712
|
text-overflow: ellipsis;
|
|
713
713
|
white-space: nowrap;
|
|
714
|
+
margin-top: 1px;
|
|
714
715
|
}
|
|
715
716
|
.button > .icon {
|
|
716
717
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -904,7 +905,7 @@ iframe {
|
|
|
904
905
|
vertical-align: middle;
|
|
905
906
|
}
|
|
906
907
|
.box-content {
|
|
907
|
-
border:
|
|
908
|
+
border: 0 solid #DADADA;
|
|
908
909
|
border-radius: 12px;
|
|
909
910
|
background-color: #fff;
|
|
910
911
|
max-width: 450px;
|
|
@@ -917,7 +918,7 @@ iframe {
|
|
|
917
918
|
text-align: center;
|
|
918
919
|
}
|
|
919
920
|
.box-content > .header > .logo {
|
|
920
|
-
margin-top:
|
|
921
|
+
margin-top: 4px;
|
|
921
922
|
margin-bottom: 40px;
|
|
922
923
|
max-height: 30px;
|
|
923
924
|
}
|
|
@@ -937,21 +938,23 @@ iframe {
|
|
|
937
938
|
}
|
|
938
939
|
@media (max-width: 490px) {
|
|
939
940
|
.box-content {
|
|
940
|
-
padding:
|
|
941
|
+
padding: 40px;
|
|
941
942
|
margin-left: 10px;
|
|
942
943
|
margin-right: 10px;
|
|
943
944
|
}
|
|
944
945
|
.box-content > .header > .logo {
|
|
945
|
-
margin-bottom:
|
|
946
|
+
margin-bottom: 30px;
|
|
947
|
+
margin-top: 0;
|
|
946
948
|
}
|
|
947
949
|
}
|
|
948
950
|
@media (max-height: 400px) {
|
|
949
951
|
.box-content {
|
|
950
|
-
padding-top:
|
|
951
|
-
padding-bottom:
|
|
952
|
+
padding-top: 25px;
|
|
953
|
+
padding-bottom: 25px;
|
|
952
954
|
}
|
|
953
955
|
.box-content > .header > .logo {
|
|
954
956
|
margin-bottom: 20px;
|
|
957
|
+
margin-top: 0;
|
|
955
958
|
}
|
|
956
959
|
}
|
|
957
960
|
@media (max-height: 700px) {
|
|
@@ -991,6 +994,7 @@ iframe {
|
|
|
991
994
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
992
995
|
*/
|
|
993
996
|
.check-box {
|
|
997
|
+
cursor: pointer;
|
|
994
998
|
position: relative;
|
|
995
999
|
display: inline-block;
|
|
996
1000
|
text-align: center;
|
|
@@ -1039,6 +1043,7 @@ iframe {
|
|
|
1039
1043
|
background-color: #fff;
|
|
1040
1044
|
}
|
|
1041
1045
|
.check-box.disabled {
|
|
1046
|
+
cursor: default;
|
|
1042
1047
|
border-color: #DADADA;
|
|
1043
1048
|
}
|
|
1044
1049
|
.check-box.disabled.checked {
|
|
@@ -1070,13 +1075,6 @@ iframe {
|
|
|
1070
1075
|
.calendar-scrollable-components {
|
|
1071
1076
|
height: 100%;
|
|
1072
1077
|
}
|
|
1073
|
-
.calendar-week-scrollable {
|
|
1074
|
-
overflow: visible;
|
|
1075
|
-
}
|
|
1076
|
-
.calendar-scrollable-components-week {
|
|
1077
|
-
top: calc(23px + 5px);
|
|
1078
|
-
height: calc(15% - ( 23px + 5px));
|
|
1079
|
-
}
|
|
1080
1078
|
.calendar-header {
|
|
1081
1079
|
position: relative;
|
|
1082
1080
|
display: block;
|
|
@@ -1196,7 +1194,8 @@ iframe {
|
|
|
1196
1194
|
cursor: pointer;
|
|
1197
1195
|
}
|
|
1198
1196
|
.calendar-mode {
|
|
1199
|
-
|
|
1197
|
+
padding: 0 8px;
|
|
1198
|
+
min-width: 65px;
|
|
1200
1199
|
border-top: 1px solid rgba(0, 0, 0, 0.23);
|
|
1201
1200
|
border-bottom: 1px solid rgba(0, 0, 0, 0.23);
|
|
1202
1201
|
border-left: 1px solid rgba(0, 0, 0, 0.23);
|
|
@@ -1397,9 +1396,15 @@ iframe {
|
|
|
1397
1396
|
height: calc(100% - 25px);
|
|
1398
1397
|
padding-right: 20px;
|
|
1399
1398
|
}
|
|
1399
|
+
.calendar-grid + .scroll-shadow {
|
|
1400
|
+
--scroll-shadow-inset-right: 20px;
|
|
1401
|
+
}
|
|
1400
1402
|
.calendar-grid.mobile {
|
|
1401
1403
|
padding-right: 6px;
|
|
1402
1404
|
}
|
|
1405
|
+
.calendar-grid.mobile + .scroll-shadow {
|
|
1406
|
+
--scroll-shadow-inset-right: 6px;
|
|
1407
|
+
}
|
|
1403
1408
|
.calendar-grid.calendar-grid-short {
|
|
1404
1409
|
height: calc(100% - 105px);
|
|
1405
1410
|
}
|
|
@@ -1872,6 +1877,7 @@ iframe {
|
|
|
1872
1877
|
cursor: default;
|
|
1873
1878
|
font-size: 18px;
|
|
1874
1879
|
line-height: 30px;
|
|
1880
|
+
margin-top: 1px;
|
|
1875
1881
|
overflow: hidden;
|
|
1876
1882
|
text-overflow: ellipsis;
|
|
1877
1883
|
white-space: nowrap;
|
|
@@ -2820,7 +2826,8 @@ iframe {
|
|
|
2820
2826
|
margin: 8px 3px 0 0;
|
|
2821
2827
|
padding: 10px 10px 0 20px;
|
|
2822
2828
|
border-radius: 12px 12px 0 0;
|
|
2823
|
-
border
|
|
2829
|
+
border: 0 solid transparent;
|
|
2830
|
+
border-bottom-width: 0;
|
|
2824
2831
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2825
2832
|
}
|
|
2826
2833
|
.closable.desktop-tab.simple-tab > .title-line {
|
|
@@ -2887,6 +2894,7 @@ iframe {
|
|
|
2887
2894
|
.desktop-tab.simple-tab:hover,
|
|
2888
2895
|
.desktop-tab.simple-tab:active {
|
|
2889
2896
|
background-color: rgba(0, 0, 0, 0.2);
|
|
2897
|
+
border-color: transparent;
|
|
2890
2898
|
}
|
|
2891
2899
|
.desktop-tab.simple-tab:hover > .title-line > .title,
|
|
2892
2900
|
.desktop-tab.simple-tab:active > .title-line > .title {
|
|
@@ -2909,6 +2917,7 @@ iframe {
|
|
|
2909
2917
|
}
|
|
2910
2918
|
.desktop-tab.simple-tab.selected {
|
|
2911
2919
|
background-color: #fff;
|
|
2920
|
+
border-color: transparent;
|
|
2912
2921
|
}
|
|
2913
2922
|
.desktop-tab.simple-tab.selected > .title-line > .icon-container {
|
|
2914
2923
|
color: #808080;
|
|
@@ -2942,19 +2951,22 @@ iframe {
|
|
|
2942
2951
|
position: absolute;
|
|
2943
2952
|
pointer-events: none;
|
|
2944
2953
|
background-color: transparent;
|
|
2945
|
-
bottom:
|
|
2946
|
-
height:
|
|
2947
|
-
width:
|
|
2948
|
-
box-
|
|
2949
|
-
|
|
2954
|
+
bottom: -5px;
|
|
2955
|
+
height: 12px;
|
|
2956
|
+
width: 12px;
|
|
2957
|
+
box-sizing: content-box;
|
|
2958
|
+
border: 5px solid var(--color);
|
|
2959
|
+
border-top: none;
|
|
2950
2960
|
}
|
|
2951
2961
|
.desktop-tab.simple-tab.selected > .edge.left {
|
|
2952
|
-
left: -
|
|
2953
|
-
border-bottom-right-radius:
|
|
2962
|
+
left: -12px;
|
|
2963
|
+
border-bottom-right-radius: 17px;
|
|
2964
|
+
border-left: none;
|
|
2954
2965
|
}
|
|
2955
2966
|
.desktop-tab.simple-tab.selected > .edge.right {
|
|
2956
|
-
right: -
|
|
2957
|
-
border-bottom-left-radius:
|
|
2967
|
+
right: -12px;
|
|
2968
|
+
border-bottom-left-radius: 17px;
|
|
2969
|
+
border-right: none;
|
|
2958
2970
|
}
|
|
2959
2971
|
.desktop-tab.simple-tab.selected > .edge.right {
|
|
2960
2972
|
z-index: 1;
|
|
@@ -3111,16 +3123,18 @@ iframe {
|
|
|
3111
3123
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
3112
3124
|
*/
|
|
3113
3125
|
.desktop-tab-area > .simple-overflow-tab-item {
|
|
3114
|
-
border-radius:
|
|
3115
|
-
margin:
|
|
3126
|
+
border-radius: 8px;
|
|
3127
|
+
margin: 14px 3px 6px;
|
|
3116
3128
|
background-color: rgba(0, 0, 0, 0.1);
|
|
3117
|
-
border: 0;
|
|
3129
|
+
border: 0 solid transparent;
|
|
3118
3130
|
}
|
|
3119
3131
|
.desktop-tab-area > .simple-overflow-tab-item:hover {
|
|
3120
3132
|
background-color: rgba(0, 0, 0, 0.2);
|
|
3133
|
+
border-color: transparent;
|
|
3121
3134
|
}
|
|
3122
3135
|
.desktop-tab-area > .simple-overflow-tab-item.selected {
|
|
3123
3136
|
background-color: rgba(0, 0, 0, 0.2);
|
|
3137
|
+
border-color: transparent;
|
|
3124
3138
|
}
|
|
3125
3139
|
/*
|
|
3126
3140
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
@@ -3241,6 +3255,9 @@ iframe {
|
|
|
3241
3255
|
.desktop-navigation > .desktop-tool-box > .menu-item > .font-icon {
|
|
3242
3256
|
font-size: 20px;
|
|
3243
3257
|
}
|
|
3258
|
+
.desktop-navigation > .desktop-tool-box > .menu-item.ellipsis > .font-icon {
|
|
3259
|
+
font-size: 22px;
|
|
3260
|
+
}
|
|
3244
3261
|
/*
|
|
3245
3262
|
* Copyright (c) 2014-2017 BSI Business Systems Integration AG.
|
|
3246
3263
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -3292,7 +3309,7 @@ iframe {
|
|
|
3292
3309
|
margin-left: -4px;
|
|
3293
3310
|
}
|
|
3294
3311
|
/*
|
|
3295
|
-
* Copyright (c) 2010-
|
|
3312
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
3296
3313
|
* All rights reserved. This program and the accompanying materials
|
|
3297
3314
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
3298
3315
|
* which accompanies this distribution, and is available at
|
|
@@ -3305,7 +3322,7 @@ iframe {
|
|
|
3305
3322
|
position: fixed;
|
|
3306
3323
|
right: 10px;
|
|
3307
3324
|
top: 0;
|
|
3308
|
-
height: 100
|
|
3325
|
+
height: calc(100% - 72px);
|
|
3309
3326
|
width: 300px;
|
|
3310
3327
|
margin-top: 72px;
|
|
3311
3328
|
pointer-events: none;
|
|
@@ -3576,7 +3593,7 @@ iframe {
|
|
|
3576
3593
|
}
|
|
3577
3594
|
.outline.tree > .tree-data > .tree-node > .font-icon,
|
|
3578
3595
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .font-icon {
|
|
3579
|
-
line-height:
|
|
3596
|
+
line-height: 15px;
|
|
3580
3597
|
font-size: 16px;
|
|
3581
3598
|
color: #999999;
|
|
3582
3599
|
}
|
|
@@ -3589,13 +3606,9 @@ iframe {
|
|
|
3589
3606
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control {
|
|
3590
3607
|
padding-top: 9px;
|
|
3591
3608
|
padding-left: 20px;
|
|
3592
|
-
line-height:
|
|
3609
|
+
line-height: 15px;
|
|
3593
3610
|
color: #999999;
|
|
3594
3611
|
}
|
|
3595
|
-
.outline.tree > .tree-data > .tree-node > .tree-node-control::before,
|
|
3596
|
-
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control::before {
|
|
3597
|
-
font-size: 18px;
|
|
3598
|
-
}
|
|
3599
3612
|
.outline.tree > .tree-data > .tree-node > .tree-node-control:hover,
|
|
3600
3613
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .tree-node-control:hover {
|
|
3601
3614
|
color: #FE9915;
|
|
@@ -3613,6 +3626,10 @@ iframe {
|
|
|
3613
3626
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .tree-node-control {
|
|
3614
3627
|
color: rgba(255, 255, 255, 0.7);
|
|
3615
3628
|
}
|
|
3629
|
+
.outline.tree > .tree-data > .tree-node.selected > .tree-node-control:hover,
|
|
3630
|
+
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .tree-node-control:hover {
|
|
3631
|
+
color: #FE9915;
|
|
3632
|
+
}
|
|
3616
3633
|
.outline.tree > .tree-data > .tree-node.selected > .font-icon,
|
|
3617
3634
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .font-icon {
|
|
3618
3635
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -4079,7 +4096,7 @@ iframe {
|
|
|
4079
4096
|
bottom: 6px;
|
|
4080
4097
|
}
|
|
4081
4098
|
/*
|
|
4082
|
-
* Copyright (c)
|
|
4099
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4083
4100
|
* All rights reserved. This program and the accompanying materials
|
|
4084
4101
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4085
4102
|
* which accompanies this distribution, and is available at
|
|
@@ -4103,6 +4120,9 @@ iframe {
|
|
|
4103
4120
|
.view-tab.in-background {
|
|
4104
4121
|
border-radius: 12px;
|
|
4105
4122
|
}
|
|
4123
|
+
.view-tab > .edge {
|
|
4124
|
+
position: absolute;
|
|
4125
|
+
}
|
|
4106
4126
|
.view-tab.selected:not(.in-background) {
|
|
4107
4127
|
margin: 8px 0 0;
|
|
4108
4128
|
border-radius: 12px 12px 0 0;
|
|
@@ -4112,19 +4132,22 @@ iframe {
|
|
|
4112
4132
|
position: absolute;
|
|
4113
4133
|
pointer-events: none;
|
|
4114
4134
|
background-color: transparent;
|
|
4115
|
-
bottom:
|
|
4116
|
-
height:
|
|
4117
|
-
width:
|
|
4118
|
-
box-
|
|
4119
|
-
|
|
4135
|
+
bottom: -5px;
|
|
4136
|
+
height: 12px;
|
|
4137
|
+
width: 12px;
|
|
4138
|
+
box-sizing: content-box;
|
|
4139
|
+
border: 5px solid var(--color);
|
|
4140
|
+
border-top: none;
|
|
4120
4141
|
}
|
|
4121
4142
|
.view-tab.selected:not(.in-background) > .edge.left {
|
|
4122
|
-
left: -
|
|
4123
|
-
border-bottom-right-radius:
|
|
4143
|
+
left: -12px;
|
|
4144
|
+
border-bottom-right-radius: 17px;
|
|
4145
|
+
border-left: none;
|
|
4124
4146
|
}
|
|
4125
4147
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4126
|
-
right: -
|
|
4127
|
-
border-bottom-left-radius:
|
|
4148
|
+
right: -12px;
|
|
4149
|
+
border-bottom-left-radius: 17px;
|
|
4150
|
+
border-right: none;
|
|
4128
4151
|
}
|
|
4129
4152
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4130
4153
|
z-index: 1;
|
|
@@ -4140,14 +4163,12 @@ iframe {
|
|
|
4140
4163
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.left,
|
|
4141
4164
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.left {
|
|
4142
4165
|
visibility: hidden;
|
|
4143
|
-
|
|
4144
|
-
animation: show-view-tab-left-edge 200ms ease-out 0s forwards;
|
|
4166
|
+
animation: show-view-tab-left-edge 40ms ease-out 160ms forwards;
|
|
4145
4167
|
}
|
|
4146
4168
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.right,
|
|
4147
4169
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.right {
|
|
4148
4170
|
visibility: hidden;
|
|
4149
|
-
|
|
4150
|
-
animation: show-view-tab-right-edge 200ms ease-out 0s forwards;
|
|
4171
|
+
animation: show-view-tab-right-edge 40ms ease-out 160ms forwards;
|
|
4151
4172
|
}
|
|
4152
4173
|
.view-button-tab {
|
|
4153
4174
|
display: flex;
|
|
@@ -4188,15 +4209,21 @@ iframe {
|
|
|
4188
4209
|
font-size: 20px;
|
|
4189
4210
|
}
|
|
4190
4211
|
@keyframes show-view-tab-left-edge {
|
|
4191
|
-
|
|
4212
|
+
0% {
|
|
4192
4213
|
visibility: visible;
|
|
4193
|
-
|
|
4214
|
+
left: -5px;
|
|
4215
|
+
}
|
|
4216
|
+
100% {
|
|
4217
|
+
left: -12px;
|
|
4194
4218
|
}
|
|
4195
4219
|
}
|
|
4196
4220
|
@keyframes show-view-tab-right-edge {
|
|
4197
|
-
|
|
4221
|
+
0% {
|
|
4198
4222
|
visibility: visible;
|
|
4199
|
-
|
|
4223
|
+
right: -5px;
|
|
4224
|
+
}
|
|
4225
|
+
100% {
|
|
4226
|
+
right: -12px;
|
|
4200
4227
|
}
|
|
4201
4228
|
}
|
|
4202
4229
|
/*
|
|
@@ -4225,7 +4252,7 @@ iframe {
|
|
|
4225
4252
|
color: #fff;
|
|
4226
4253
|
}
|
|
4227
4254
|
/*
|
|
4228
|
-
* Copyright (c)
|
|
4255
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4229
4256
|
* All rights reserved. This program and the accompanying materials
|
|
4230
4257
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4231
4258
|
* which accompanies this distribution, and is available at
|
|
@@ -4245,12 +4272,12 @@ iframe {
|
|
|
4245
4272
|
align-items: center;
|
|
4246
4273
|
justify-content: center;
|
|
4247
4274
|
background-color: transparent;
|
|
4275
|
+
cursor: pointer;
|
|
4248
4276
|
}
|
|
4249
4277
|
.view-menu-tab > .view-button:hover,
|
|
4250
4278
|
.view-menu-tab > .view-menu:hover {
|
|
4251
4279
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4252
4280
|
color: inherit;
|
|
4253
|
-
cursor: pointer;
|
|
4254
4281
|
}
|
|
4255
4282
|
.view-menu-tab > .view-button.disabled,
|
|
4256
4283
|
.view-menu-tab > .view-menu.disabled {
|
|
@@ -4359,6 +4386,7 @@ iframe {
|
|
|
4359
4386
|
.view-menu-tab.selected:not(.in-background) > .view-button {
|
|
4360
4387
|
padding-left: 6px;
|
|
4361
4388
|
width: 56px;
|
|
4389
|
+
cursor: default;
|
|
4362
4390
|
}
|
|
4363
4391
|
.selected-button-invisible.view-menu-tab.selected:not(.in-background) > .view-menu {
|
|
4364
4392
|
width: 50px;
|
|
@@ -4435,11 +4463,11 @@ iframe {
|
|
|
4435
4463
|
background-color: #FAFAFA;
|
|
4436
4464
|
}
|
|
4437
4465
|
/*
|
|
4438
|
-
* Copyright (c) 2010-
|
|
4466
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4439
4467
|
* All rights reserved. This program and the accompanying materials
|
|
4440
4468
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4441
4469
|
* which accompanies this distribution, and is available at
|
|
4442
|
-
*
|
|
4470
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
4443
4471
|
*
|
|
4444
4472
|
* Contributors:
|
|
4445
4473
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -4594,16 +4622,21 @@ iframe {
|
|
|
4594
4622
|
}
|
|
4595
4623
|
@media (max-width: 473px) {
|
|
4596
4624
|
.file-chooser {
|
|
4597
|
-
/* reduce message box width on small screens */
|
|
4598
|
-
max-width: 330px;
|
|
4599
|
-
/* no need to have a margin on small screens */
|
|
4600
4625
|
margin: 0;
|
|
4626
|
+
/* no need to have a margin on small screens */
|
|
4627
|
+
}
|
|
4628
|
+
.file-chooser > .box-buttons {
|
|
4629
|
+
padding: 0 13px 26px 13px;
|
|
4630
|
+
/* use less x-padding for buttons so that more text can be shown */
|
|
4601
4631
|
}
|
|
4602
4632
|
.file-chooser > .box-buttons > .box-button {
|
|
4603
4633
|
margin-right: 4px;
|
|
4604
4634
|
min-width: 70px;
|
|
4605
4635
|
/* less min width for buttons on small screens */
|
|
4606
4636
|
}
|
|
4637
|
+
.file-chooser > .box-buttons > .box-button:last-child {
|
|
4638
|
+
margin-right: 0;
|
|
4639
|
+
}
|
|
4607
4640
|
}
|
|
4608
4641
|
/*
|
|
4609
4642
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -4788,6 +4821,7 @@ iframe {
|
|
|
4788
4821
|
white-space: nowrap;
|
|
4789
4822
|
font-size: 16px;
|
|
4790
4823
|
color: #000;
|
|
4824
|
+
margin-top: 1px;
|
|
4791
4825
|
}
|
|
4792
4826
|
.form > .header > .sub-title {
|
|
4793
4827
|
overflow: hidden;
|
|
@@ -5143,11 +5177,11 @@ iframe {
|
|
|
5143
5177
|
position: absolute;
|
|
5144
5178
|
}
|
|
5145
5179
|
/*
|
|
5146
|
-
* Copyright (c)
|
|
5180
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
5147
5181
|
* All rights reserved. This program and the accompanying materials
|
|
5148
5182
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
5149
5183
|
* which accompanies this distribution, and is available at
|
|
5150
|
-
*
|
|
5184
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
5151
5185
|
*
|
|
5152
5186
|
* Contributors:
|
|
5153
5187
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -5189,6 +5223,34 @@ iframe {
|
|
|
5189
5223
|
top: 0;
|
|
5190
5224
|
height: 100%;
|
|
5191
5225
|
}
|
|
5226
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row.inactive,
|
|
5227
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row.inactive {
|
|
5228
|
+
font-style: italic;
|
|
5229
|
+
}
|
|
5230
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row.inactive > .table-cell.last > .text::after,
|
|
5231
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row.inactive > .table-cell.last > .text::after {
|
|
5232
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5233
|
+
}
|
|
5234
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row > .table-cell.last.inactive,
|
|
5235
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row > .table-cell.last.inactive {
|
|
5236
|
+
font-style: italic;
|
|
5237
|
+
}
|
|
5238
|
+
.lookup-box > .field > .structure.tree > .table-data > .table-row > .table-cell.last.inactive > .text::after,
|
|
5239
|
+
.lookup-box > .field > .structure.table > .table-data > .table-row > .table-cell.last.inactive > .text::after {
|
|
5240
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5241
|
+
}
|
|
5242
|
+
.lookup-box > .field > .structure.tree > .tree-data > .tree-node.inactive,
|
|
5243
|
+
.lookup-box > .field > .structure.table > .tree-data > .tree-node.inactive,
|
|
5244
|
+
.lookup-box > .field > .structure.tree > .tree-data > .animation-wrapper > .tree-node.inactive,
|
|
5245
|
+
.lookup-box > .field > .structure.table > .tree-data > .animation-wrapper > .tree-node.inactive {
|
|
5246
|
+
font-style: italic;
|
|
5247
|
+
}
|
|
5248
|
+
.lookup-box > .field > .structure.tree > .tree-data > .tree-node.inactive > .text::after,
|
|
5249
|
+
.lookup-box > .field > .structure.table > .tree-data > .tree-node.inactive > .text::after,
|
|
5250
|
+
.lookup-box > .field > .structure.tree > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after,
|
|
5251
|
+
.lookup-box > .field > .structure.table > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after {
|
|
5252
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
5253
|
+
}
|
|
5192
5254
|
/*
|
|
5193
5255
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
5194
5256
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -6058,6 +6120,7 @@ iframe {
|
|
|
6058
6120
|
vertical-align: middle;
|
|
6059
6121
|
padding: 12px 0 12px 0;
|
|
6060
6122
|
max-width: 100%;
|
|
6123
|
+
margin-top: 1px;
|
|
6061
6124
|
}
|
|
6062
6125
|
.group-box.has-sub-label > .group-box-header > .title {
|
|
6063
6126
|
padding-bottom: 7px;
|
|
@@ -6238,7 +6301,6 @@ iframe {
|
|
|
6238
6301
|
}
|
|
6239
6302
|
.html-field > .field {
|
|
6240
6303
|
margin-left: 10px;
|
|
6241
|
-
overflow: hidden;
|
|
6242
6304
|
}
|
|
6243
6305
|
.html-field > .field:focus {
|
|
6244
6306
|
outline: none;
|
|
@@ -6575,11 +6637,11 @@ iframe {
|
|
|
6575
6637
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
6576
6638
|
*/
|
|
6577
6639
|
/*
|
|
6578
|
-
* Copyright (c)
|
|
6640
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
6579
6641
|
* All rights reserved. This program and the accompanying materials
|
|
6580
6642
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
6581
6643
|
* which accompanies this distribution, and is available at
|
|
6582
|
-
*
|
|
6644
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
6583
6645
|
*
|
|
6584
6646
|
* Contributors:
|
|
6585
6647
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -6889,15 +6951,26 @@ iframe {
|
|
|
6889
6951
|
.proposal-chooser > .table > .table-data > .table-row.first.selected::after {
|
|
6890
6952
|
top: -1px;
|
|
6891
6953
|
}
|
|
6954
|
+
.proposal-chooser > .table > .table-data > .table-row.inactive {
|
|
6955
|
+
font-style: italic;
|
|
6956
|
+
}
|
|
6957
|
+
.proposal-chooser > .table > .table-data > .table-row.inactive > .table-cell.last > .text::after {
|
|
6958
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
6959
|
+
}
|
|
6892
6960
|
.proposal-chooser > .table > .table-data > .scrollbar.y-axis > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
6893
6961
|
margin-left: 1px;
|
|
6894
6962
|
}
|
|
6895
6963
|
.proposal-chooser > .tree > .tree-data {
|
|
6896
6964
|
padding: 8px 12px;
|
|
6897
6965
|
}
|
|
6898
|
-
.proposal-chooser > .tree > .tree-data > .tree-node.inactive
|
|
6966
|
+
.proposal-chooser > .tree > .tree-data > .tree-node.inactive,
|
|
6967
|
+
.proposal-chooser > .tree > .tree-data > .animation-wrapper > .tree-node.inactive {
|
|
6899
6968
|
font-style: italic;
|
|
6900
6969
|
}
|
|
6970
|
+
.proposal-chooser > .tree > .tree-data > .tree-node.inactive > .text::after,
|
|
6971
|
+
.proposal-chooser > .tree > .tree-data > .animation-wrapper > .tree-node.inactive > .text::after {
|
|
6972
|
+
content: ' (' var(--inactive-lookup-row-suffix-text) ')';
|
|
6973
|
+
}
|
|
6901
6974
|
.status > .ellipsis {
|
|
6902
6975
|
padding-left: 3px;
|
|
6903
6976
|
}
|
|
@@ -7216,7 +7289,7 @@ iframe {
|
|
|
7216
7289
|
.tab-box-header > .menubar {
|
|
7217
7290
|
position: absolute;
|
|
7218
7291
|
background-color: inherit;
|
|
7219
|
-
border-bottom
|
|
7292
|
+
border-bottom: none;
|
|
7220
7293
|
}
|
|
7221
7294
|
.tab-box-header > .status {
|
|
7222
7295
|
position: absolute;
|
|
@@ -7379,6 +7452,7 @@ iframe {
|
|
|
7379
7452
|
display: inline-block;
|
|
7380
7453
|
vertical-align: middle;
|
|
7381
7454
|
padding: 12px 0 12px;
|
|
7455
|
+
margin-top: 1px;
|
|
7382
7456
|
}
|
|
7383
7457
|
.tab-area.has-sub-label > .tab-item > .title {
|
|
7384
7458
|
padding-bottom: 7px;
|
|
@@ -8151,6 +8225,7 @@ iframe {
|
|
|
8151
8225
|
overflow: hidden;
|
|
8152
8226
|
text-overflow: ellipsis;
|
|
8153
8227
|
white-space: nowrap;
|
|
8228
|
+
margin-top: 1px;
|
|
8154
8229
|
}
|
|
8155
8230
|
.menu-item > .font-icon {
|
|
8156
8231
|
font-size: 16px;
|
|
@@ -8237,6 +8312,7 @@ iframe {
|
|
|
8237
8312
|
overflow: hidden;
|
|
8238
8313
|
text-overflow: ellipsis;
|
|
8239
8314
|
white-space: nowrap;
|
|
8315
|
+
margin-top: 1px;
|
|
8240
8316
|
}
|
|
8241
8317
|
.menu-button > .icon {
|
|
8242
8318
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -8474,12 +8550,16 @@ iframe {
|
|
|
8474
8550
|
.context-menu > .menu-item.selected {
|
|
8475
8551
|
background-color: #E9F0F6;
|
|
8476
8552
|
}
|
|
8553
|
+
.context-menu > .menu-item.selected.has-popup {
|
|
8554
|
+
color: #000;
|
|
8555
|
+
}
|
|
8556
|
+
.context-menu > .menu-item.selected.has-popup.disabled {
|
|
8557
|
+
color: #808080;
|
|
8558
|
+
background-color: #E9F0F6;
|
|
8559
|
+
}
|
|
8477
8560
|
.context-menu > .menu-item.selected > .submenu-icon {
|
|
8478
8561
|
transform: none;
|
|
8479
8562
|
}
|
|
8480
|
-
.context-menu > .menu-item.expanded {
|
|
8481
|
-
color: #1561A7;
|
|
8482
|
-
}
|
|
8483
8563
|
.context-menu > .menu-item.expanded > .submenu-icon {
|
|
8484
8564
|
-webkit-transform: rotateX(180deg) translateY(-1px);
|
|
8485
8565
|
-ms-transform: rotateX(180deg) translateY(-1px);
|
|
@@ -8875,7 +8955,7 @@ iframe {
|
|
|
8875
8955
|
margin: 8px 6px;
|
|
8876
8956
|
}
|
|
8877
8957
|
/*
|
|
8878
|
-
* Copyright (c) 2010-
|
|
8958
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
8879
8959
|
* All rights reserved. This program and the accompanying materials
|
|
8880
8960
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
8881
8961
|
* which accompanies this distribution, and is available at
|
|
@@ -8900,6 +8980,18 @@ iframe {
|
|
|
8900
8980
|
.messagebox.full-height.full-width {
|
|
8901
8981
|
border-radius: 0;
|
|
8902
8982
|
}
|
|
8983
|
+
.messagebox.full-width > .messagebox-buttons {
|
|
8984
|
+
padding-left: 10px;
|
|
8985
|
+
padding-right: 10px;
|
|
8986
|
+
}
|
|
8987
|
+
.messagebox.full-width > .messagebox-buttons > .box-button {
|
|
8988
|
+
min-width: 70px;
|
|
8989
|
+
/* less min width for buttons on small screens */
|
|
8990
|
+
margin-right: 8px;
|
|
8991
|
+
}
|
|
8992
|
+
.messagebox.full-width > .messagebox-buttons > .box-button:last-child {
|
|
8993
|
+
margin-right: 0;
|
|
8994
|
+
}
|
|
8903
8995
|
.messagebox.info > .messagebox-content > .messagebox-header {
|
|
8904
8996
|
color: #1561A7;
|
|
8905
8997
|
}
|
|
@@ -9194,26 +9286,12 @@ iframe {
|
|
|
9194
9286
|
}
|
|
9195
9287
|
@media (max-width: 473px) {
|
|
9196
9288
|
.messagebox {
|
|
9197
|
-
/* reduce message box width on small screens */
|
|
9198
|
-
max-width: 330px;
|
|
9199
9289
|
/* no need to have a margin on small screens */
|
|
9200
9290
|
margin: 0;
|
|
9201
9291
|
}
|
|
9202
|
-
.messagebox > .messagebox-buttons {
|
|
9203
|
-
padding-left: 10px;
|
|
9204
|
-
padding-right: 10px;
|
|
9205
|
-
}
|
|
9206
|
-
.messagebox > .messagebox-buttons > .box-button {
|
|
9207
|
-
min-width: 70px;
|
|
9208
|
-
/* less min width for buttons on small screens */
|
|
9209
|
-
margin-right: 8px;
|
|
9210
|
-
}
|
|
9211
|
-
.messagebox > .messagebox-buttons > .box-button:last-child {
|
|
9212
|
-
margin-right: 0;
|
|
9213
|
-
}
|
|
9214
9292
|
}
|
|
9215
9293
|
/*
|
|
9216
|
-
* Copyright (c) 2010-
|
|
9294
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9217
9295
|
* All rights reserved. This program and the accompanying materials
|
|
9218
9296
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9219
9297
|
* which accompanies this distribution, and is available at
|
|
@@ -9223,10 +9301,13 @@ iframe {
|
|
|
9223
9301
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9224
9302
|
*/
|
|
9225
9303
|
.mode {
|
|
9226
|
-
|
|
9304
|
+
--padding-x: 12px;
|
|
9305
|
+
--padding-y: 6px;
|
|
9306
|
+
--border-width: 1px;
|
|
9307
|
+
border: var(--border-width) solid rgba(0, 0, 0, 0.23);
|
|
9227
9308
|
border-radius: 0;
|
|
9228
9309
|
flex: 1 1 0;
|
|
9229
|
-
padding:
|
|
9310
|
+
padding: var(--padding-y) var(--padding-x);
|
|
9230
9311
|
overflow: hidden;
|
|
9231
9312
|
text-overflow: ellipsis;
|
|
9232
9313
|
}
|
|
@@ -9241,12 +9322,12 @@ iframe {
|
|
|
9241
9322
|
}
|
|
9242
9323
|
.mode:not(.last):not(.selected) {
|
|
9243
9324
|
border-right: none;
|
|
9244
|
-
padding-right:
|
|
9325
|
+
padding-right: calc(var(--padding-x) + var(--border-width));
|
|
9245
9326
|
/* account for the missing border, so that text does not jump */
|
|
9246
9327
|
}
|
|
9247
9328
|
.mode.after-selected {
|
|
9248
9329
|
border-left: none;
|
|
9249
|
-
padding-left:
|
|
9330
|
+
padding-left: calc(var(--padding-x) + var(--border-width));
|
|
9250
9331
|
/* account for the missing border, so that text does not jump */
|
|
9251
9332
|
}
|
|
9252
9333
|
.mode.selected {
|
|
@@ -9271,21 +9352,12 @@ iframe {
|
|
|
9271
9352
|
.mode > .icon.with-label {
|
|
9272
9353
|
margin-right: 8px;
|
|
9273
9354
|
}
|
|
9274
|
-
.mode-selector.alternative {
|
|
9275
|
-
border: 3px solid transparent;
|
|
9276
|
-
}
|
|
9277
9355
|
.mode-selector.alternative > .mode {
|
|
9356
|
+
--border-width: 0px;
|
|
9278
9357
|
color: #666666;
|
|
9279
|
-
border: none;
|
|
9280
9358
|
background-color: transparent;
|
|
9281
9359
|
border-radius: 3px;
|
|
9282
9360
|
}
|
|
9283
|
-
.mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9284
|
-
padding-right: 12px;
|
|
9285
|
-
}
|
|
9286
|
-
.mode-selector.alternative > .mode.after-selected {
|
|
9287
|
-
padding-left: 12px;
|
|
9288
|
-
}
|
|
9289
9361
|
.mode-selector.alternative > .mode:hover {
|
|
9290
9362
|
background-color: rgba(0, 0, 0, 0.05);
|
|
9291
9363
|
}
|
|
@@ -9312,24 +9384,11 @@ iframe {
|
|
|
9312
9384
|
cursor: default;
|
|
9313
9385
|
}
|
|
9314
9386
|
.dense .mode-selector > .mode {
|
|
9315
|
-
padding:
|
|
9316
|
-
|
|
9317
|
-
.dense .mode-selector > .mode:not(.last):not(.selected) {
|
|
9318
|
-
padding-right: 6px;
|
|
9319
|
-
/* account for the missing border, so that text does not jump */
|
|
9320
|
-
}
|
|
9321
|
-
.dense .mode-selector > .mode.after-selected {
|
|
9322
|
-
padding-left: 6px;
|
|
9323
|
-
/* account for the missing border, so that text does not jump */
|
|
9324
|
-
}
|
|
9325
|
-
.dense .mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9326
|
-
padding-right: 5px;
|
|
9327
|
-
}
|
|
9328
|
-
.dense .mode-selector.alternative > .mode.after-selected {
|
|
9329
|
-
padding-left: 5px;
|
|
9387
|
+
--padding-x: 5px;
|
|
9388
|
+
--padding-y: 3px;
|
|
9330
9389
|
}
|
|
9331
9390
|
/*
|
|
9332
|
-
* Copyright (c) 2010-
|
|
9391
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9333
9392
|
* All rights reserved. This program and the accompanying materials
|
|
9334
9393
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9335
9394
|
* which accompanies this distribution, and is available at
|
|
@@ -9351,6 +9410,7 @@ iframe {
|
|
|
9351
9410
|
.mode-selector.alternative {
|
|
9352
9411
|
background-color: rgba(0, 0, 0, 0.08);
|
|
9353
9412
|
border-radius: 3px;
|
|
9413
|
+
border: 3px solid transparent;
|
|
9354
9414
|
}
|
|
9355
9415
|
.mode-selector.alternative:not(.disabled) > .mode-slider {
|
|
9356
9416
|
display: block;
|
|
@@ -9788,7 +9848,8 @@ iframe {
|
|
|
9788
9848
|
cursor: pointer;
|
|
9789
9849
|
}
|
|
9790
9850
|
.planner-mode {
|
|
9791
|
-
|
|
9851
|
+
padding: 0 8px;
|
|
9852
|
+
min-width: 65px;
|
|
9792
9853
|
text-align: center;
|
|
9793
9854
|
border-top: 1px solid rgba(0, 0, 0, 0.23);
|
|
9794
9855
|
border-bottom: 1px solid rgba(0, 0, 0, 0.23);
|
|
@@ -10309,6 +10370,10 @@ iframe {
|
|
|
10309
10370
|
--scroll-shadow-size: 5px;
|
|
10310
10371
|
--scroll-shadow-blur: 5px;
|
|
10311
10372
|
--scroll-shadow-spread: 6px;
|
|
10373
|
+
--scroll-shadow-inset-top: 0;
|
|
10374
|
+
--scroll-shadow-inset-right: 0;
|
|
10375
|
+
--scroll-shadow-inset-bottom: 0;
|
|
10376
|
+
--scroll-shadow-inset-left: 0;
|
|
10312
10377
|
}
|
|
10313
10378
|
.scroll-shadow.top {
|
|
10314
10379
|
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;
|
|
@@ -11670,7 +11735,7 @@ Try these to switch between fonts:
|
|
|
11670
11735
|
/* scoutIcons: custom icons */
|
|
11671
11736
|
/* scoutIcons: awesome icons */
|
|
11672
11737
|
/*
|
|
11673
|
-
* Copyright (c) 2010-
|
|
11738
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11674
11739
|
* All rights reserved. This program and the accompanying materials
|
|
11675
11740
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11676
11741
|
* which accompanies this distribution, and is available at
|
|
@@ -11730,25 +11795,38 @@ Try these to switch between fonts:
|
|
|
11730
11795
|
background-color: rgba(0, 0, 0, 0.12);
|
|
11731
11796
|
color: #262626;
|
|
11732
11797
|
}
|
|
11733
|
-
#scout .tooltip-status
|
|
11798
|
+
#scout .tooltip-status {
|
|
11799
|
+
visibility: visible;
|
|
11800
|
+
cursor: pointer;
|
|
11801
|
+
}
|
|
11802
|
+
#scout .tooltip-status::before {
|
|
11803
|
+
content: '\E002';
|
|
11804
|
+
color: #808080;
|
|
11805
|
+
font-size: 16px;
|
|
11806
|
+
}
|
|
11807
|
+
#scout .tooltip-status:hover::before {
|
|
11808
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
11809
|
+
color: #262626;
|
|
11810
|
+
}
|
|
11811
|
+
#scout .tooltip-status:active::before,
|
|
11812
|
+
#scout .tooltip-status.selected::before {
|
|
11813
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
11814
|
+
color: #262626;
|
|
11815
|
+
}
|
|
11734
11816
|
#scout .info-status {
|
|
11735
11817
|
visibility: visible;
|
|
11736
11818
|
cursor: pointer;
|
|
11737
11819
|
}
|
|
11738
|
-
#scout .tooltip-status::before,
|
|
11739
11820
|
#scout .info-status::before {
|
|
11740
11821
|
content: '\E002';
|
|
11741
11822
|
color: #808080;
|
|
11742
11823
|
font-size: 16px;
|
|
11743
11824
|
}
|
|
11744
|
-
#scout .tooltip-status:hover::before,
|
|
11745
11825
|
#scout .info-status:hover::before {
|
|
11746
11826
|
background-color: rgba(0, 0, 0, 0.08);
|
|
11747
11827
|
color: #262626;
|
|
11748
11828
|
}
|
|
11749
|
-
#scout .tooltip-status:active::before,
|
|
11750
11829
|
#scout .info-status:active::before,
|
|
11751
|
-
#scout .tooltip-status.selected::before,
|
|
11752
11830
|
#scout .info-status.selected::before {
|
|
11753
11831
|
background-color: rgba(0, 0, 0, 0.12);
|
|
11754
11832
|
color: #262626;
|
|
@@ -11866,7 +11944,7 @@ Try these to switch between fonts:
|
|
|
11866
11944
|
* All rights reserved. This program and the accompanying materials
|
|
11867
11945
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11868
11946
|
* which accompanies this distribution, and is available at
|
|
11869
|
-
*
|
|
11947
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
11870
11948
|
*
|
|
11871
11949
|
* Contributors:
|
|
11872
11950
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -12036,6 +12114,13 @@ Try these to switch between fonts:
|
|
|
12036
12114
|
.table.table-row-check > .table-data > .table-row.selected::after {
|
|
12037
12115
|
display: none;
|
|
12038
12116
|
}
|
|
12117
|
+
.table.table-row-check > .table-data > .table-row:hover {
|
|
12118
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
12119
|
+
}
|
|
12120
|
+
.table.table-row-check > .table-data > .table-row.disabled,
|
|
12121
|
+
.table.table-row-check > .table-data.disabled > .table-row {
|
|
12122
|
+
background-color: transparent;
|
|
12123
|
+
}
|
|
12039
12124
|
.table.table-row-check > .table-data > .table-row.checked,
|
|
12040
12125
|
.table.table-row-check > .table-data > .table-row.checked.selected {
|
|
12041
12126
|
/* Mark checked rows with a background color */
|
|
@@ -12045,6 +12130,16 @@ Try these to switch between fonts:
|
|
|
12045
12130
|
.table.table-row-check > .table-data > .table-row.checked.selected > .table-cell {
|
|
12046
12131
|
color: #fff;
|
|
12047
12132
|
}
|
|
12133
|
+
.table.table-row-check > .table-data > .table-row.checked:hover,
|
|
12134
|
+
.table.table-row-check > .table-data > .table-row.checked.selected:hover {
|
|
12135
|
+
background-color: #014786;
|
|
12136
|
+
}
|
|
12137
|
+
.table.table-row-check > .table-data > .table-row.disabled.checked,
|
|
12138
|
+
.table.table-row-check > .table-data.disabled > .table-row.checked,
|
|
12139
|
+
.table.table-row-check > .table-data > .table-row.disabled.checked.selected,
|
|
12140
|
+
.table.table-row-check > .table-data.disabled > .table-row.checked.selected {
|
|
12141
|
+
background-color: #808080;
|
|
12142
|
+
}
|
|
12048
12143
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected,
|
|
12049
12144
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected {
|
|
12050
12145
|
background-color: rgba(0, 0, 0, 0.08);
|
|
@@ -12304,7 +12399,7 @@ Try these to switch between fonts:
|
|
|
12304
12399
|
left: 0;
|
|
12305
12400
|
padding: var(--table-row-padding-y) 8px var(--table-row-padding-y) 13px;
|
|
12306
12401
|
cursor: pointer;
|
|
12307
|
-
line-height:
|
|
12402
|
+
line-height: 15px;
|
|
12308
12403
|
/* Necessary to align with the text, depends on the used font size */
|
|
12309
12404
|
}
|
|
12310
12405
|
.table-cell.table-node > .table-row-control::before {
|
|
@@ -12348,6 +12443,7 @@ Try these to switch between fonts:
|
|
|
12348
12443
|
cursor: default;
|
|
12349
12444
|
}
|
|
12350
12445
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box {
|
|
12446
|
+
cursor: default;
|
|
12351
12447
|
border-color: #DADADA;
|
|
12352
12448
|
}
|
|
12353
12449
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box.checked {
|
|
@@ -12376,6 +12472,9 @@ Try these to switch between fonts:
|
|
|
12376
12472
|
}
|
|
12377
12473
|
.font-icon.table-cell-icon {
|
|
12378
12474
|
color: #000;
|
|
12475
|
+
font-size: 14px;
|
|
12476
|
+
line-height: 15px;
|
|
12477
|
+
vertical-align: top;
|
|
12379
12478
|
}
|
|
12380
12479
|
.disabled .font-icon.table-cell-icon {
|
|
12381
12480
|
color: #808080;
|
|
@@ -12394,15 +12493,13 @@ Try these to switch between fonts:
|
|
|
12394
12493
|
overflow: hidden;
|
|
12395
12494
|
padding-left: var(--table-row-margin-x);
|
|
12396
12495
|
padding-right: var(--table-row-margin-x);
|
|
12496
|
+
font-size: 12px;
|
|
12397
12497
|
}
|
|
12398
12498
|
.table-aggregate > .table-cell {
|
|
12399
12499
|
padding: var(--table-row-padding-y) 10px 0 10px;
|
|
12400
12500
|
border-bottom: 0;
|
|
12401
12501
|
height: 100%;
|
|
12402
12502
|
}
|
|
12403
|
-
.table-aggregate > .table-cell > .font-icon {
|
|
12404
|
-
margin-top: 1px;
|
|
12405
|
-
}
|
|
12406
12503
|
.table-aggregate-row {
|
|
12407
12504
|
background-color: #F5F5F5;
|
|
12408
12505
|
min-width: 100%;
|
|
@@ -12441,10 +12538,15 @@ Try these to switch between fonts:
|
|
|
12441
12538
|
display: inline-block;
|
|
12442
12539
|
color: #000;
|
|
12443
12540
|
vertical-align: middle;
|
|
12541
|
+
line-height: 14px;
|
|
12444
12542
|
}
|
|
12445
12543
|
.table-aggregate-cell.sum > .table-cell-icon,
|
|
12446
12544
|
.table-aggregate-cell.avg > .table-cell-icon {
|
|
12447
|
-
font-size:
|
|
12545
|
+
font-size: 13px;
|
|
12546
|
+
}
|
|
12547
|
+
.table-aggregate-cell.min > .table-cell-icon,
|
|
12548
|
+
.table-aggregate-cell.max > .table-cell-icon {
|
|
12549
|
+
font-size: 15px;
|
|
12448
12550
|
}
|
|
12449
12551
|
.table-aggregate-cell.selection,
|
|
12450
12552
|
.table-aggregate-cell.selection > .table-cell-icon {
|
|
@@ -12947,6 +13049,7 @@ Try these to switch between fonts:
|
|
|
12947
13049
|
overflow: hidden;
|
|
12948
13050
|
text-overflow: ellipsis;
|
|
12949
13051
|
white-space: nowrap;
|
|
13052
|
+
margin-top: 1px;
|
|
12950
13053
|
}
|
|
12951
13054
|
.table-header-item-state {
|
|
12952
13055
|
position: absolute;
|
|
@@ -13065,6 +13168,9 @@ Try these to switch between fonts:
|
|
|
13065
13168
|
vertical-align: top;
|
|
13066
13169
|
padding: 16px;
|
|
13067
13170
|
}
|
|
13171
|
+
.table-header-menu-actions > .table-header-menu-group > .table-header-menu-group-text {
|
|
13172
|
+
width: calc(100% + 12px);
|
|
13173
|
+
}
|
|
13068
13174
|
.table-header-menu-filters {
|
|
13069
13175
|
display: inline-block;
|
|
13070
13176
|
vertical-align: top;
|
|
@@ -13236,11 +13342,11 @@ Try these to switch between fonts:
|
|
|
13236
13342
|
}
|
|
13237
13343
|
.table-header-menu-filter-table.table-row-check > .table-data {
|
|
13238
13344
|
margin-top: 0;
|
|
13239
|
-
padding: 3px
|
|
13345
|
+
padding: 3px;
|
|
13240
13346
|
}
|
|
13241
13347
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row {
|
|
13242
13348
|
border-radius: 3px;
|
|
13243
|
-
margin-bottom:
|
|
13349
|
+
margin-bottom: 2px;
|
|
13244
13350
|
}
|
|
13245
13351
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row.last {
|
|
13246
13352
|
margin-bottom: 0;
|
|
@@ -13889,7 +13995,7 @@ Try these to switch between fonts:
|
|
|
13889
13995
|
* All rights reserved. This program and the accompanying materials
|
|
13890
13996
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
13891
13997
|
* which accompanies this distribution, and is available at
|
|
13892
|
-
*
|
|
13998
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
13893
13999
|
*
|
|
13894
14000
|
* Contributors:
|
|
13895
14001
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -13943,6 +14049,12 @@ Try these to switch between fonts:
|
|
|
13943
14049
|
.tree-data.checkable > .animation-wrapper > .tree-node {
|
|
13944
14050
|
cursor: pointer;
|
|
13945
14051
|
}
|
|
14052
|
+
.tree-data.checkable.disabled > .tree-node,
|
|
14053
|
+
.tree-data.checkable.disabled > .animation-wrapper > .tree-node,
|
|
14054
|
+
.tree-data.checkable > .tree-node.disabled,
|
|
14055
|
+
.tree-data.checkable > .animation-wrapper > .tree-node.disabled {
|
|
14056
|
+
cursor: default;
|
|
14057
|
+
}
|
|
13946
14058
|
.navigation-breadcrumb .tree-data {
|
|
13947
14059
|
float: left;
|
|
13948
14060
|
}
|
|
@@ -13976,11 +14088,13 @@ Try these to switch between fonts:
|
|
|
13976
14088
|
/* Tree node is disabled -> use lighter disabled color */
|
|
13977
14089
|
color: #808080;
|
|
13978
14090
|
}
|
|
14091
|
+
.disabled > .animation-wrapper > .tree-node,
|
|
13979
14092
|
.disabled > .tree-node {
|
|
13980
14093
|
/* Whole tree is disabled -> use darker disabled color */
|
|
13981
14094
|
color: #666666;
|
|
13982
14095
|
}
|
|
13983
|
-
.disabled.read-only > .
|
|
14096
|
+
.disabled.read-only > .animation-wrapper > .tree-node,
|
|
14097
|
+
.disabled.read-only > .tree-node {
|
|
13984
14098
|
color: #000;
|
|
13985
14099
|
}
|
|
13986
14100
|
.tree-node > .text {
|
|
@@ -14011,6 +14125,7 @@ Try these to switch between fonts:
|
|
|
14011
14125
|
.tree-node > .icon.font-icon {
|
|
14012
14126
|
/* Necessary to align with the text, depends on the used font size */
|
|
14013
14127
|
line-height: 15px;
|
|
14128
|
+
font-size: 14px;
|
|
14014
14129
|
}
|
|
14015
14130
|
.tree-node-checkbox {
|
|
14016
14131
|
display: block;
|
|
@@ -14037,12 +14152,14 @@ Try these to switch between fonts:
|
|
|
14037
14152
|
background-color: #fff;
|
|
14038
14153
|
}
|
|
14039
14154
|
.tree-node-checkbox > .check-box:not(.checked).children-checked.disabled {
|
|
14155
|
+
cursor: default;
|
|
14040
14156
|
border-color: #DADADA;
|
|
14041
14157
|
background-color: #808080;
|
|
14042
14158
|
border-color: #808080;
|
|
14043
14159
|
}
|
|
14044
14160
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box,
|
|
14045
14161
|
.tree.disabled > .tree-data > .animation-wrapper > .tree-node > .tree-node-checkbox > .check-box {
|
|
14162
|
+
cursor: default;
|
|
14046
14163
|
border-color: #DADADA;
|
|
14047
14164
|
}
|
|
14048
14165
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box.checked,
|
|
@@ -14079,7 +14196,7 @@ Try these to switch between fonts:
|
|
|
14079
14196
|
cursor: pointer;
|
|
14080
14197
|
padding: 7px 8px 7px 13px;
|
|
14081
14198
|
height: 100%;
|
|
14082
|
-
line-height:
|
|
14199
|
+
line-height: 15px;
|
|
14083
14200
|
/* Necessary to align with the text, depends on the used font size */
|
|
14084
14201
|
color: inherit;
|
|
14085
14202
|
}
|
|
@@ -14097,13 +14214,12 @@ Try these to switch between fonts:
|
|
|
14097
14214
|
}
|
|
14098
14215
|
.tree-node.lazy > .tree-node-control::before {
|
|
14099
14216
|
font-family: Arial, sans-serif;
|
|
14100
|
-
font-size: 13px;
|
|
14101
14217
|
content: '+';
|
|
14102
14218
|
/* Move to left because '+' sign is not as wide as 'arrow-down' */
|
|
14103
14219
|
margin-left: -2px;
|
|
14104
14220
|
}
|
|
14105
14221
|
.tree-node.expanded > .tree-node-control::before {
|
|
14106
|
-
/* This "imprecise" angle is a
|
|
14222
|
+
/* This "imprecise" angle is a workaround for firefox to prevent shifting the div a little when the animation finishes. */
|
|
14107
14223
|
/* See https://bugzilla.mozilla.org/show_bug.cgi?id=739176 */
|
|
14108
14224
|
-webkit-transform: rotate(89.99deg);
|
|
14109
14225
|
-ms-transform: rotate(89.99deg);
|
|
@@ -14659,6 +14775,11 @@ Try these to switch between fonts:
|
|
|
14659
14775
|
.tile.dashboard.inverted > .form-field.has-error > .status::before {
|
|
14660
14776
|
color: #FF5555;
|
|
14661
14777
|
}
|
|
14778
|
+
.tile.dashboard.inverted > .form-field.has-error > .status:hover::before,
|
|
14779
|
+
.tile.dashboard.inverted > .form-field.has-error > .status:active::before,
|
|
14780
|
+
.tile.dashboard.inverted > .form-field.has-error > .status.selected::before {
|
|
14781
|
+
color: #FF5555;
|
|
14782
|
+
}
|
|
14662
14783
|
.tile.dashboard.inverted > .form-field .scrollbar-thumb-handle {
|
|
14663
14784
|
background-color: rgba(218, 218, 218, 0.3);
|
|
14664
14785
|
}
|
|
@@ -14730,26 +14851,26 @@ Try these to switch between fonts:
|
|
|
14730
14851
|
}
|
|
14731
14852
|
.tile.dashboard.selected.inverted {
|
|
14732
14853
|
--tile-background-color: #367ab8;
|
|
14733
|
-
box-shadow: 0 0 0 2px #
|
|
14854
|
+
box-shadow: 0 0 0 2px #367ab8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14734
14855
|
}
|
|
14735
14856
|
.tile.dashboard.selected.color-alternative {
|
|
14736
14857
|
box-shadow: 0 0 0 2px #4C4C4C, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14737
14858
|
}
|
|
14738
14859
|
.tile.dashboard.selected.inverted.color-alternative {
|
|
14739
14860
|
--tile-background-color: #555555;
|
|
14740
|
-
box-shadow: 0 0 0 2px #
|
|
14861
|
+
box-shadow: 0 0 0 2px #555555, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14741
14862
|
}
|
|
14742
14863
|
.dimmed-background .tile.dashboard.selected {
|
|
14743
14864
|
box-shadow: 0 0 0 2px #1561A7, 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
14744
14865
|
}
|
|
14745
14866
|
.dimmed-background .tile.dashboard.selected.inverted {
|
|
14746
|
-
box-shadow: 0 0 0 2px #
|
|
14867
|
+
box-shadow: 0 0 0 2px #367ab8, 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
|
|
14747
14868
|
}
|
|
14748
14869
|
.dimmed-background .tile.dashboard.selected.color-alternative {
|
|
14749
14870
|
box-shadow: 0 0 0 2px #4C4C4C, 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
14750
14871
|
}
|
|
14751
14872
|
.dimmed-background .tile.dashboard.selected.inverted.color-alternative {
|
|
14752
|
-
box-shadow: 0 0 0 2px #
|
|
14873
|
+
box-shadow: 0 0 0 2px #555555, 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
|
|
14753
14874
|
}
|
|
14754
14875
|
/*
|
|
14755
14876
|
Mixing that can be used to reduce the horizontal padding.
|
|
@@ -14901,11 +15022,11 @@ Try these to switch between fonts:
|
|
|
14901
15022
|
color: #808080;
|
|
14902
15023
|
}
|
|
14903
15024
|
/*
|
|
14904
|
-
* Copyright (c) 2010-
|
|
15025
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
14905
15026
|
* All rights reserved. This program and the accompanying materials
|
|
14906
15027
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
14907
15028
|
* which accompanies this distribution, and is available at
|
|
14908
|
-
*
|
|
15029
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
14909
15030
|
*
|
|
14910
15031
|
* Contributors:
|
|
14911
15032
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -14960,6 +15081,30 @@ Try these to switch between fonts:
|
|
|
14960
15081
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item {
|
|
14961
15082
|
color: #4C4C4C;
|
|
14962
15083
|
}
|
|
15084
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted,
|
|
15085
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped,
|
|
15086
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered {
|
|
15087
|
+
padding-right: 7px;
|
|
15088
|
+
}
|
|
15089
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.halign-right,
|
|
15090
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.halign-right,
|
|
15091
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.halign-right,
|
|
15092
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.halign-center,
|
|
15093
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.halign-center,
|
|
15094
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.halign-center {
|
|
15095
|
+
padding-right: 7px;
|
|
15096
|
+
}
|
|
15097
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-left,
|
|
15098
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-left,
|
|
15099
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-left,
|
|
15100
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-center,
|
|
15101
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-center,
|
|
15102
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-center,
|
|
15103
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.sorted.last.halign-right,
|
|
15104
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.grouped.last.halign-right,
|
|
15105
|
+
.tile.dashboard > .table-field > .table > .table-header > .table-header-item.filtered.last.halign-right {
|
|
15106
|
+
padding-right: 11px;
|
|
15107
|
+
}
|
|
14963
15108
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item > .table-header-item-state {
|
|
14964
15109
|
display: none;
|
|
14965
15110
|
}
|
|
@@ -15233,7 +15378,7 @@ Try these to switch between fonts:
|
|
|
15233
15378
|
* All rights reserved. This program and the accompanying materials
|
|
15234
15379
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15235
15380
|
* which accompanies this distribution, and is available at
|
|
15236
|
-
*
|
|
15381
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15237
15382
|
*
|
|
15238
15383
|
* Contributors:
|
|
15239
15384
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15247,13 +15392,17 @@ Try these to switch between fonts:
|
|
|
15247
15392
|
}
|
|
15248
15393
|
.login-box-content > form > .button {
|
|
15249
15394
|
margin-top: 16px;
|
|
15395
|
+
margin-bottom: 0;
|
|
15396
|
+
}
|
|
15397
|
+
.login-box-content > form > .message-box {
|
|
15398
|
+
margin: 0 20px 12px 20px;
|
|
15250
15399
|
}
|
|
15251
15400
|
.login-box-content > form > input.alternative:-webkit-autofill {
|
|
15252
15401
|
/* NOSONAR (for some reason, rule "less:overqualified-elements" is illegitimately triggered here)
|
|
15253
15402
|
/* Improve Chrome's auto-fill style by overriding the forced yellow background and black text color. */
|
|
15254
15403
|
/* (Requires some hacks, see http://webagility.com/posts/remove-forced-yellow-input-background-in-chrome) */
|
|
15255
15404
|
border-top-width: 0;
|
|
15256
|
-
padding-top:
|
|
15405
|
+
padding-top: 3px;
|
|
15257
15406
|
-webkit-box-shadow: inset 0 0 0 1000px #fff;
|
|
15258
15407
|
-webkit-text-fill-color: #000 !important;
|
|
15259
15408
|
/* NOSONAR (!important is okay here) */
|
|
@@ -15274,17 +15423,20 @@ Try these to switch between fonts:
|
|
|
15274
15423
|
* Login button is a default button -> styles are defined in main.css.
|
|
15275
15424
|
* Difference to regular default button is the disabled style and the ability to turn red.
|
|
15276
15425
|
*/
|
|
15277
|
-
.login-button.default.login-error {
|
|
15278
|
-
border-color:
|
|
15426
|
+
.login-button.default.login-error:not(.disabled) {
|
|
15427
|
+
border-color: transparent;
|
|
15279
15428
|
background-color: #D53F3F;
|
|
15280
15429
|
}
|
|
15281
|
-
.login-button.default.login-error:hover {
|
|
15282
|
-
background-color: #
|
|
15283
|
-
border-color: #D53F3F;
|
|
15430
|
+
.login-button.default.login-error:not(.disabled):hover {
|
|
15431
|
+
background-color: #c92c2c;
|
|
15284
15432
|
}
|
|
15285
|
-
.login-button.default.login-error:active {
|
|
15286
|
-
|
|
15287
|
-
|
|
15433
|
+
.login-button.default.login-error:not(.disabled):active {
|
|
15434
|
+
background-color: #ac2626;
|
|
15435
|
+
}
|
|
15436
|
+
.login-button.default.login-error:not(.disabled):focus {
|
|
15437
|
+
outline: none;
|
|
15438
|
+
box-shadow: 0 0 0 3px rgba(213, 63, 63, 0.4);
|
|
15439
|
+
border-color: rgba(213, 63, 63, 0.55);
|
|
15288
15440
|
}
|
|
15289
15441
|
.login-button.default.disabled {
|
|
15290
15442
|
color: #fff;
|
|
@@ -15310,6 +15462,31 @@ Try these to switch between fonts:
|
|
|
15310
15462
|
-o-animation: nop 0.05s;
|
|
15311
15463
|
animation: nop 0.05s;
|
|
15312
15464
|
}
|
|
15465
|
+
@media (max-width: 490px) {
|
|
15466
|
+
.login-box-content > form > .message-box,
|
|
15467
|
+
.login-box-content > form > input,
|
|
15468
|
+
.login-box-content > form > .button {
|
|
15469
|
+
width: 100%;
|
|
15470
|
+
margin-left: 0;
|
|
15471
|
+
margin-right: 0;
|
|
15472
|
+
}
|
|
15473
|
+
}
|
|
15474
|
+
/*
|
|
15475
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15476
|
+
* All rights reserved. This program and the accompanying materials
|
|
15477
|
+
* are made available under the terms of the Eclipse Public License v1.0
|
|
15478
|
+
* which accompanies this distribution, and is available at
|
|
15479
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15480
|
+
*
|
|
15481
|
+
* Contributors:
|
|
15482
|
+
* BSI Business Systems Integration AG - initial API and implementation
|
|
15483
|
+
*/
|
|
15484
|
+
.breadcrumb-bar-field > .field {
|
|
15485
|
+
padding-bottom: 0;
|
|
15486
|
+
}
|
|
15487
|
+
.dense .breadcrumb-bar-field > .field {
|
|
15488
|
+
padding-bottom: 4px;
|
|
15489
|
+
}
|
|
15313
15490
|
/*
|
|
15314
15491
|
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
|
|
15315
15492
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -15325,11 +15502,11 @@ Try these to switch between fonts:
|
|
|
15325
15502
|
white-space: nowrap;
|
|
15326
15503
|
}
|
|
15327
15504
|
/*
|
|
15328
|
-
* Copyright (c) 2010-
|
|
15505
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15329
15506
|
* All rights reserved. This program and the accompanying materials
|
|
15330
15507
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15331
15508
|
* which accompanies this distribution, and is available at
|
|
15332
|
-
*
|
|
15509
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15333
15510
|
*
|
|
15334
15511
|
* Contributors:
|
|
15335
15512
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15341,6 +15518,7 @@ Try these to switch between fonts:
|
|
|
15341
15518
|
height: 100%;
|
|
15342
15519
|
color: #1561A7;
|
|
15343
15520
|
font-size: 14px;
|
|
15521
|
+
vertical-align: top;
|
|
15344
15522
|
}
|
|
15345
15523
|
.breadcrumb-item.last {
|
|
15346
15524
|
font-weight: bold;
|
|
@@ -15348,9 +15526,6 @@ Try these to switch between fonts:
|
|
|
15348
15526
|
.breadcrumb-item:hover:not(.disabled) {
|
|
15349
15527
|
color: #1b7bd4;
|
|
15350
15528
|
}
|
|
15351
|
-
.breadcrumb-item.first {
|
|
15352
|
-
vertical-align: top;
|
|
15353
|
-
}
|
|
15354
15529
|
.breadcrumb-item:not(.first)::before {
|
|
15355
15530
|
font-family: scoutIcons, Arial, sans-serif;
|
|
15356
15531
|
font-weight: normal;
|