@openui5/themelib_sap_horizon 1.133.2 → 1.135.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/.reuse/dep5 +0 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -35
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +16 -7
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -47
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -36,10 +36,11 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
|
|
39
|
-
border:
|
|
39
|
+
border: var(--sapField_BorderWidth) dashed var(--sapField_ReadOnly_BorderColor);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
|
|
43
|
+
|
|
43
44
|
&::before {
|
|
44
45
|
top: 1px;
|
|
45
46
|
left: 1px;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMTC .sapMTCScroller:focus::before {
|
|
11
|
-
border: 1px dotted
|
|
11
|
+
border: 1px dotted var(--sapContent_FocusColor);
|
|
12
12
|
position: absolute;
|
|
13
13
|
top: -1px;
|
|
14
14
|
bottom: -1px;
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
outline: none;
|
|
24
24
|
|
|
25
25
|
&::before {
|
|
26
|
-
content:
|
|
26
|
+
content: '';
|
|
27
27
|
position: absolute;
|
|
28
28
|
left: -0.1875rem;
|
|
29
29
|
right: -0.1875rem;
|
|
30
30
|
top: -0.1875rem;
|
|
31
31
|
bottom: -0.1875rem;
|
|
32
|
-
border: 0.125rem solid
|
|
32
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
33
33
|
border-radius: 0.125rem;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TileContent_NewsContentBackgroundColor:
|
|
6
|
+
@_sap_m_TileContent_NewsContentBackgroundColor: @sapTile_OverlayBackground;
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color:
|
|
10
|
+
background-color: var(--sapTile_OverlayBackground);
|
|
11
11
|
.sapMTileCntContent{
|
|
12
12
|
height: 3.625rem;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
17
|
-
color:
|
|
17
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
18
18
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TimePicker_ItemColor:
|
|
7
|
-
@_sap_m_TimePicker_ItemHoverColor:
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
6
|
+
@_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
|
|
7
|
+
@_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
/*
|
|
7
|
-
/* TimePicker Dropdown */
|
|
8
|
-
/* ======================================== */
|
|
6
|
+
/* TimePicker Dropdown */
|
|
9
7
|
.sapMTimePickerSlider {
|
|
8
|
+
|
|
10
9
|
.sapMTimePickerItem {
|
|
11
|
-
border-radius:
|
|
10
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
.sapMTimePickerContainer {
|
|
15
|
+
|
|
16
16
|
.sapMTPColumn:not(:last-child),
|
|
17
17
|
.sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
|
|
18
18
|
margin-right: 0.5rem;
|
|
@@ -20,77 +20,98 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapMTimePickerContainer .sapMTPColumn {
|
|
23
|
+
|
|
23
24
|
.sapMTimePickerSlider,
|
|
24
25
|
.sapMTimePickerLabel,
|
|
25
26
|
.sapMTimePickerSlider {
|
|
27
|
+
|
|
26
28
|
.sapMTimePickerItem,
|
|
27
29
|
.sapMTPPickerSelectionFrame,
|
|
28
30
|
.sapMTPSliderExpanded {
|
|
29
31
|
width: 3rem;
|
|
30
32
|
height: 2.875rem;
|
|
31
33
|
}
|
|
34
|
+
|
|
32
35
|
width: 3rem;
|
|
33
36
|
height: 2.875rem;
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
.sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
|
|
41
|
+
|
|
38
42
|
.sapMTimePickerSlider,
|
|
39
43
|
.sapMTimePickerLabel,
|
|
40
44
|
.sapMTimePickerSlider {
|
|
45
|
+
|
|
41
46
|
.sapMTimePickerItem,
|
|
42
47
|
.sapMTPPickerSelectionFrame,
|
|
43
48
|
.sapMTPSliderExpanded {
|
|
44
49
|
width: 3rem;
|
|
45
50
|
}
|
|
51
|
+
|
|
46
52
|
width: 3rem;
|
|
47
53
|
height: 2rem;
|
|
48
54
|
}
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
.sapMTimePickerContainer {
|
|
58
|
+
|
|
52
59
|
.sapMTPColumn {
|
|
60
|
+
|
|
53
61
|
.sapMTimePickerSlider {
|
|
62
|
+
|
|
54
63
|
.sapMTimePickerItem {
|
|
55
|
-
background:
|
|
56
|
-
border: 0.0625rem solid
|
|
57
|
-
color:
|
|
58
|
-
border-color:
|
|
64
|
+
background: var(--sapContent_Selected_Background);
|
|
65
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
66
|
+
color: var(--sapContent_FocusColor);
|
|
67
|
+
border-color: var(--sapContent_FocusColor);
|
|
68
|
+
|
|
59
69
|
&:hover {
|
|
60
|
-
background:
|
|
61
|
-
color:
|
|
70
|
+
background: var(--sapList_Hover_Background);
|
|
71
|
+
color: var(--sapContent_FocusColor);
|
|
62
72
|
}
|
|
63
73
|
}
|
|
64
74
|
}
|
|
75
|
+
|
|
65
76
|
&.sapMTPSliderExpanded {
|
|
77
|
+
|
|
66
78
|
.sapMTimePickerSlider {
|
|
79
|
+
|
|
67
80
|
.sapMTimePickerItem {
|
|
68
|
-
background:
|
|
69
|
-
border: 0.0625rem solid
|
|
81
|
+
background: var(--sapLegend_WorkingBackground);
|
|
82
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
83
|
+
|
|
70
84
|
&:hover {
|
|
71
|
-
background:
|
|
85
|
+
background: var(--sapList_Hover_Background);
|
|
72
86
|
}
|
|
87
|
+
|
|
73
88
|
&:active {
|
|
74
|
-
background:
|
|
75
|
-
color:
|
|
89
|
+
background: var(--sapContent_Selected_Background);
|
|
90
|
+
color: var(--sapContent_Selected_TextColor);
|
|
76
91
|
}
|
|
77
|
-
|
|
78
|
-
|
|
92
|
+
|
|
93
|
+
&.sapMTimePickerItemSelected {
|
|
94
|
+
background: var(--sapList_Background)
|
|
79
95
|
}
|
|
80
96
|
}
|
|
97
|
+
|
|
81
98
|
.sapMTPPickerSelectionFrame {
|
|
82
|
-
border: 0.125rem solid
|
|
83
|
-
border-radius:
|
|
84
|
-
outline:none;
|
|
99
|
+
border: 0.125rem solid var(--sapList_SelectionBorderColor);
|
|
100
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
101
|
+
outline: none;
|
|
102
|
+
|
|
85
103
|
&:hover {
|
|
104
|
+
|
|
86
105
|
+ ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
87
|
-
background:
|
|
106
|
+
background: var(--sapList_Hover_Background);
|
|
88
107
|
}
|
|
89
108
|
}
|
|
109
|
+
|
|
90
110
|
&:active {
|
|
111
|
+
|
|
91
112
|
& + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
92
|
-
background:
|
|
93
|
-
color:
|
|
113
|
+
background: var(--sapContent_Selected_Background);
|
|
114
|
+
color: var(--sapContent_Selected_TextColor);
|
|
94
115
|
}
|
|
95
116
|
}
|
|
96
117
|
}
|
|
@@ -103,41 +124,48 @@
|
|
|
103
124
|
}
|
|
104
125
|
}
|
|
105
126
|
|
|
106
|
-
|
|
107
127
|
/* PHONE STYLES */
|
|
108
128
|
.sap-phone {
|
|
109
|
-
/* ======================================== */
|
|
110
|
-
/* TimePicker Dropdown */
|
|
111
|
-
/* ======================================== */
|
|
112
129
|
|
|
130
|
+
/* TimePicker Dropdown */
|
|
113
131
|
.sapMTimePickerContainer {
|
|
132
|
+
|
|
114
133
|
.sapMTPColumn {
|
|
134
|
+
|
|
115
135
|
.sapMTimePickerSlider,
|
|
116
136
|
.sapMTimePickerLabel,
|
|
117
137
|
.sapMTimePickerSlider {
|
|
138
|
+
|
|
118
139
|
.sapMTimePickerItem,
|
|
119
140
|
.sapMTPPickerSelectionFrame,
|
|
120
141
|
.sapMTPSliderExpanded {
|
|
121
142
|
width: 3rem;
|
|
122
143
|
height: 2.875rem;
|
|
123
144
|
}
|
|
145
|
+
|
|
124
146
|
width: 3rem;
|
|
125
147
|
height: 2.875rem;
|
|
126
148
|
}
|
|
149
|
+
|
|
127
150
|
.sapMTimePickerSlider {
|
|
151
|
+
|
|
128
152
|
.sapMTimePickerItem {
|
|
129
|
-
border: 1px solid
|
|
153
|
+
border: 1px solid var(--sapList_Background);
|
|
130
154
|
}
|
|
131
155
|
}
|
|
156
|
+
|
|
132
157
|
&.sapMTPSliderExpanded {
|
|
158
|
+
|
|
133
159
|
.sapMTimePickerSlider {
|
|
160
|
+
|
|
134
161
|
.sapMTimePickerItem {
|
|
135
|
-
background:
|
|
136
|
-
border: 1px solid
|
|
162
|
+
background: var(--sapLegend_WorkingBackground);
|
|
163
|
+
border: 1px solid var(--sapList_Background);
|
|
137
164
|
width: 3rem;
|
|
138
165
|
}
|
|
166
|
+
|
|
139
167
|
.sapMTPPickerSelectionFrame {
|
|
140
|
-
outline: 0.125rem solid
|
|
168
|
+
outline: 0.125rem solid var(--sapSelectedColor);
|
|
141
169
|
outline-offset: -0.188rem;
|
|
142
170
|
}
|
|
143
171
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.m/Title
|
|
3
|
-
/* Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* =========================== */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* =========================== */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
7
|
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
.sapFDynamicPage-Std-Phone {
|
|
12
12
|
|
|
13
13
|
.sapFDynamicPageTitleMain {
|
|
14
|
+
|
|
14
15
|
.sapFDynamicPageTitleMainInner {
|
|
16
|
+
|
|
15
17
|
.sapFDynamicPageTitleMainHeading {
|
|
16
18
|
align-self: auto;
|
|
17
19
|
|
|
@@ -19,8 +21,8 @@
|
|
|
19
21
|
margin-top: 0.6875rem;
|
|
20
22
|
|
|
21
23
|
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
|
-
font-size:
|
|
23
|
-
font-family:
|
|
24
|
+
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
|
|
25
|
+
font-family: var(--sapObjectHeader_Title_FontFamily);
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
}
|
|
@@ -6,28 +6,34 @@
|
|
|
6
6
|
html.sap-desktop .sapMToggleBtnPressed,
|
|
7
7
|
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
8
8
|
box-shadow: none;
|
|
9
|
+
|
|
9
10
|
&.sapMBtnNegative {
|
|
10
|
-
background-color:
|
|
11
|
-
border-color:
|
|
12
|
-
color:
|
|
11
|
+
background-color: var(--sapButton_Reject_Selected_Background);
|
|
12
|
+
border-color: var(--sapButton_Reject_Selected_BorderColor);
|
|
13
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
14
|
+
|
|
13
15
|
& .sapUiIcon {
|
|
14
|
-
color:
|
|
16
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
15
17
|
}
|
|
16
18
|
}
|
|
19
|
+
|
|
17
20
|
&.sapMBtnSuccess {
|
|
18
|
-
background-color:
|
|
19
|
-
border-color:
|
|
20
|
-
color:
|
|
21
|
+
background-color: var(--sapButton_Accept_Selected_Background);
|
|
22
|
+
border-color: var(--sapButton_Accept_Selected_BorderColor);
|
|
23
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
24
|
+
|
|
21
25
|
& .sapUiIcon {
|
|
22
|
-
color:
|
|
26
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
23
27
|
}
|
|
24
28
|
}
|
|
29
|
+
|
|
25
30
|
&.sapMBtnCritical {
|
|
26
|
-
background-color:
|
|
27
|
-
border-color:
|
|
28
|
-
color:
|
|
31
|
+
background-color: var(--sapButton_Attention_Selected_Background);
|
|
32
|
+
border-color: var(--sapButton_Attention_Selected_BorderColor);
|
|
33
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
34
|
+
|
|
29
35
|
& .sapUiIcon {
|
|
30
|
-
color:
|
|
36
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
31
37
|
}
|
|
32
38
|
}
|
|
33
39
|
}
|
|
@@ -36,40 +42,48 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
36
42
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
37
43
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
38
44
|
box-shadow: none;
|
|
45
|
+
|
|
39
46
|
&.sapMBtnReject,
|
|
40
47
|
&.sapMBtnNegative {
|
|
41
|
-
background-color:
|
|
42
|
-
border-color:
|
|
43
|
-
color:
|
|
48
|
+
background-color: var(--sapButton_Reject_Selected_Hover_Background);
|
|
49
|
+
border-color: var(--sapButton_Reject_Selected_Hover_BorderColor);
|
|
50
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
51
|
+
|
|
44
52
|
& .sapUiIcon {
|
|
45
|
-
color:
|
|
53
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
46
54
|
}
|
|
47
55
|
}
|
|
56
|
+
|
|
48
57
|
&.sapMBtnAccept,
|
|
49
58
|
&.sapMBtnSuccess {
|
|
50
|
-
background-color:
|
|
51
|
-
border-color:
|
|
52
|
-
color:
|
|
59
|
+
background-color: var(--sapButton_Accept_Selected_Hover_Background);
|
|
60
|
+
border-color: var(--sapButton_Accept_Selected_Hover_BorderColor);
|
|
61
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
62
|
+
|
|
53
63
|
& .sapUiIcon {
|
|
54
|
-
color:
|
|
64
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
55
65
|
}
|
|
56
66
|
}
|
|
67
|
+
|
|
57
68
|
&.sapMBtnAttention,
|
|
58
69
|
&.sapMBtnCritical {
|
|
59
|
-
background-color:
|
|
60
|
-
border-color:
|
|
61
|
-
color:
|
|
70
|
+
background-color: var(--sapButton_Attention_Selected_Hover_Background);
|
|
71
|
+
border-color: var(--sapButton_Attention_Selected_Hover_BorderColor);
|
|
72
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
73
|
+
|
|
62
74
|
& .sapUiIcon {
|
|
63
|
-
color:
|
|
75
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
64
76
|
}
|
|
65
77
|
}
|
|
66
78
|
}
|
|
67
79
|
|
|
68
80
|
.sapMBtn {
|
|
81
|
+
|
|
69
82
|
.sapMBtnCritical,
|
|
70
83
|
.sapMBtnNegative,
|
|
71
84
|
.sapMBtnSuccess,
|
|
72
85
|
.sapMBtnNeutral {
|
|
86
|
+
|
|
73
87
|
&.sapMBtnInner.sapMToggleBtnPressed {
|
|
74
88
|
text-shadow: none;
|
|
75
89
|
}
|
|
@@ -78,28 +92,26 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
78
92
|
|
|
79
93
|
/* Focus of toggled button */
|
|
80
94
|
.sapMBtn:focus > .sapMBtnInner.sapMToggleBtnPressed.sapMFocusable {
|
|
81
|
-
outline-color:
|
|
95
|
+
outline-color: var(--sapContent_FocusColor);
|
|
82
96
|
}
|
|
83
97
|
|
|
84
98
|
.sapMBtn .sapMBtnCritical.sapMToggleBtnPressed,
|
|
85
99
|
.sapContrast span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
86
100
|
.sapMBtn:hover .sapMBtnCritical.sapMToggleBtnPressed,
|
|
87
101
|
.sapContrast:hover span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
88
|
-
|
|
89
102
|
.sapMBtn .sapMBtnNegative.sapMToggleBtnPressed,
|
|
90
103
|
.sapContrast span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
91
104
|
.sapMBtn:hover .sapMBtnNegative.sapMToggleBtnPressed,
|
|
92
105
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
93
|
-
|
|
94
106
|
.sapMBtn .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
95
107
|
.sapContrast span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
96
108
|
.sapMBtn:hover .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
97
109
|
.sapContrast:hover span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
98
|
-
|
|
99
110
|
.sapMBtn .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
100
111
|
.sapContrast span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed,
|
|
101
112
|
.sapMBtn:hover .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
102
113
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed {
|
|
114
|
+
|
|
103
115
|
.sapMBtnContent,
|
|
104
116
|
.sapMBtnIcon {
|
|
105
117
|
color: inherit;
|
|
@@ -107,24 +119,24 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
107
119
|
}
|
|
108
120
|
|
|
109
121
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
110
|
-
background-color:
|
|
111
|
-
color:
|
|
112
|
-
border-color:
|
|
122
|
+
background-color: var(--sapButton_Selected_Background);
|
|
123
|
+
color: var(--sapButton_Selected_TextColor);
|
|
124
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
113
125
|
}
|
|
114
126
|
|
|
115
127
|
span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
116
128
|
span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
117
129
|
html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
118
|
-
color:
|
|
130
|
+
color: var(--sapButton_Selected_TextColor);
|
|
119
131
|
}
|
|
120
132
|
|
|
121
133
|
|
|
122
134
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
123
|
-
border-color:
|
|
135
|
+
border-color: var(--sapContent_FocusColor);
|
|
124
136
|
}
|
|
125
137
|
|
|
126
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)
|
|
127
|
-
border-color:
|
|
138
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)::after {
|
|
139
|
+
border-color: var(--sapContent_FocusColor);
|
|
128
140
|
left: -0.0625rem;
|
|
129
141
|
top: -0.0625rem;
|
|
130
142
|
right: -0.0625rem;
|
|
@@ -132,13 +144,13 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
132
144
|
border-radius: 0.5rem;
|
|
133
145
|
}
|
|
134
146
|
|
|
135
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)
|
|
136
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
137
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
138
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
139
|
-
border: 0.125rem solid
|
|
147
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
|
|
148
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
149
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
150
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before {
|
|
151
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
140
152
|
}
|
|
141
153
|
|
|
142
154
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
143
|
-
border-color:
|
|
155
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
144
156
|
}
|
|
@@ -26,6 +26,11 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
26
26
|
border-radius: @sapField_BorderCornerRadius;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
/* editable tokens in read-only tokenizer */
|
|
30
|
+
.sapMTokenizer.sapMTokenizerReadonly .sapMToken {
|
|
31
|
+
color: @sapUiContentLabelColor;
|
|
32
|
+
}
|
|
33
|
+
|
|
29
34
|
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
30
35
|
padding: 0.25rem 0.3125rem;
|
|
31
36
|
}
|
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
/* ========================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
8
9
|
z-index: 2;
|
|
10
|
+
|
|
9
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
10
12
|
padding-left: 0rem;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
15
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
17
19
|
padding-left: 0;
|
|
20
|
+
|
|
18
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
19
23
|
.sapMCbLabel {
|
|
20
|
-
font-family:
|
|
21
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
27
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
28
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
.sapMVSD .sapMVSDBar {
|
|
32
36
|
box-shadow: @sapUiShadowHeader;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
36
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
37
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
38
42
|
box-shadow: none;
|