@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
|
@@ -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 */
|
|
@@ -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
|
|
@@ -4115,19 +4132,22 @@ iframe {
|
|
|
4115
4132
|
position: absolute;
|
|
4116
4133
|
pointer-events: none;
|
|
4117
4134
|
background-color: transparent;
|
|
4118
|
-
bottom:
|
|
4119
|
-
height:
|
|
4120
|
-
width:
|
|
4121
|
-
box-
|
|
4122
|
-
|
|
4135
|
+
bottom: -5px;
|
|
4136
|
+
height: 12px;
|
|
4137
|
+
width: 12px;
|
|
4138
|
+
box-sizing: content-box;
|
|
4139
|
+
border: 5px solid var(--color);
|
|
4140
|
+
border-top: none;
|
|
4123
4141
|
}
|
|
4124
4142
|
.view-tab.selected:not(.in-background) > .edge.left {
|
|
4125
|
-
left: -
|
|
4126
|
-
border-bottom-right-radius:
|
|
4143
|
+
left: -12px;
|
|
4144
|
+
border-bottom-right-radius: 17px;
|
|
4145
|
+
border-left: none;
|
|
4127
4146
|
}
|
|
4128
4147
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4129
|
-
right: -
|
|
4130
|
-
border-bottom-left-radius:
|
|
4148
|
+
right: -12px;
|
|
4149
|
+
border-bottom-left-radius: 17px;
|
|
4150
|
+
border-right: none;
|
|
4131
4151
|
}
|
|
4132
4152
|
.view-tab.selected:not(.in-background) > .edge.right {
|
|
4133
4153
|
z-index: 1;
|
|
@@ -4143,14 +4163,12 @@ iframe {
|
|
|
4143
4163
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.left,
|
|
4144
4164
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.left {
|
|
4145
4165
|
visibility: hidden;
|
|
4146
|
-
|
|
4147
|
-
animation: show-view-tab-left-edge 200ms ease-out 0s forwards;
|
|
4166
|
+
animation: show-view-tab-left-edge 40ms ease-out 160ms forwards;
|
|
4148
4167
|
}
|
|
4149
4168
|
.view-tab.animate-bring-to-front:not(.in-background) > .edge.right,
|
|
4150
4169
|
.view-tab.animate-bring-to-back:not(.in-background) > .edge.right {
|
|
4151
4170
|
visibility: hidden;
|
|
4152
|
-
|
|
4153
|
-
animation: show-view-tab-right-edge 200ms ease-out 0s forwards;
|
|
4171
|
+
animation: show-view-tab-right-edge 40ms ease-out 160ms forwards;
|
|
4154
4172
|
}
|
|
4155
4173
|
.view-button-tab {
|
|
4156
4174
|
display: flex;
|
|
@@ -4191,15 +4209,21 @@ iframe {
|
|
|
4191
4209
|
font-size: 20px;
|
|
4192
4210
|
}
|
|
4193
4211
|
@keyframes show-view-tab-left-edge {
|
|
4194
|
-
|
|
4212
|
+
0% {
|
|
4195
4213
|
visibility: visible;
|
|
4196
|
-
|
|
4214
|
+
left: -5px;
|
|
4215
|
+
}
|
|
4216
|
+
100% {
|
|
4217
|
+
left: -12px;
|
|
4197
4218
|
}
|
|
4198
4219
|
}
|
|
4199
4220
|
@keyframes show-view-tab-right-edge {
|
|
4200
|
-
|
|
4221
|
+
0% {
|
|
4201
4222
|
visibility: visible;
|
|
4202
|
-
|
|
4223
|
+
right: -5px;
|
|
4224
|
+
}
|
|
4225
|
+
100% {
|
|
4226
|
+
right: -12px;
|
|
4203
4227
|
}
|
|
4204
4228
|
}
|
|
4205
4229
|
/*
|
|
@@ -4228,7 +4252,7 @@ iframe {
|
|
|
4228
4252
|
color: #fff;
|
|
4229
4253
|
}
|
|
4230
4254
|
/*
|
|
4231
|
-
* Copyright (c)
|
|
4255
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4232
4256
|
* All rights reserved. This program and the accompanying materials
|
|
4233
4257
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4234
4258
|
* which accompanies this distribution, and is available at
|
|
@@ -4248,12 +4272,12 @@ iframe {
|
|
|
4248
4272
|
align-items: center;
|
|
4249
4273
|
justify-content: center;
|
|
4250
4274
|
background-color: transparent;
|
|
4275
|
+
cursor: pointer;
|
|
4251
4276
|
}
|
|
4252
4277
|
.view-menu-tab > .view-button:hover,
|
|
4253
4278
|
.view-menu-tab > .view-menu:hover {
|
|
4254
4279
|
background-color: rgba(0, 0, 0, 0.1);
|
|
4255
4280
|
color: inherit;
|
|
4256
|
-
cursor: pointer;
|
|
4257
4281
|
}
|
|
4258
4282
|
.view-menu-tab > .view-button.disabled,
|
|
4259
4283
|
.view-menu-tab > .view-menu.disabled {
|
|
@@ -4362,6 +4386,7 @@ iframe {
|
|
|
4362
4386
|
.view-menu-tab.selected:not(.in-background) > .view-button {
|
|
4363
4387
|
padding-left: 6px;
|
|
4364
4388
|
width: 56px;
|
|
4389
|
+
cursor: default;
|
|
4365
4390
|
}
|
|
4366
4391
|
.selected-button-invisible.view-menu-tab.selected:not(.in-background) > .view-menu {
|
|
4367
4392
|
width: 50px;
|
|
@@ -4438,11 +4463,11 @@ iframe {
|
|
|
4438
4463
|
background-color: #FAFAFA;
|
|
4439
4464
|
}
|
|
4440
4465
|
/*
|
|
4441
|
-
* Copyright (c) 2010-
|
|
4466
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
4442
4467
|
* All rights reserved. This program and the accompanying materials
|
|
4443
4468
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
4444
4469
|
* which accompanies this distribution, and is available at
|
|
4445
|
-
*
|
|
4470
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
4446
4471
|
*
|
|
4447
4472
|
* Contributors:
|
|
4448
4473
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -4597,16 +4622,21 @@ iframe {
|
|
|
4597
4622
|
}
|
|
4598
4623
|
@media (max-width: 473px) {
|
|
4599
4624
|
.file-chooser {
|
|
4600
|
-
/* reduce message box width on small screens */
|
|
4601
|
-
max-width: 330px;
|
|
4602
|
-
/* no need to have a margin on small screens */
|
|
4603
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 */
|
|
4604
4631
|
}
|
|
4605
4632
|
.file-chooser > .box-buttons > .box-button {
|
|
4606
4633
|
margin-right: 4px;
|
|
4607
4634
|
min-width: 70px;
|
|
4608
4635
|
/* less min width for buttons on small screens */
|
|
4609
4636
|
}
|
|
4637
|
+
.file-chooser > .box-buttons > .box-button:last-child {
|
|
4638
|
+
margin-right: 0;
|
|
4639
|
+
}
|
|
4610
4640
|
}
|
|
4611
4641
|
/*
|
|
4612
4642
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
@@ -4791,6 +4821,7 @@ iframe {
|
|
|
4791
4821
|
white-space: nowrap;
|
|
4792
4822
|
font-size: 16px;
|
|
4793
4823
|
color: #000;
|
|
4824
|
+
margin-top: 1px;
|
|
4794
4825
|
}
|
|
4795
4826
|
.form > .header > .sub-title {
|
|
4796
4827
|
overflow: hidden;
|
|
@@ -5146,11 +5177,11 @@ iframe {
|
|
|
5146
5177
|
position: absolute;
|
|
5147
5178
|
}
|
|
5148
5179
|
/*
|
|
5149
|
-
* Copyright (c)
|
|
5180
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
5150
5181
|
* All rights reserved. This program and the accompanying materials
|
|
5151
5182
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
5152
5183
|
* which accompanies this distribution, and is available at
|
|
5153
|
-
*
|
|
5184
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
5154
5185
|
*
|
|
5155
5186
|
* Contributors:
|
|
5156
5187
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -5192,6 +5223,34 @@ iframe {
|
|
|
5192
5223
|
top: 0;
|
|
5193
5224
|
height: 100%;
|
|
5194
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
|
+
}
|
|
5195
5254
|
/*
|
|
5196
5255
|
* Copyright (c) 2014-2018 BSI Business Systems Integration AG.
|
|
5197
5256
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -6061,6 +6120,7 @@ iframe {
|
|
|
6061
6120
|
vertical-align: middle;
|
|
6062
6121
|
padding: 12px 0 12px 0;
|
|
6063
6122
|
max-width: 100%;
|
|
6123
|
+
margin-top: 1px;
|
|
6064
6124
|
}
|
|
6065
6125
|
.group-box.has-sub-label > .group-box-header > .title {
|
|
6066
6126
|
padding-bottom: 7px;
|
|
@@ -6241,7 +6301,6 @@ iframe {
|
|
|
6241
6301
|
}
|
|
6242
6302
|
.html-field > .field {
|
|
6243
6303
|
margin-left: 10px;
|
|
6244
|
-
overflow: hidden;
|
|
6245
6304
|
}
|
|
6246
6305
|
.html-field > .field:focus {
|
|
6247
6306
|
outline: none;
|
|
@@ -6578,11 +6637,11 @@ iframe {
|
|
|
6578
6637
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
6579
6638
|
*/
|
|
6580
6639
|
/*
|
|
6581
|
-
* Copyright (c)
|
|
6640
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
6582
6641
|
* All rights reserved. This program and the accompanying materials
|
|
6583
6642
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
6584
6643
|
* which accompanies this distribution, and is available at
|
|
6585
|
-
*
|
|
6644
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
6586
6645
|
*
|
|
6587
6646
|
* Contributors:
|
|
6588
6647
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -6892,15 +6951,26 @@ iframe {
|
|
|
6892
6951
|
.proposal-chooser > .table > .table-data > .table-row.first.selected::after {
|
|
6893
6952
|
top: -1px;
|
|
6894
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
|
+
}
|
|
6895
6960
|
.proposal-chooser > .table > .table-data > .scrollbar.y-axis > .scrollbar-thumb > .scrollbar-thumb-handle {
|
|
6896
6961
|
margin-left: 1px;
|
|
6897
6962
|
}
|
|
6898
6963
|
.proposal-chooser > .tree > .tree-data {
|
|
6899
6964
|
padding: 8px 12px;
|
|
6900
6965
|
}
|
|
6901
|
-
.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 {
|
|
6902
6968
|
font-style: italic;
|
|
6903
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
|
+
}
|
|
6904
6974
|
.status > .ellipsis {
|
|
6905
6975
|
padding-left: 3px;
|
|
6906
6976
|
}
|
|
@@ -7219,7 +7289,7 @@ iframe {
|
|
|
7219
7289
|
.tab-box-header > .menubar {
|
|
7220
7290
|
position: absolute;
|
|
7221
7291
|
background-color: inherit;
|
|
7222
|
-
border-bottom
|
|
7292
|
+
border-bottom: none;
|
|
7223
7293
|
}
|
|
7224
7294
|
.tab-box-header > .status {
|
|
7225
7295
|
position: absolute;
|
|
@@ -7382,6 +7452,7 @@ iframe {
|
|
|
7382
7452
|
display: inline-block;
|
|
7383
7453
|
vertical-align: middle;
|
|
7384
7454
|
padding: 12px 0 12px;
|
|
7455
|
+
margin-top: 1px;
|
|
7385
7456
|
}
|
|
7386
7457
|
.tab-area.has-sub-label > .tab-item > .title {
|
|
7387
7458
|
padding-bottom: 7px;
|
|
@@ -8154,6 +8225,7 @@ iframe {
|
|
|
8154
8225
|
overflow: hidden;
|
|
8155
8226
|
text-overflow: ellipsis;
|
|
8156
8227
|
white-space: nowrap;
|
|
8228
|
+
margin-top: 1px;
|
|
8157
8229
|
}
|
|
8158
8230
|
.menu-item > .font-icon {
|
|
8159
8231
|
font-size: 16px;
|
|
@@ -8240,6 +8312,7 @@ iframe {
|
|
|
8240
8312
|
overflow: hidden;
|
|
8241
8313
|
text-overflow: ellipsis;
|
|
8242
8314
|
white-space: nowrap;
|
|
8315
|
+
margin-top: 1px;
|
|
8243
8316
|
}
|
|
8244
8317
|
.menu-button > .icon {
|
|
8245
8318
|
/* Padding only relevant for icons larger than the container */
|
|
@@ -8477,12 +8550,16 @@ iframe {
|
|
|
8477
8550
|
.context-menu > .menu-item.selected {
|
|
8478
8551
|
background-color: #E9F0F6;
|
|
8479
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
|
+
}
|
|
8480
8560
|
.context-menu > .menu-item.selected > .submenu-icon {
|
|
8481
8561
|
transform: none;
|
|
8482
8562
|
}
|
|
8483
|
-
.context-menu > .menu-item.expanded {
|
|
8484
|
-
color: #1561A7;
|
|
8485
|
-
}
|
|
8486
8563
|
.context-menu > .menu-item.expanded > .submenu-icon {
|
|
8487
8564
|
-webkit-transform: rotateX(180deg) translateY(-1px);
|
|
8488
8565
|
-ms-transform: rotateX(180deg) translateY(-1px);
|
|
@@ -8878,7 +8955,7 @@ iframe {
|
|
|
8878
8955
|
margin: 8px 6px;
|
|
8879
8956
|
}
|
|
8880
8957
|
/*
|
|
8881
|
-
* Copyright (c) 2010-
|
|
8958
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
8882
8959
|
* All rights reserved. This program and the accompanying materials
|
|
8883
8960
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
8884
8961
|
* which accompanies this distribution, and is available at
|
|
@@ -8903,6 +8980,18 @@ iframe {
|
|
|
8903
8980
|
.messagebox.full-height.full-width {
|
|
8904
8981
|
border-radius: 0;
|
|
8905
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
|
+
}
|
|
8906
8995
|
.messagebox.info > .messagebox-content > .messagebox-header {
|
|
8907
8996
|
color: #1561A7;
|
|
8908
8997
|
}
|
|
@@ -9197,26 +9286,12 @@ iframe {
|
|
|
9197
9286
|
}
|
|
9198
9287
|
@media (max-width: 473px) {
|
|
9199
9288
|
.messagebox {
|
|
9200
|
-
/* reduce message box width on small screens */
|
|
9201
|
-
max-width: 330px;
|
|
9202
9289
|
/* no need to have a margin on small screens */
|
|
9203
9290
|
margin: 0;
|
|
9204
9291
|
}
|
|
9205
|
-
.messagebox > .messagebox-buttons {
|
|
9206
|
-
padding-left: 10px;
|
|
9207
|
-
padding-right: 10px;
|
|
9208
|
-
}
|
|
9209
|
-
.messagebox > .messagebox-buttons > .box-button {
|
|
9210
|
-
min-width: 70px;
|
|
9211
|
-
/* less min width for buttons on small screens */
|
|
9212
|
-
margin-right: 8px;
|
|
9213
|
-
}
|
|
9214
|
-
.messagebox > .messagebox-buttons > .box-button:last-child {
|
|
9215
|
-
margin-right: 0;
|
|
9216
|
-
}
|
|
9217
9292
|
}
|
|
9218
9293
|
/*
|
|
9219
|
-
* Copyright (c) 2010-
|
|
9294
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9220
9295
|
* All rights reserved. This program and the accompanying materials
|
|
9221
9296
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9222
9297
|
* which accompanies this distribution, and is available at
|
|
@@ -9226,10 +9301,13 @@ iframe {
|
|
|
9226
9301
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
9227
9302
|
*/
|
|
9228
9303
|
.mode {
|
|
9229
|
-
|
|
9304
|
+
--padding-x: 12px;
|
|
9305
|
+
--padding-y: 6px;
|
|
9306
|
+
--border-width: 1px;
|
|
9307
|
+
border: var(--border-width) solid rgba(0, 0, 0, 0.23);
|
|
9230
9308
|
border-radius: 0;
|
|
9231
9309
|
flex: 1 1 0;
|
|
9232
|
-
padding:
|
|
9310
|
+
padding: var(--padding-y) var(--padding-x);
|
|
9233
9311
|
overflow: hidden;
|
|
9234
9312
|
text-overflow: ellipsis;
|
|
9235
9313
|
}
|
|
@@ -9244,12 +9322,12 @@ iframe {
|
|
|
9244
9322
|
}
|
|
9245
9323
|
.mode:not(.last):not(.selected) {
|
|
9246
9324
|
border-right: none;
|
|
9247
|
-
padding-right:
|
|
9325
|
+
padding-right: calc(var(--padding-x) + var(--border-width));
|
|
9248
9326
|
/* account for the missing border, so that text does not jump */
|
|
9249
9327
|
}
|
|
9250
9328
|
.mode.after-selected {
|
|
9251
9329
|
border-left: none;
|
|
9252
|
-
padding-left:
|
|
9330
|
+
padding-left: calc(var(--padding-x) + var(--border-width));
|
|
9253
9331
|
/* account for the missing border, so that text does not jump */
|
|
9254
9332
|
}
|
|
9255
9333
|
.mode.selected {
|
|
@@ -9274,21 +9352,12 @@ iframe {
|
|
|
9274
9352
|
.mode > .icon.with-label {
|
|
9275
9353
|
margin-right: 8px;
|
|
9276
9354
|
}
|
|
9277
|
-
.mode-selector.alternative {
|
|
9278
|
-
border: 3px solid transparent;
|
|
9279
|
-
}
|
|
9280
9355
|
.mode-selector.alternative > .mode {
|
|
9356
|
+
--border-width: 0px;
|
|
9281
9357
|
color: #666666;
|
|
9282
|
-
border: none;
|
|
9283
9358
|
background-color: transparent;
|
|
9284
9359
|
border-radius: 3px;
|
|
9285
9360
|
}
|
|
9286
|
-
.mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9287
|
-
padding-right: 12px;
|
|
9288
|
-
}
|
|
9289
|
-
.mode-selector.alternative > .mode.after-selected {
|
|
9290
|
-
padding-left: 12px;
|
|
9291
|
-
}
|
|
9292
9361
|
.mode-selector.alternative > .mode:hover {
|
|
9293
9362
|
background-color: rgba(0, 0, 0, 0.05);
|
|
9294
9363
|
}
|
|
@@ -9315,24 +9384,11 @@ iframe {
|
|
|
9315
9384
|
cursor: default;
|
|
9316
9385
|
}
|
|
9317
9386
|
.dense .mode-selector > .mode {
|
|
9318
|
-
padding:
|
|
9319
|
-
|
|
9320
|
-
.dense .mode-selector > .mode:not(.last):not(.selected) {
|
|
9321
|
-
padding-right: 6px;
|
|
9322
|
-
/* account for the missing border, so that text does not jump */
|
|
9323
|
-
}
|
|
9324
|
-
.dense .mode-selector > .mode.after-selected {
|
|
9325
|
-
padding-left: 6px;
|
|
9326
|
-
/* account for the missing border, so that text does not jump */
|
|
9327
|
-
}
|
|
9328
|
-
.dense .mode-selector.alternative > .mode:not(.last):not(.selected) {
|
|
9329
|
-
padding-right: 5px;
|
|
9330
|
-
}
|
|
9331
|
-
.dense .mode-selector.alternative > .mode.after-selected {
|
|
9332
|
-
padding-left: 5px;
|
|
9387
|
+
--padding-x: 5px;
|
|
9388
|
+
--padding-y: 3px;
|
|
9333
9389
|
}
|
|
9334
9390
|
/*
|
|
9335
|
-
* Copyright (c) 2010-
|
|
9391
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
9336
9392
|
* All rights reserved. This program and the accompanying materials
|
|
9337
9393
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
9338
9394
|
* which accompanies this distribution, and is available at
|
|
@@ -9354,6 +9410,7 @@ iframe {
|
|
|
9354
9410
|
.mode-selector.alternative {
|
|
9355
9411
|
background-color: rgba(0, 0, 0, 0.08);
|
|
9356
9412
|
border-radius: 3px;
|
|
9413
|
+
border: 3px solid transparent;
|
|
9357
9414
|
}
|
|
9358
9415
|
.mode-selector.alternative:not(.disabled) > .mode-slider {
|
|
9359
9416
|
display: block;
|
|
@@ -9791,7 +9848,8 @@ iframe {
|
|
|
9791
9848
|
cursor: pointer;
|
|
9792
9849
|
}
|
|
9793
9850
|
.planner-mode {
|
|
9794
|
-
|
|
9851
|
+
padding: 0 8px;
|
|
9852
|
+
min-width: 65px;
|
|
9795
9853
|
text-align: center;
|
|
9796
9854
|
border-top: 1px solid rgba(0, 0, 0, 0.23);
|
|
9797
9855
|
border-bottom: 1px solid rgba(0, 0, 0, 0.23);
|
|
@@ -10312,6 +10370,10 @@ iframe {
|
|
|
10312
10370
|
--scroll-shadow-size: 5px;
|
|
10313
10371
|
--scroll-shadow-blur: 5px;
|
|
10314
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;
|
|
10315
10377
|
}
|
|
10316
10378
|
.scroll-shadow.top {
|
|
10317
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;
|
|
@@ -11673,7 +11735,7 @@ Try these to switch between fonts:
|
|
|
11673
11735
|
/* scoutIcons: custom icons */
|
|
11674
11736
|
/* scoutIcons: awesome icons */
|
|
11675
11737
|
/*
|
|
11676
|
-
* Copyright (c) 2010-
|
|
11738
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
11677
11739
|
* All rights reserved. This program and the accompanying materials
|
|
11678
11740
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11679
11741
|
* which accompanies this distribution, and is available at
|
|
@@ -11882,7 +11944,7 @@ Try these to switch between fonts:
|
|
|
11882
11944
|
* All rights reserved. This program and the accompanying materials
|
|
11883
11945
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
11884
11946
|
* which accompanies this distribution, and is available at
|
|
11885
|
-
*
|
|
11947
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
11886
11948
|
*
|
|
11887
11949
|
* Contributors:
|
|
11888
11950
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -12052,6 +12114,13 @@ Try these to switch between fonts:
|
|
|
12052
12114
|
.table.table-row-check > .table-data > .table-row.selected::after {
|
|
12053
12115
|
display: none;
|
|
12054
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
|
+
}
|
|
12055
12124
|
.table.table-row-check > .table-data > .table-row.checked,
|
|
12056
12125
|
.table.table-row-check > .table-data > .table-row.checked.selected {
|
|
12057
12126
|
/* Mark checked rows with a background color */
|
|
@@ -12061,6 +12130,16 @@ Try these to switch between fonts:
|
|
|
12061
12130
|
.table.table-row-check > .table-data > .table-row.checked.selected > .table-cell {
|
|
12062
12131
|
color: #fff;
|
|
12063
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
|
+
}
|
|
12064
12143
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected,
|
|
12065
12144
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected {
|
|
12066
12145
|
background-color: rgba(0, 0, 0, 0.08);
|
|
@@ -12320,7 +12399,7 @@ Try these to switch between fonts:
|
|
|
12320
12399
|
left: 0;
|
|
12321
12400
|
padding: var(--table-row-padding-y) 8px var(--table-row-padding-y) 13px;
|
|
12322
12401
|
cursor: pointer;
|
|
12323
|
-
line-height:
|
|
12402
|
+
line-height: 15px;
|
|
12324
12403
|
/* Necessary to align with the text, depends on the used font size */
|
|
12325
12404
|
}
|
|
12326
12405
|
.table-cell.table-node > .table-row-control::before {
|
|
@@ -12364,6 +12443,7 @@ Try these to switch between fonts:
|
|
|
12364
12443
|
cursor: default;
|
|
12365
12444
|
}
|
|
12366
12445
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box {
|
|
12446
|
+
cursor: default;
|
|
12367
12447
|
border-color: #DADADA;
|
|
12368
12448
|
}
|
|
12369
12449
|
.table.disabled > .table-data > .table-row > .table-cell > .check-box.checked {
|
|
@@ -12392,6 +12472,9 @@ Try these to switch between fonts:
|
|
|
12392
12472
|
}
|
|
12393
12473
|
.font-icon.table-cell-icon {
|
|
12394
12474
|
color: #000;
|
|
12475
|
+
font-size: 14px;
|
|
12476
|
+
line-height: 15px;
|
|
12477
|
+
vertical-align: top;
|
|
12395
12478
|
}
|
|
12396
12479
|
.disabled .font-icon.table-cell-icon {
|
|
12397
12480
|
color: #808080;
|
|
@@ -12410,15 +12493,13 @@ Try these to switch between fonts:
|
|
|
12410
12493
|
overflow: hidden;
|
|
12411
12494
|
padding-left: var(--table-row-margin-x);
|
|
12412
12495
|
padding-right: var(--table-row-margin-x);
|
|
12496
|
+
font-size: 12px;
|
|
12413
12497
|
}
|
|
12414
12498
|
.table-aggregate > .table-cell {
|
|
12415
12499
|
padding: var(--table-row-padding-y) 10px 0 10px;
|
|
12416
12500
|
border-bottom: 0;
|
|
12417
12501
|
height: 100%;
|
|
12418
12502
|
}
|
|
12419
|
-
.table-aggregate > .table-cell > .font-icon {
|
|
12420
|
-
margin-top: 1px;
|
|
12421
|
-
}
|
|
12422
12503
|
.table-aggregate-row {
|
|
12423
12504
|
background-color: #F5F5F5;
|
|
12424
12505
|
min-width: 100%;
|
|
@@ -12457,10 +12538,15 @@ Try these to switch between fonts:
|
|
|
12457
12538
|
display: inline-block;
|
|
12458
12539
|
color: #000;
|
|
12459
12540
|
vertical-align: middle;
|
|
12541
|
+
line-height: 14px;
|
|
12460
12542
|
}
|
|
12461
12543
|
.table-aggregate-cell.sum > .table-cell-icon,
|
|
12462
12544
|
.table-aggregate-cell.avg > .table-cell-icon {
|
|
12463
|
-
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;
|
|
12464
12550
|
}
|
|
12465
12551
|
.table-aggregate-cell.selection,
|
|
12466
12552
|
.table-aggregate-cell.selection > .table-cell-icon {
|
|
@@ -12963,6 +13049,7 @@ Try these to switch between fonts:
|
|
|
12963
13049
|
overflow: hidden;
|
|
12964
13050
|
text-overflow: ellipsis;
|
|
12965
13051
|
white-space: nowrap;
|
|
13052
|
+
margin-top: 1px;
|
|
12966
13053
|
}
|
|
12967
13054
|
.table-header-item-state {
|
|
12968
13055
|
position: absolute;
|
|
@@ -13081,6 +13168,9 @@ Try these to switch between fonts:
|
|
|
13081
13168
|
vertical-align: top;
|
|
13082
13169
|
padding: 16px;
|
|
13083
13170
|
}
|
|
13171
|
+
.table-header-menu-actions > .table-header-menu-group > .table-header-menu-group-text {
|
|
13172
|
+
width: calc(100% + 12px);
|
|
13173
|
+
}
|
|
13084
13174
|
.table-header-menu-filters {
|
|
13085
13175
|
display: inline-block;
|
|
13086
13176
|
vertical-align: top;
|
|
@@ -13252,11 +13342,11 @@ Try these to switch between fonts:
|
|
|
13252
13342
|
}
|
|
13253
13343
|
.table-header-menu-filter-table.table-row-check > .table-data {
|
|
13254
13344
|
margin-top: 0;
|
|
13255
|
-
padding: 3px
|
|
13345
|
+
padding: 3px;
|
|
13256
13346
|
}
|
|
13257
13347
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row {
|
|
13258
13348
|
border-radius: 3px;
|
|
13259
|
-
margin-bottom:
|
|
13349
|
+
margin-bottom: 2px;
|
|
13260
13350
|
}
|
|
13261
13351
|
.table-header-menu-filter-table.table-row-check > .table-data > .table-row.last {
|
|
13262
13352
|
margin-bottom: 0;
|
|
@@ -13905,7 +13995,7 @@ Try these to switch between fonts:
|
|
|
13905
13995
|
* All rights reserved. This program and the accompanying materials
|
|
13906
13996
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
13907
13997
|
* which accompanies this distribution, and is available at
|
|
13908
|
-
*
|
|
13998
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
13909
13999
|
*
|
|
13910
14000
|
* Contributors:
|
|
13911
14001
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -13959,6 +14049,12 @@ Try these to switch between fonts:
|
|
|
13959
14049
|
.tree-data.checkable > .animation-wrapper > .tree-node {
|
|
13960
14050
|
cursor: pointer;
|
|
13961
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
|
+
}
|
|
13962
14058
|
.navigation-breadcrumb .tree-data {
|
|
13963
14059
|
float: left;
|
|
13964
14060
|
}
|
|
@@ -13992,11 +14088,13 @@ Try these to switch between fonts:
|
|
|
13992
14088
|
/* Tree node is disabled -> use lighter disabled color */
|
|
13993
14089
|
color: #808080;
|
|
13994
14090
|
}
|
|
14091
|
+
.disabled > .animation-wrapper > .tree-node,
|
|
13995
14092
|
.disabled > .tree-node {
|
|
13996
14093
|
/* Whole tree is disabled -> use darker disabled color */
|
|
13997
14094
|
color: #666666;
|
|
13998
14095
|
}
|
|
13999
|
-
.disabled.read-only > .
|
|
14096
|
+
.disabled.read-only > .animation-wrapper > .tree-node,
|
|
14097
|
+
.disabled.read-only > .tree-node {
|
|
14000
14098
|
color: #000;
|
|
14001
14099
|
}
|
|
14002
14100
|
.tree-node > .text {
|
|
@@ -14027,6 +14125,7 @@ Try these to switch between fonts:
|
|
|
14027
14125
|
.tree-node > .icon.font-icon {
|
|
14028
14126
|
/* Necessary to align with the text, depends on the used font size */
|
|
14029
14127
|
line-height: 15px;
|
|
14128
|
+
font-size: 14px;
|
|
14030
14129
|
}
|
|
14031
14130
|
.tree-node-checkbox {
|
|
14032
14131
|
display: block;
|
|
@@ -14053,12 +14152,14 @@ Try these to switch between fonts:
|
|
|
14053
14152
|
background-color: #fff;
|
|
14054
14153
|
}
|
|
14055
14154
|
.tree-node-checkbox > .check-box:not(.checked).children-checked.disabled {
|
|
14155
|
+
cursor: default;
|
|
14056
14156
|
border-color: #DADADA;
|
|
14057
14157
|
background-color: #808080;
|
|
14058
14158
|
border-color: #808080;
|
|
14059
14159
|
}
|
|
14060
14160
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box,
|
|
14061
14161
|
.tree.disabled > .tree-data > .animation-wrapper > .tree-node > .tree-node-checkbox > .check-box {
|
|
14162
|
+
cursor: default;
|
|
14062
14163
|
border-color: #DADADA;
|
|
14063
14164
|
}
|
|
14064
14165
|
.tree.disabled > .tree-data > .tree-node > .tree-node-checkbox > .check-box.checked,
|
|
@@ -14095,7 +14196,7 @@ Try these to switch between fonts:
|
|
|
14095
14196
|
cursor: pointer;
|
|
14096
14197
|
padding: 7px 8px 7px 13px;
|
|
14097
14198
|
height: 100%;
|
|
14098
|
-
line-height:
|
|
14199
|
+
line-height: 15px;
|
|
14099
14200
|
/* Necessary to align with the text, depends on the used font size */
|
|
14100
14201
|
color: inherit;
|
|
14101
14202
|
}
|
|
@@ -14113,13 +14214,12 @@ Try these to switch between fonts:
|
|
|
14113
14214
|
}
|
|
14114
14215
|
.tree-node.lazy > .tree-node-control::before {
|
|
14115
14216
|
font-family: Arial, sans-serif;
|
|
14116
|
-
font-size: 13px;
|
|
14117
14217
|
content: '+';
|
|
14118
14218
|
/* Move to left because '+' sign is not as wide as 'arrow-down' */
|
|
14119
14219
|
margin-left: -2px;
|
|
14120
14220
|
}
|
|
14121
14221
|
.tree-node.expanded > .tree-node-control::before {
|
|
14122
|
-
/* 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. */
|
|
14123
14223
|
/* See https://bugzilla.mozilla.org/show_bug.cgi?id=739176 */
|
|
14124
14224
|
-webkit-transform: rotate(89.99deg);
|
|
14125
14225
|
-ms-transform: rotate(89.99deg);
|
|
@@ -14675,6 +14775,11 @@ Try these to switch between fonts:
|
|
|
14675
14775
|
.tile.dashboard.inverted > .form-field.has-error > .status::before {
|
|
14676
14776
|
color: #FF5555;
|
|
14677
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
|
+
}
|
|
14678
14783
|
.tile.dashboard.inverted > .form-field .scrollbar-thumb-handle {
|
|
14679
14784
|
background-color: rgba(218, 218, 218, 0.3);
|
|
14680
14785
|
}
|
|
@@ -14746,26 +14851,26 @@ Try these to switch between fonts:
|
|
|
14746
14851
|
}
|
|
14747
14852
|
.tile.dashboard.selected.inverted {
|
|
14748
14853
|
--tile-background-color: #367ab8;
|
|
14749
|
-
box-shadow: 0 0 0 2px #
|
|
14854
|
+
box-shadow: 0 0 0 2px #367ab8, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14750
14855
|
}
|
|
14751
14856
|
.tile.dashboard.selected.color-alternative {
|
|
14752
14857
|
box-shadow: 0 0 0 2px #4C4C4C, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14753
14858
|
}
|
|
14754
14859
|
.tile.dashboard.selected.inverted.color-alternative {
|
|
14755
14860
|
--tile-background-color: #555555;
|
|
14756
|
-
box-shadow: 0 0 0 2px #
|
|
14861
|
+
box-shadow: 0 0 0 2px #555555, 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
|
|
14757
14862
|
}
|
|
14758
14863
|
.dimmed-background .tile.dashboard.selected {
|
|
14759
14864
|
box-shadow: 0 0 0 2px #1561A7, 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
14760
14865
|
}
|
|
14761
14866
|
.dimmed-background .tile.dashboard.selected.inverted {
|
|
14762
|
-
box-shadow: 0 0 0 2px #
|
|
14867
|
+
box-shadow: 0 0 0 2px #367ab8, 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
|
|
14763
14868
|
}
|
|
14764
14869
|
.dimmed-background .tile.dashboard.selected.color-alternative {
|
|
14765
14870
|
box-shadow: 0 0 0 2px #4C4C4C, 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
|
|
14766
14871
|
}
|
|
14767
14872
|
.dimmed-background .tile.dashboard.selected.inverted.color-alternative {
|
|
14768
|
-
box-shadow: 0 0 0 2px #
|
|
14873
|
+
box-shadow: 0 0 0 2px #555555, 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
|
|
14769
14874
|
}
|
|
14770
14875
|
/*
|
|
14771
14876
|
Mixing that can be used to reduce the horizontal padding.
|
|
@@ -14917,11 +15022,11 @@ Try these to switch between fonts:
|
|
|
14917
15022
|
color: #808080;
|
|
14918
15023
|
}
|
|
14919
15024
|
/*
|
|
14920
|
-
* Copyright (c) 2010-
|
|
15025
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
14921
15026
|
* All rights reserved. This program and the accompanying materials
|
|
14922
15027
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
14923
15028
|
* which accompanies this distribution, and is available at
|
|
14924
|
-
*
|
|
15029
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
14925
15030
|
*
|
|
14926
15031
|
* Contributors:
|
|
14927
15032
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -14976,6 +15081,30 @@ Try these to switch between fonts:
|
|
|
14976
15081
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item {
|
|
14977
15082
|
color: #4C4C4C;
|
|
14978
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
|
+
}
|
|
14979
15108
|
.tile.dashboard > .table-field > .table > .table-header > .table-header-item > .table-header-item-state {
|
|
14980
15109
|
display: none;
|
|
14981
15110
|
}
|
|
@@ -15249,7 +15378,7 @@ Try these to switch between fonts:
|
|
|
15249
15378
|
* All rights reserved. This program and the accompanying materials
|
|
15250
15379
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15251
15380
|
* which accompanies this distribution, and is available at
|
|
15252
|
-
*
|
|
15381
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15253
15382
|
*
|
|
15254
15383
|
* Contributors:
|
|
15255
15384
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15263,13 +15392,17 @@ Try these to switch between fonts:
|
|
|
15263
15392
|
}
|
|
15264
15393
|
.login-box-content > form > .button {
|
|
15265
15394
|
margin-top: 16px;
|
|
15395
|
+
margin-bottom: 0;
|
|
15396
|
+
}
|
|
15397
|
+
.login-box-content > form > .message-box {
|
|
15398
|
+
margin: 0 20px 12px 20px;
|
|
15266
15399
|
}
|
|
15267
15400
|
.login-box-content > form > input.alternative:-webkit-autofill {
|
|
15268
15401
|
/* NOSONAR (for some reason, rule "less:overqualified-elements" is illegitimately triggered here)
|
|
15269
15402
|
/* Improve Chrome's auto-fill style by overriding the forced yellow background and black text color. */
|
|
15270
15403
|
/* (Requires some hacks, see http://webagility.com/posts/remove-forced-yellow-input-background-in-chrome) */
|
|
15271
15404
|
border-top-width: 0;
|
|
15272
|
-
padding-top:
|
|
15405
|
+
padding-top: 3px;
|
|
15273
15406
|
-webkit-box-shadow: inset 0 0 0 1000px #fff;
|
|
15274
15407
|
-webkit-text-fill-color: #000 !important;
|
|
15275
15408
|
/* NOSONAR (!important is okay here) */
|
|
@@ -15329,6 +15462,31 @@ Try these to switch between fonts:
|
|
|
15329
15462
|
-o-animation: nop 0.05s;
|
|
15330
15463
|
animation: nop 0.05s;
|
|
15331
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
|
+
}
|
|
15332
15490
|
/*
|
|
15333
15491
|
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
|
|
15334
15492
|
* All rights reserved. This program and the accompanying materials
|
|
@@ -15344,11 +15502,11 @@ Try these to switch between fonts:
|
|
|
15344
15502
|
white-space: nowrap;
|
|
15345
15503
|
}
|
|
15346
15504
|
/*
|
|
15347
|
-
* Copyright (c) 2010-
|
|
15505
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15348
15506
|
* All rights reserved. This program and the accompanying materials
|
|
15349
15507
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15350
15508
|
* which accompanies this distribution, and is available at
|
|
15351
|
-
*
|
|
15509
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
15352
15510
|
*
|
|
15353
15511
|
* Contributors:
|
|
15354
15512
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -15360,6 +15518,7 @@ Try these to switch between fonts:
|
|
|
15360
15518
|
height: 100%;
|
|
15361
15519
|
color: #1561A7;
|
|
15362
15520
|
font-size: 14px;
|
|
15521
|
+
vertical-align: top;
|
|
15363
15522
|
}
|
|
15364
15523
|
.breadcrumb-item.last {
|
|
15365
15524
|
font-weight: bold;
|
|
@@ -15367,9 +15526,6 @@ Try these to switch between fonts:
|
|
|
15367
15526
|
.breadcrumb-item:hover:not(.disabled) {
|
|
15368
15527
|
color: #1b7bd4;
|
|
15369
15528
|
}
|
|
15370
|
-
.breadcrumb-item.first {
|
|
15371
|
-
vertical-align: top;
|
|
15372
|
-
}
|
|
15373
15529
|
.breadcrumb-item:not(.first)::before {
|
|
15374
15530
|
font-family: scoutIcons, Arial, sans-serif;
|
|
15375
15531
|
font-weight: normal;
|