@openui5/themelib_sap_horizon 1.102.1 → 1.103.0
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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
- package/src/sap/m/themes/sap_horizon/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/Slider.less +21 -2
- package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
- package/src/sap/m/themes/sap_horizon_dark/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
|
@@ -3,11 +3,228 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ========================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.
|
|
6
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.75rem;
|
|
7
7
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardEdgeChildMargin: 1rem;
|
|
8
8
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardAfterScrollbarMargin: 0.75rem;
|
|
9
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardColor: @sapUiTileBackground;
|
|
10
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardBorderRadius: 0.5rem;
|
|
11
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: @sapUiContentShadow2;
|
|
12
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
|
|
9
13
|
|
|
10
14
|
@_sap_ui_layout_BlockLayout_LinkTextShadow: none;
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
@
|
|
16
|
+
// Horizon specific colors
|
|
17
|
+
@_sap_ui_layout_BlockLayout_BtpGrey1: #1C2834;
|
|
18
|
+
@_sap_ui_layout_BlockLayout_BtpGrey2: #233240;
|
|
19
|
+
@_sap_ui_layout_BlockLayout_BtpGrey3: #293A4B;
|
|
20
|
+
@_sap_ui_layout_BlockLayout_BtpGrey4: #304458;
|
|
21
|
+
@_sap_ui_layout_BlockLayout_BtpGrey6: #3C556D;
|
|
22
|
+
@_sap_ui_layout_BlockLayout_BtpGrey7: #415C76;
|
|
23
|
+
|
|
24
|
+
@_sap_ui_layout_BlockLayout_BtpTeal6: #035D52;
|
|
25
|
+
@_sap_ui_layout_BlockLayout_BtpTeal7: #036559;
|
|
26
|
+
|
|
27
|
+
@_sap_ui_layout_BlockLayout_BtpBlue6: #004CB5;
|
|
28
|
+
@_sap_ui_layout_BlockLayout_BtpBlue7: #0052C4;
|
|
29
|
+
|
|
30
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo6: #490AFA;
|
|
31
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo7: #591FFA;
|
|
32
|
+
|
|
33
|
+
/* ============ Custom Cell Background Color ============== */
|
|
34
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #362401; // Mango 1
|
|
35
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #432C01; // Mango 2
|
|
36
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #4E3401; // Mango 3
|
|
37
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #5B3D01; // Mango 4
|
|
38
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #714B02; // Mango 6
|
|
39
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #7A5102; // Mango 7
|
|
40
|
+
|
|
41
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #550404; // Red 1
|
|
42
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #680505; // Red 2
|
|
43
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #770505; // Red 3
|
|
44
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #8A0606; // Red 4
|
|
45
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #A80707; // Red 6
|
|
46
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #B50808; // Red 7
|
|
47
|
+
|
|
48
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #520230; // Raspberry 1
|
|
49
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #63033A; // Raspberry 2
|
|
50
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #720342; // Raspberry 3
|
|
51
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #84044D; // Raspberry 4
|
|
52
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #A2045E; // Raspberry 6
|
|
53
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #AE0565; // Raspberry 7
|
|
54
|
+
|
|
55
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #480057; // Pink 1
|
|
56
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #570069; // Pink 2
|
|
57
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #630078; // Pink 3
|
|
58
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #73008B; // Pink 4
|
|
59
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #8C00AA; // Pink 6
|
|
60
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #9700B7; // Pink 7
|
|
61
|
+
|
|
62
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #240381; // Indigo 1
|
|
63
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #2C049D; // Indigo 2
|
|
64
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #3204B3; // Indigo 3
|
|
65
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #3A05CF; // Indigo 4
|
|
66
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; // Indigo 6
|
|
67
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
|
|
68
|
+
|
|
69
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #002559; // Blue 1
|
|
70
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #002E6D; // Blue 2
|
|
71
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #00357E; // Blue 3
|
|
72
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #003E93; // Blue 4
|
|
73
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; // Blue 6
|
|
74
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
|
|
75
|
+
|
|
76
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #012D28; // Teal 1
|
|
77
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #023731; // Teal 2
|
|
78
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #024039; // Teal 3
|
|
79
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #024B42; // Teal 4
|
|
80
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; // Teal 6
|
|
81
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
|
|
82
|
+
|
|
83
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #0F2D17; // Green 1
|
|
84
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #13381D; // Green 2
|
|
85
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #164122; // Green 3
|
|
86
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #194C28; // Green 4
|
|
87
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #1F5E31; // Green 6
|
|
88
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #226635; // Green 7
|
|
89
|
+
|
|
90
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #032B37; // Cyan 1
|
|
91
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #033545; // Cyan 2
|
|
92
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #043E50; // Cyan 3
|
|
93
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #05495D; // Cyan 4
|
|
94
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #065A73; // Cyan 6
|
|
95
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #06617D; // Cyan 7
|
|
96
|
+
|
|
97
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
|
|
98
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
|
|
99
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
|
|
100
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
|
|
101
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; // Grey 6
|
|
102
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
|
|
103
|
+
|
|
104
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
|
|
105
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
|
|
106
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11C: transparent;
|
|
107
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11D: transparent;
|
|
108
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
|
|
109
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
|
|
110
|
+
|
|
111
|
+
// Create classes which would just set background color of the BlockLayout cells
|
|
112
|
+
.generateCellColorSets (@backgroundColorSet, @backgroundColorShade) {
|
|
113
|
+
@css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
|
|
114
|
+
@css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
|
|
115
|
+
@color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
|
|
116
|
+
|
|
117
|
+
// Build the real CSS selector.
|
|
118
|
+
// The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
|
|
119
|
+
.@{css-selector} {
|
|
120
|
+
background-color: @@color-param;
|
|
121
|
+
|
|
122
|
+
.sapUiBlockCellContent {
|
|
123
|
+
color: @sapUiBaseText;
|
|
124
|
+
|
|
125
|
+
.sapMText,
|
|
126
|
+
.sapMLabel,
|
|
127
|
+
.sapUiBlockCellTitle {
|
|
128
|
+
color: inherit;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// Define a loop and go through 11 color sets and for each set apply 6 shades
|
|
135
|
+
.loop-cell-colors(@i: 1) when (@i =< 11) {
|
|
136
|
+
.generateCellColorSets(@i, "A");
|
|
137
|
+
.generateCellColorSets(@i, "B");
|
|
138
|
+
.generateCellColorSets(@i, "C");
|
|
139
|
+
.generateCellColorSets(@i, "D");
|
|
140
|
+
.generateCellColorSets(@i, "E");
|
|
141
|
+
.generateCellColorSets(@i, "F");
|
|
142
|
+
|
|
143
|
+
.loop-cell-colors(@i + 1); // Execute next loop iteration
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// Execute Loop through color sets
|
|
147
|
+
.loop-cell-colors();
|
|
148
|
+
|
|
149
|
+
/* ============ Background type: Light ============== */
|
|
150
|
+
.sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
|
|
151
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
152
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
156
|
+
.setCellsColorDoubles(@sapUiGroupContentBackground, @_sap_ui_layout_BlockLayout_BtpGrey1);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
160
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
164
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey3);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
168
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
172
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey4, @_sap_ui_layout_BlockLayout_BtpGrey6);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
176
|
+
.setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); // H, G
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
180
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @sapUiPageFooterBackground);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* ============ Background type: Accent ============== */
|
|
185
|
+
.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
|
|
186
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
187
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); // Colors B, A
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
191
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal6, @_sap_ui_layout_BlockLayout_BtpTeal7);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
195
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); // Colors D, C
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
199
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue6, @_sap_ui_layout_BlockLayout_BtpBlue7);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
203
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); // Colors F, E
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
207
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F & E
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
211
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
215
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @_sap_ui_layout_BlockLayout_BtpGrey2);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&.sapUiBlockLayoutBackgroundColorSet1,
|
|
219
|
+
&.sapUiBlockLayoutBackgroundColorSet2,
|
|
220
|
+
&.sapUiBlockLayoutBackgroundColorSet3,
|
|
221
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
222
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
|
|
223
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
|
|
227
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -3,11 +3,228 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ========================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.
|
|
6
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.75rem;
|
|
7
7
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardEdgeChildMargin: 1rem;
|
|
8
8
|
@_sap_ui_layout_BlockLayout_BackgroundDashboardAfterScrollbarMargin: 0.75rem;
|
|
9
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardColor: @sapUiTileBackground;
|
|
10
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardBorderRadius: 0.5rem;
|
|
11
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: @sapUiContentShadow2;
|
|
12
|
+
@_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
|
|
9
13
|
|
|
10
14
|
@_sap_ui_layout_BlockLayout_LinkTextShadow: none;
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
@
|
|
16
|
+
// Horizon specific colors
|
|
17
|
+
@_sap_ui_layout_BlockLayout_BtpGrey1: #C5CDD3;
|
|
18
|
+
@_sap_ui_layout_BlockLayout_BtpGrey2: #BCC5CC;
|
|
19
|
+
@_sap_ui_layout_BlockLayout_BtpGrey3: #B3BDC5;
|
|
20
|
+
@_sap_ui_layout_BlockLayout_BtpGrey4: #A9B5BE;
|
|
21
|
+
@_sap_ui_layout_BlockLayout_BtpGrey6: #93A2AD;
|
|
22
|
+
@_sap_ui_layout_BlockLayout_BtpGrey7: #8797A4;
|
|
23
|
+
|
|
24
|
+
@_sap_ui_layout_BlockLayout_BtpTeal6: #1AB498;
|
|
25
|
+
@_sap_ui_layout_BlockLayout_BtpTeal7: #18A88E;
|
|
26
|
+
|
|
27
|
+
@_sap_ui_layout_BlockLayout_BtpBlue6: #1CA7FF;
|
|
28
|
+
@_sap_ui_layout_BlockLayout_BtpBlue7: #009AFC;
|
|
29
|
+
|
|
30
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo6: #B28BFF;
|
|
31
|
+
@_sap_ui_layout_BlockLayout_BtpIndigo7: #A87CFF;
|
|
32
|
+
|
|
33
|
+
/* ============ Custom Cell Background Color ============== */
|
|
34
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFC218; // Mango 1
|
|
35
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FAB900; // Mango 2
|
|
36
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #F0B100; // Mango 3
|
|
37
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #E5A900; // Mango 4
|
|
38
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #CD9700; // Mango 6
|
|
39
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #BF8D00; // Mango 7
|
|
40
|
+
|
|
41
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFBABA; // Red 1
|
|
42
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFAFAF; // Red 2
|
|
43
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFA3A3; // Red 3
|
|
44
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF9595; // Red 4
|
|
45
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #FF7474; // Red 6
|
|
46
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #FF5E5E; // Red 7
|
|
47
|
+
|
|
48
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FEB7D9; // Raspberry 1
|
|
49
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FEABD3; // Raspberry 2
|
|
50
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FE9FCC; // Raspberry 3
|
|
51
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FE90C5; // Raspberry 4
|
|
52
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #FD6DB2; // Raspberry 6
|
|
53
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #FD55A6; // Raspberry 7
|
|
54
|
+
|
|
55
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFB3F5; // Pink 1
|
|
56
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFA6F3; // Pink 2
|
|
57
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FF98F1; // Pink 3
|
|
58
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF88EF; // Pink 4
|
|
59
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #FF5DE9; // Pink 6
|
|
60
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #FF3BE5; // Pink 7
|
|
61
|
+
|
|
62
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #D6C2FF; // Indigo 1
|
|
63
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #D0B8FF; // Indigo 2
|
|
64
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #CAAEFF; // Indigo 3
|
|
65
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #C2A3FF; // Indigo 4
|
|
66
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; // Indigo 6
|
|
67
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
|
|
68
|
+
|
|
69
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #8FD4FF; // Blue 1
|
|
70
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #7ECCFF; // Blue 2
|
|
71
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #69C5FF; // Blue 3
|
|
72
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #53BCFF; // Blue 4
|
|
73
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; // Blue 6
|
|
74
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
|
|
75
|
+
|
|
76
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #3CE3C5; // Teal 1
|
|
77
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #1FDCBA; // Teal 2
|
|
78
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #1ED3B3; // Teal 3
|
|
79
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #1DC9AA; // Teal 4
|
|
80
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; // Teal 6
|
|
81
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
|
|
82
|
+
|
|
83
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #9BDF47; // Green 1
|
|
84
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #8AD926; // Green 2
|
|
85
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #84D025; // Green 3
|
|
86
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #7EC623; // Green 4
|
|
87
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #71B11F; // Green 6
|
|
88
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #69A51D; // Green 7
|
|
89
|
+
|
|
90
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #51DDF2; // Cyan 1
|
|
91
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #2DD6EF; // Cyan 2
|
|
92
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #12CEE9; // Cyan 3
|
|
93
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #11C4DF; // Cyan 4
|
|
94
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #0FB0C7; // Cyan 6
|
|
95
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #0EA4BA; // Cyan 7
|
|
96
|
+
|
|
97
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
|
|
98
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
|
|
99
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
|
|
100
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
|
|
101
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; // Grey 6
|
|
102
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
|
|
103
|
+
|
|
104
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
|
|
105
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
|
|
106
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11C: transparent;
|
|
107
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11D: transparent;
|
|
108
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
|
|
109
|
+
@_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
|
|
110
|
+
|
|
111
|
+
// Create classes which would just set background color of the BlockLayout cells
|
|
112
|
+
.generateCellColorSets (@backgroundColorSet, @backgroundColorShade) {
|
|
113
|
+
@css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
|
|
114
|
+
@css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
|
|
115
|
+
@color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
|
|
116
|
+
|
|
117
|
+
// Build the real CSS selector.
|
|
118
|
+
// The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
|
|
119
|
+
.@{css-selector} {
|
|
120
|
+
background-color: @@color-param;
|
|
121
|
+
|
|
122
|
+
.sapUiBlockCellContent {
|
|
123
|
+
color: @sapUiBaseText;
|
|
124
|
+
|
|
125
|
+
.sapMText,
|
|
126
|
+
.sapMLabel,
|
|
127
|
+
.sapUiBlockCellTitle {
|
|
128
|
+
color: inherit;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// Define a loop and go through 11 color sets and for each set apply 6 shades
|
|
135
|
+
.loop-cell-colors(@i: 1) when (@i =< 11) {
|
|
136
|
+
.generateCellColorSets(@i, "A");
|
|
137
|
+
.generateCellColorSets(@i, "B");
|
|
138
|
+
.generateCellColorSets(@i, "C");
|
|
139
|
+
.generateCellColorSets(@i, "D");
|
|
140
|
+
.generateCellColorSets(@i, "E");
|
|
141
|
+
.generateCellColorSets(@i, "F");
|
|
142
|
+
|
|
143
|
+
.loop-cell-colors(@i + 1); // Execute next loop iteration
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// Execute Loop through color sets
|
|
147
|
+
.loop-cell-colors();
|
|
148
|
+
|
|
149
|
+
/* ============ Background type: Light ============== */
|
|
150
|
+
.sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
|
|
151
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
152
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
156
|
+
.setCellsColorDoubles(@sapUiGroupContentBackground, @_sap_ui_layout_BlockLayout_BtpGrey1);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
160
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
164
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey3);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
168
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
172
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey4, @_sap_ui_layout_BlockLayout_BtpGrey6);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
176
|
+
.setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); // H, G
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
180
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @sapUiPageFooterBackground);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* ============ Background type: Accent ============== */
|
|
185
|
+
.sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
|
|
186
|
+
&.sapUiBlockLayoutBackgroundColorSet1 {
|
|
187
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); // Colors B, A
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&.sapUiBlockLayoutBackgroundColorSet1Inverted {
|
|
191
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal6, @_sap_ui_layout_BlockLayout_BtpTeal7);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.sapUiBlockLayoutBackgroundColorSet2 {
|
|
195
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); // Colors D, C
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&.sapUiBlockLayoutBackgroundColorSet2Inverted {
|
|
199
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue6, @_sap_ui_layout_BlockLayout_BtpBlue7);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiBlockLayoutBackgroundColorSet3 {
|
|
203
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); // Colors F, E
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.sapUiBlockLayoutBackgroundColorSet3Inverted {
|
|
207
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F & E
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
211
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.sapUiBlockLayoutBackgroundColorSet4Inverted {
|
|
215
|
+
.setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @_sap_ui_layout_BlockLayout_BtpGrey2);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&.sapUiBlockLayoutBackgroundColorSet1,
|
|
219
|
+
&.sapUiBlockLayoutBackgroundColorSet2,
|
|
220
|
+
&.sapUiBlockLayoutBackgroundColorSet3,
|
|
221
|
+
&.sapUiBlockLayoutBackgroundColorSet4 {
|
|
222
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
|
|
223
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
|
|
227
|
+
background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@_sap_ui_table_Cell_BorderColorFixedSelected: @sapUiListSelectionBorderColor;
|
|
8
8
|
@_sap_ui_table_Cell_ShadowColorFixed: @sapUiListTableFixedBorder;
|
|
9
9
|
@_sap_ui_table_Cell_BorderBottomFocus: transparent;
|
|
10
|
+
@_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
|
|
10
11
|
|
|
11
12
|
.sapUiTableCellDummy {
|
|
12
13
|
.sapUiTableContentRow & {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for sap.ui.table/Scrolling */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ================================== */
|
|
5
|
+
|
|
6
|
+
._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
|
|
7
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
8
|
+
border-left-width: 0.25rem !important;
|
|
9
|
+
border-right-width: 0.25rem !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
+
border-top-width: 0.25rem !important;
|
|
14
|
+
border-bottom-width: 0.25rem !important;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@_sap_ui_table_Cell_BorderColorFixedSelected: @sapUiListSelectionBorderColor;
|
|
8
8
|
@_sap_ui_table_Cell_ShadowColorFixed: @sapUiListTableFixedBorder;
|
|
9
9
|
@_sap_ui_table_Cell_BorderBottomFocus: transparent;
|
|
10
|
+
@_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
|
|
10
11
|
|
|
11
12
|
.sapUiTableCellDummy {
|
|
12
13
|
.sapUiTableContentRow & {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for sap.ui.table/Scrolling */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ================================== */
|
|
5
|
+
|
|
6
|
+
._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
|
|
7
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
8
|
+
border-left-width: 0.25rem !important;
|
|
9
|
+
border-right-width: 0.25rem !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
+
border-top-width: 0.25rem !important;
|
|
14
|
+
border-bottom-width: 0.25rem !important;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_ui_table_Cell_FocusOutlineOffset: -2px;
|
|
7
7
|
@_sap_ui_table_Cell_BorderColorSelected: @sapUiListSelectionBorderColor;
|
|
8
|
+
@_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
|
|
8
9
|
|
|
9
10
|
.sapUiTableGroupMode .sapUiTableCell.sapUiTableRowSelectionCell {
|
|
10
11
|
box-shadow: none;
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
|
|
7
|
-
&::-webkit-scrollbar {
|
|
8
|
-
border:
|
|
7
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
8
|
+
border-left-width: 0.25rem !important;
|
|
9
|
+
border-right-width: 0.25rem !important;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
|
-
&::-webkit-scrollbar-thumb {
|
|
12
|
-
border:
|
|
13
|
-
|
|
12
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
+
border-top-width: 0.25rem !important;
|
|
14
|
+
border-bottom-width: 0.25rem !important;
|
|
14
15
|
}
|
|
15
16
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_ui_table_Cell_FocusOutlineOffset: -2px;
|
|
7
7
|
@_sap_ui_table_Cell_BorderColorSelected: @sapUiListSelectionBorderColor;
|
|
8
|
+
@_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
|
|
8
9
|
|
|
9
10
|
.sapUiTableGroupMode .sapUiTableCell.sapUiTableRowSelectionCell {
|
|
10
11
|
box-shadow: none;
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
|
|
7
|
-
&::-webkit-scrollbar {
|
|
8
|
-
border:
|
|
7
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
8
|
+
border-left-width: 0.25rem !important;
|
|
9
|
+
border-right-width: 0.25rem !important;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
|
-
&::-webkit-scrollbar-thumb {
|
|
12
|
-
border:
|
|
13
|
-
|
|
12
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
+
border-top-width: 0.25rem !important;
|
|
14
|
+
border-bottom-width: 0.25rem !important;
|
|
14
15
|
}
|
|
15
16
|
}
|