@openui5/themelib_sap_fiori_3 1.146.0 → 1.147.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.
Files changed (138) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +0 -44
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_fiori_3/CheckBox.less +6 -0
  5. package/src/sap/m/themes/sap_fiori_3/MessageView.less +0 -4
  6. package/src/sap/m/themes/sap_fiori_3/ObjectMarker.less +5 -1
  7. package/src/sap/m/themes/sap_fiori_3/PlanningCalendar.less +1 -1
  8. package/src/sap/m/themes/sap_fiori_3/RadioButtonGroup.less +1 -3
  9. package/src/sap/m/themes/sap_fiori_3_dark/CheckBox.less +6 -0
  10. package/src/sap/m/themes/sap_fiori_3_dark/MessageView.less +0 -4
  11. package/src/sap/m/themes/sap_fiori_3_dark/ObjectMarker.less +5 -1
  12. package/src/sap/m/themes/sap_fiori_3_dark/PlanningCalendar.less +1 -1
  13. package/src/sap/m/themes/sap_fiori_3_dark/RadioButtonGroup.less +1 -3
  14. package/src/sap/m/themes/sap_fiori_3_hcb/MessageView.less +0 -4
  15. package/src/sap/m/themes/sap_fiori_3_hcb/ObjectMarker.less +5 -1
  16. package/src/sap/m/themes/sap_fiori_3_hcb/ObjectStatus.less +2 -2
  17. package/src/sap/m/themes/sap_fiori_3_hcb/PlanningCalendar.less +1 -1
  18. package/src/sap/m/themes/sap_fiori_3_hcb/RadioButtonGroup.less +1 -3
  19. package/src/sap/m/themes/sap_fiori_3_hcw/MessageView.less +0 -4
  20. package/src/sap/m/themes/sap_fiori_3_hcw/ObjectMarker.less +5 -1
  21. package/src/sap/m/themes/sap_fiori_3_hcw/ObjectStatus.less +1 -1
  22. package/src/sap/m/themes/sap_fiori_3_hcw/PlanningCalendar.less +1 -1
  23. package/src/sap/m/themes/sap_fiori_3_hcw/RadioButtonGroup.less +1 -3
  24. package/src/sap/ui/commons/themes/sap_fiori_3/ListBox.less +11 -24
  25. package/src/sap/ui/commons/themes/sap_fiori_3/MenuBar.less +17 -17
  26. package/src/sap/ui/commons/themes/sap_fiori_3/MenuButton.less +10 -43
  27. package/src/sap/ui/commons/themes/sap_fiori_3/Message.less +2 -2
  28. package/src/sap/ui/commons/themes/sap_fiori_3/MessageBar.less +9 -9
  29. package/src/sap/ui/commons/themes/sap_fiori_3/MessageBox.less +18 -15
  30. package/src/sap/ui/commons/themes/sap_fiori_3/MessageList.less +4 -4
  31. package/src/sap/ui/commons/themes/sap_fiori_3/MessageToast.less +17 -15
  32. package/src/sap/ui/commons/themes/sap_fiori_3/Paginator.less +18 -18
  33. package/src/sap/ui/commons/themes/sap_fiori_3/Panel.less +15 -36
  34. package/src/sap/ui/commons/themes/sap_fiori_3/ProgressIndicator.less +2 -7
  35. package/src/sap/ui/commons/themes/sap_fiori_3/RatingIndicator.less +7 -7
  36. package/src/sap/ui/commons/themes/sap_fiori_3/RichTooltip.less +6 -6
  37. package/src/sap/ui/commons/themes/sap_fiori_3/RoadMap.less +67 -68
  38. package/src/sap/ui/commons/themes/sap_fiori_3/SearchField.less +16 -16
  39. package/src/sap/ui/commons/themes/sap_fiori_3/Splitter.less +17 -17
  40. package/src/sap/ui/commons/themes/sap_fiori_3/TextArea.less +3 -3
  41. package/src/sap/ui/commons/themes/sap_fiori_3/TriStateCheckBox.less +2 -2
  42. package/src/sap/ui/commons/themes/sap_fiori_3/ValueHelpField.less +5 -5
  43. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ListBox.less +8 -21
  44. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MenuBar.less +16 -16
  45. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MenuButton.less +9 -42
  46. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Message.less +1 -1
  47. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MessageBar.less +5 -5
  48. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MessageBox.less +12 -9
  49. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MessageList.less +2 -2
  50. package/src/sap/ui/commons/themes/sap_fiori_3_dark/MessageToast.less +14 -12
  51. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Paginator.less +16 -16
  52. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Panel.less +9 -30
  53. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ProgressIndicator.less +1 -6
  54. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RatingIndicator.less +5 -5
  55. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RichTooltip.less +3 -3
  56. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RoadMap.less +65 -65
  57. package/src/sap/ui/commons/themes/sap_fiori_3_dark/SearchField.less +13 -13
  58. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Splitter.less +11 -11
  59. package/src/sap/ui/commons/themes/sap_fiori_3_dark/TextArea.less +2 -2
  60. package/src/sap/ui/commons/themes/sap_fiori_3_dark/TriStateCheckBox.less +1 -1
  61. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ValueHelpField.less +4 -4
  62. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/ListBox.less +3 -3
  63. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MenuBar.less +11 -19
  64. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MenuButton.less +5 -13
  65. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MessageBar.less +11 -11
  66. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MessageBox.less +5 -5
  67. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MessageList.less +1 -1
  68. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/MessageToast.less +3 -3
  69. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Pagniator.less +2 -2
  70. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Panel.less +5 -4
  71. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/ProgressIndicator.less +12 -12
  72. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RatingIndicator.less +5 -5
  73. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RichTooltip.less +1 -1
  74. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RoadMap.less +25 -25
  75. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/SearchField.less +3 -3
  76. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Splitter.less +5 -15
  77. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/TextArea.less +2 -2
  78. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/TriStateCheckBox.less +2 -2
  79. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/ValueHelpField.less +4 -6
  80. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/ListBox.less +3 -3
  81. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MenuBar.less +10 -18
  82. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MenuButton.less +5 -13
  83. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MessageBar.less +11 -11
  84. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MessageBox.less +5 -5
  85. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MessageList.less +1 -1
  86. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/MessageToast.less +3 -3
  87. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Pagniator.less +2 -2
  88. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Panel.less +5 -4
  89. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/ProgressIndicator.less +12 -12
  90. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RatingIndicator.less +5 -5
  91. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RichTooltip.less +1 -1
  92. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RoadMap.less +25 -25
  93. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/SearchField.less +3 -3
  94. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Splitter.less +5 -15
  95. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/TextArea.less +2 -2
  96. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/TriStateCheckBox.less +2 -2
  97. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/ValueHelpField.less +4 -6
  98. package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
  99. package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
  100. package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
  101. package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
  102. package/src/sap/ui/ux3/themes/sap_fiori_3/ActionBar.less +47 -49
  103. package/src/sap/ui/ux3/themes/sap_fiori_3/CollectionInspector.less +34 -30
  104. package/src/sap/ui/ux3/themes/sap_fiori_3/DataSet.less +3 -3
  105. package/src/sap/ui/ux3/themes/sap_fiori_3/DataSetSimpleView.less +2 -2
  106. package/src/sap/ui/ux3/themes/sap_fiori_3/Exact.less +2 -2
  107. package/src/sap/ui/ux3/themes/sap_fiori_3/ExactArea.less +3 -3
  108. package/src/sap/ui/ux3/themes/sap_fiori_3/ExactBrowser.less +2 -2
  109. package/src/sap/ui/ux3/themes/sap_fiori_3/ExactList.less +53 -54
  110. package/src/sap/ui/ux3/themes/sap_fiori_3/FacetFilter.less +2 -2
  111. package/src/sap/ui/ux3/themes/sap_fiori_3/FacetFilterList.less +10 -10
  112. package/src/sap/ui/ux3/themes/sap_fiori_3/Feed.less +6 -6
  113. package/src/sap/ui/ux3/themes/sap_fiori_3/Feeder.less +8 -8
  114. package/src/sap/ui/ux3/themes/sap_fiori_3/NavigationBar.less +42 -49
  115. package/src/sap/ui/ux3/themes/sap_fiori_3/NotificationBar.less +6 -9
  116. package/src/sap/ui/ux3/themes/sap_fiori_3/Shell.less +165 -165
  117. package/src/sap/ui/ux3/themes/sap_fiori_3/ShellColorPicker.less +2 -2
  118. package/src/sap/ui/ux3/themes/sap_fiori_3/ShellPersonalization.less +2 -2
  119. package/src/sap/ui/ux3/themes/sap_fiori_3/ThingInspector.less +70 -82
  120. package/src/sap/ui/ux3/themes/sap_fiori_3/ThingViewer.less +30 -30
  121. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/ActionBar.less +43 -45
  122. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/DataSetSimpleView.less +2 -2
  123. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/ExactList.less +13 -37
  124. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/Feed.less +1 -1
  125. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/Feeder.less +1 -1
  126. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/NavigationBar.less +8 -8
  127. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/NotificationBar.less +11 -11
  128. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/Shell.less +20 -21
  129. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/ThingInspector.less +1 -1
  130. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/ActionBar.less +43 -44
  131. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/DataSetSimpleView.less +2 -2
  132. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/ExactList.less +13 -37
  133. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/Feed.less +1 -1
  134. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/Feeder.less +1 -1
  135. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/NavigationBar.less +8 -8
  136. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/NotificationBar.less +11 -11
  137. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/Shell.less +19 -20
  138. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/ThingInspector.less +1 -1
package/REUSE.toml CHANGED
@@ -613,57 +613,6 @@ SPDX-License-Identifier = "MIT"
613
613
  SPDX-FileComment = "these files belong to: hammer.js"
614
614
 
615
615
 
616
- # Library: sap.ui.webc.common:
617
-
618
- [[annotations]]
619
- path = [
620
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**",
621
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**",
622
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**",
623
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**",
624
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**",
625
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**"
626
- ]
627
- precedence = "aggregate"
628
- SPDX-FileCopyrightText = "SAP"
629
- SPDX-License-Identifier = "Apache-2.0"
630
- SPDX-FileComment = "these files belong to: UI5 Web Components"
631
-
632
- [[annotations]]
633
- path = "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**"
634
- precedence = "aggregate"
635
- SPDX-FileCopyrightText = "Google LLC"
636
- SPDX-License-Identifier = "BSD-3-Clause"
637
- SPDX-FileComment = "these files belong to: lit-html"
638
-
639
-
640
- # Library: sap.ui.webc.fiori:
641
-
642
- [[annotations]]
643
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**"
644
- precedence = "aggregate"
645
- SPDX-FileCopyrightText = "SAP"
646
- SPDX-License-Identifier = "Apache-2.0"
647
- SPDX-FileComment = "these files belong to: UI5 Web Components"
648
-
649
- [[annotations]]
650
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js"
651
- precedence = "aggregate"
652
- SPDX-FileCopyrightText = "2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull"
653
- SPDX-License-Identifier = "Apache-2.0"
654
- SPDX-FileComment = "these files belong to: ZXing"
655
-
656
-
657
- # Library: sap.ui.webc.main:
658
-
659
- [[annotations]]
660
- path = "src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**"
661
- precedence = "aggregate"
662
- SPDX-FileCopyrightText = "SAP"
663
- SPDX-License-Identifier = "Apache-2.0"
664
- SPDX-FileComment = "these files belong to: UI5 Web Components"
665
-
666
-
667
616
  # Outside of Libraries:
668
617
 
669
618
  [[annotations]]
package/THIRDPARTY.txt CHANGED
@@ -446,50 +446,6 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
446
446
  Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
447
447
 
448
448
 
449
- Library: sap.ui.webc.common:
450
-
451
- Component: UI5 Web Components, version: 1.18.0
452
- Copyright: SAP
453
- License: Apache-2.0
454
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
455
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
456
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
457
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
458
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
459
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
460
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
461
-
462
- Component: lit-html, version: 2.2.2
463
- Copyright: Google LLC
464
- License: BSD-3-Clause
465
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
466
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
467
-
468
-
469
- Library: sap.ui.webc.fiori:
470
-
471
- Component: UI5 Web Components, version: 1.18.0
472
- Copyright: SAP
473
- License: Apache-2.0
474
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
475
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
476
-
477
- Component: ZXing, version: 0.17.1
478
- Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
479
- License: Apache-2.0
480
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
481
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
482
-
483
-
484
- Library: sap.ui.webc.main:
485
-
486
- Component: UI5 Web Components, version: 1.18.0
487
- Copyright: SAP
488
- License: Apache-2.0
489
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
490
- Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
491
-
492
-
493
449
  Outside of Libraries:
494
450
 
495
451
  Component: JSDoc 3, version: 3.6.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.146.0",
3
+ "version": "1.147.0",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.146.0",
18
- "@openui5/sap.m": "1.146.0",
19
- "@openui5/sap.tnt": "1.146.0",
20
- "@openui5/sap.ui.codeeditor": "1.146.0",
21
- "@openui5/sap.ui.commons": "1.146.0",
22
- "@openui5/sap.ui.core": "1.146.0",
23
- "@openui5/sap.ui.dt": "1.146.0",
24
- "@openui5/sap.ui.fl": "1.146.0",
25
- "@openui5/sap.ui.mdc": "1.146.0",
26
- "@openui5/sap.ui.integration": "1.146.0",
27
- "@openui5/sap.ui.layout": "1.146.0",
28
- "@openui5/sap.ui.rta": "1.146.0",
29
- "@openui5/sap.ui.suite": "1.146.0",
30
- "@openui5/sap.ui.table": "1.146.0",
31
- "@openui5/sap.ui.unified": "1.146.0",
32
- "@openui5/sap.ui.ux3": "1.146.0",
33
- "@openui5/sap.uxap": "1.146.0"
17
+ "@openui5/sap.f": "1.147.0",
18
+ "@openui5/sap.m": "1.147.0",
19
+ "@openui5/sap.tnt": "1.147.0",
20
+ "@openui5/sap.ui.codeeditor": "1.147.0",
21
+ "@openui5/sap.ui.commons": "1.147.0",
22
+ "@openui5/sap.ui.core": "1.147.0",
23
+ "@openui5/sap.ui.dt": "1.147.0",
24
+ "@openui5/sap.ui.fl": "1.147.0",
25
+ "@openui5/sap.ui.mdc": "1.147.0",
26
+ "@openui5/sap.ui.integration": "1.147.0",
27
+ "@openui5/sap.ui.layout": "1.147.0",
28
+ "@openui5/sap.ui.rta": "1.147.0",
29
+ "@openui5/sap.ui.suite": "1.147.0",
30
+ "@openui5/sap.ui.table": "1.147.0",
31
+ "@openui5/sap.ui.unified": "1.147.0",
32
+ "@openui5/sap.ui.ux3": "1.147.0",
33
+ "@openui5/sap.uxap": "1.147.0"
34
34
  }
35
35
  }
@@ -149,6 +149,12 @@ html.sap-desktop {
149
149
  opacity: var(--sapContent_DisabledOpacity);
150
150
  }
151
151
 
152
+ /* Read only */
153
+ .sapMCbRo .sapMCbBg {
154
+ background-color: var(--sapField_ReadOnly_Background);
155
+ border: var(--sapElement_BorderWidth) var(--sapField_Selector_ReadOnly_BorderStyle) var(--sapField_ReadOnly_BorderColor);
156
+ }
157
+
152
158
  .sapMLIBActive .sapMActive .sapMCbBg.sapMCbActiveStateOff.sapMCbMarkChecked::before,
153
159
  .sapMLIBActive .sapMCbBg:active.sapMCbActiveStateOff.sapMCbMarkChecked::before,
154
160
  .sapMLIBActive .sapMCbBg.sapMCbMarkChecked::before,
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -7,4 +7,8 @@
7
7
 
8
8
  .sapMObjectMarker .sapMLnk {
9
9
  text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
10
- }
10
+ }
11
+
12
+ .sapMObjectMarkerActiveIconOnly:focus {
13
+ outline-offset: 2px;
14
+ }
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -3,6 +3,4 @@
3
3
  /* Fiori 3 theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -149,6 +149,12 @@ html.sap-desktop {
149
149
  opacity: var(--sapContent_DisabledOpacity);
150
150
  }
151
151
 
152
+ /* Read only */
153
+ .sapMCbRo .sapMCbBg {
154
+ background-color: var(--sapField_ReadOnly_Background);
155
+ border: var(--sapElement_BorderWidth) var(--sapField_Selector_ReadOnly_BorderStyle) var(--sapField_ReadOnly_BorderColor);
156
+ }
157
+
152
158
  .sapMLIBActive .sapMActive .sapMCbBg.sapMCbActiveStateOff.sapMCbMarkChecked::before,
153
159
  .sapMLIBActive .sapMCbBg:active.sapMCbActiveStateOff.sapMCbMarkChecked::before,
154
160
  .sapMLIBActive .sapMCbBg.sapMCbMarkChecked::before,
@@ -19,10 +19,6 @@
19
19
  }
20
20
  }
21
21
 
22
- .sapMLIBActive .sapMLIBImgNav {
23
- background: none;
24
- }
25
-
26
22
  .sapMSLITitle,
27
23
  .sapMSLIDescription {
28
24
  font-family: var(--sapFontHeaderFamily);
@@ -7,4 +7,8 @@
7
7
 
8
8
  .sapMObjectMarker .sapMLnk {
9
9
  text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
10
- }
10
+ }
11
+
12
+ .sapMObjectMarkerActiveIconOnly:focus {
13
+ outline-offset: 2px;
14
+ }
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -3,6 +3,4 @@
3
3
  /* Quartz Dark theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -7,4 +7,8 @@
7
7
 
8
8
  .sapMObjectMarker .sapMLnk {
9
9
  text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
10
- }
10
+ }
11
+
12
+ .sapMObjectMarkerActiveIconOnly:focus {
13
+ outline-offset: 2px;
14
+ }
@@ -417,7 +417,7 @@ html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
417
417
  outline: 0.125rem dotted var(--sapContent_FocusColor);
418
418
  }
419
419
 
420
- .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
420
+ .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMBtnIcon) {
421
421
  height: 0.875rem;
422
422
  }
423
423
 
@@ -476,7 +476,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
476
476
  }
477
477
  }
478
478
 
479
- .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
479
+ .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMBtnIcon) {
480
480
  vertical-align: middle;
481
481
  }
482
482
 
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -3,6 +3,4 @@
3
3
  /* Quartz High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -7,4 +7,8 @@
7
7
 
8
8
  .sapMObjectMarker .sapMLnk {
9
9
  text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
10
- }
10
+ }
11
+
12
+ .sapMObjectMarkerActiveIconOnly:focus {
13
+ outline-offset: 2px;
14
+ }
@@ -467,7 +467,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
467
467
  }
468
468
  }
469
469
 
470
- .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
470
+ .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMBtnIcon) {
471
471
  vertical-align: middle;
472
472
  }
473
473
 
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -3,6 +3,4 @@
3
3
  /* Quartz High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -1,10 +1,10 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.ui.commons/ListBox */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================= */
5
5
 
6
6
  .sapUiLbx {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  border-collapse: separate; /* to prevent inheriting "collapse" */
10
10
  }
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  .sapUiLbxI:focus {
21
- outline: 1px dotted @sapUiContentFocusColor; // @sapUiFocus = #005483
21
+ outline: 1px dotted var(--sapContent_FocusColor);
22
22
  outline-offset: 0; /* not beautiful because parts of the outline are invisible, but this works across browsers without writing tons of CSS */
23
23
  }
24
24
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  .sapUiLbxI:hover:not(.sapUiLbxIDis),
44
44
  .sapUiLbx:not(.sapUiLbxDis) > ul > .sapUiLbxI:hover:not(.sapUiLbxISel):not(.sapUiLbxIDis) > span { /* Fix for IE10 :hover bug - need to set the color on children as well */
45
- background-color: @sapUiListHoverBackground;
45
+ background-color: var(--sapList_Hover_Background);
46
46
  }
47
47
 
48
48
  .sapUiLbxRo:not(.sapUiLbxIDis) > ul > .sapUiLbxI.sapUiLbxISel:hover,
@@ -51,31 +51,18 @@
51
51
  background-color: @sapUiListSelectionHoverBackground;
52
52
  }
53
53
 
54
- /*
55
- no special style for focus!
56
-
57
- .sapUiLbxI:focus:not(.sapUiLbxIDis),
58
- .sapUiLbxRo:not(.sapUiLbxIDis) > ul > .sapUiLbxI.sapUiLbxISel:focus,
59
- .sapUiLbxStd > ul > .sapUiLbxISel > span:focus,
60
- .sapUiLbxStd > ul > .sapUiLbxISel:focus,
61
- .sapUiLbx:not(.sapUiLbxDis) > ul > .sapUiLbxI:focus:not(.sapUiLbxISel):not(.sapUiLbxIDis) > span {
62
- background-color: @sapUiListHoverBackground;
63
- color: @sapUiHighlightTextColor;
64
- }
65
- */
66
-
67
54
  .sapUiLbxDis > ul > .sapUiLbxISel,
68
55
  .sapUiLbxDis > ul > .sapUiLbxI.sapUiLbxISel:hover,
69
56
  .sapUiLbxDis > ul > .sapUiLbxI.sapUiLbxISel:focus {
70
- background-color: darken(@sapUiContentForegroundColor, 3); // @sapUiMediumBG = #dddddd
71
- color: @sapUiHighlightTextColor;
57
+ background-color: darken(@sapUiContentForegroundColor, 3);
58
+ color: var(--sapHighlightTextColor);
72
59
  }
73
60
 
74
61
  .sapUiLbxDis,
75
62
  .sapUiLbxStd > ul > .sapUiLbxIDis,
76
63
  .sapUiLbxDis > ul > .sapUiLbxI:hover,
77
64
  .sapUiLbxDis > ul > .sapUiLbxI:focus {
78
- color: @sapUiContentDisabledTextColor;
65
+ color: var(--sapContent_DisabledTextColor);
79
66
  background-color: mix(@sapUiFieldBackground, @sapUiBaseBG, (@sapUiContentDisabledOpacity * 100));
80
67
  }
81
68
 
@@ -87,11 +74,11 @@ no special style for focus!
87
74
 
88
75
  .sapUiLbxStd > ul > .sapUiLbxISel > span, /* Fix for IE10 bug - need to set the color on children as well */
89
76
  .sapUiLbxStd > ul > .sapUiLbxISel {
90
- color: @sapUiContentForegroundTextColor; // @sapUiBaseText = #000000
91
- background-color: @sapUiListSelectionBackgroundColor;
77
+ color: var(--sapContent_ForegroundTextColor);
78
+ background-color: var(--sapList_SelectionBackgroundColor);
92
79
  }
93
80
 
94
- .sapUiLbxIIcoFont{
81
+ .sapUiLbxIIcoFont {
95
82
  font-size: 16px;
96
83
  line-height: 16px;
97
- }
84
+ }
@@ -1,10 +1,10 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.ui.commons/MenuBar */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================= */
5
5
 
6
6
  .sapUiMnuBar {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  background-color: transparent;
10
10
  border-color: transparent;
@@ -24,45 +24,45 @@
24
24
  padding: 2px 5px 2px 5px;
25
25
  margin-top: 1px;
26
26
  margin-bottom: 4px;
27
- color: @sapUiContentForegroundTextColor; // @sapUiBaseText = #000000
27
+ color: var(--sapContent_ForegroundTextColor);
28
28
  }
29
29
 
30
30
  .sapUiMnuBarItmDsbl {
31
- color: @sapUiContentDisabledTextColor;
31
+ color: var(--sapContent_DisabledTextColor);
32
32
  }
33
33
 
34
34
  .sapUiMnuBarHeader > .sapUiMnuBarArea > .sapUiMnuBarItm {
35
- color: @sapUiContentForegroundTextColor; // @sapUiBaseText = #000000
35
+ color: var(--sapContent_ForegroundTextColor);
36
36
  }
37
37
 
38
38
  .sapUiMnuBarHeader > .sapUiMnuBarArea > .sapUiMnuBarItmDsbl {
39
- color: @sapUiContentDisabledTextColor;
39
+ color: var(--sapContent_DisabledTextColor);
40
40
  }
41
41
 
42
42
  .sapUiMnuBarItm:focus {
43
- background-color: @sapUiHighlight;
44
- border: 1px solid @sapUiHighlight;
45
- color: @sapUiContentContrastTextColor; // @sapUiTextSelection = #ffffff
43
+ background-color: var(--sapHighlightColor);
44
+ border: 1px solid var(--sapHighlightColor);
45
+ color: var(--sapContent_ContrastTextColor);
46
46
  }
47
47
 
48
48
  .sapUiMnuBarItm.sapUiMnuBarItmDsbl:hover {
49
49
  background-color: transparent;
50
50
  border: 1px solid transparent;
51
- color: @sapUiContentDisabledTextColor;
51
+ color: var(--sapContent_DisabledTextColor);
52
52
  }
53
53
 
54
54
  .sapUiMnuBarItm.sapUiMnuBarItmDsbl:focus {
55
55
  background-color: transparent;
56
- border: 1px dotted @sapUiContentDisabledTextColor;
57
- color: @sapUiContentDisabledTextColor;
56
+ border: 1px dotted var(--sapContent_DisabledTextColor);
57
+ color: var(--sapContent_DisabledTextColor);
58
58
  }
59
59
 
60
- .sapUiMnuBarOvrFlw:after{
61
- content: "";
60
+ .sapUiMnuBarOvrFlw::after {
61
+ content: '';
62
62
  }
63
63
 
64
- .sapUiMnuBarOvrFlw > span{
65
- background-image: url(img/menu/bar-overflow.png);
64
+ .sapUiMnuBarOvrFlw > span {
65
+ background-image: url('img/menu/bar-overflow.png');
66
66
  background-position: right top;
67
67
  padding-left: 9px;
68
68
  }
@@ -71,4 +71,4 @@
71
71
  padding: 0 0 4px 0;
72
72
  top: 1px;
73
73
  margin-right: 3px;
74
- }
74
+ }
@@ -1,69 +1,36 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.ui.commons/MenuButton */
3
- /* Fiori 3 theme */
3
+ /* Quartz light theme */
4
4
  /* ========================================== */
5
5
 
6
- .sapUiMenuButton{
7
- font-family: @sapUiDesktopFontFamily;
6
+ .sapUiMenuButton {
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  position: relative;
10
10
  }
11
11
 
12
- .sapUiMenuButton.sapUiBtnS{
12
+ .sapUiMenuButton.sapUiBtnS {
13
13
  padding-right: 15px;
14
14
  }
15
15
 
16
- /* TODO remove after the end of support for Internet Explorer */
17
- html[data-sap-ui-browser^="ie"] .sapUiMenuButton.sapUiBtnS.sapUiBtnAct,
18
- html[data-sap-ui-browser^="ie"] .sapUiMenuButton.sapUiBtnS.sapUiBtnDsbl:active{
19
- padding-right: 16px;
20
- }
21
-
22
16
  .sapUiMenuButtonIco {
23
17
  margin-left: 6px;
24
18
  bottom: 4px;
25
19
  right: 3px;
26
20
  position: absolute;
27
- background-image: url("img/menubutton/Menu_Regular.png");
21
+ background-image: url('img/menubutton/Menu_Regular.png');
28
22
  }
29
23
 
30
24
  .sapUiBtnDsbl.sapUiMenuButton > .sapUiMenuButtonIco {
31
- background-image: url("img/menubutton/Menu_Disabled.png");
25
+ background-image: url('img/menubutton/Menu_Disabled.png');
32
26
  }
33
27
 
34
- .sapUiBtnLite > .sapUiMenuButtonIco{
28
+ .sapUiBtnLite > .sapUiMenuButtonIco {
35
29
  right: 4px;
36
30
  }
37
31
 
38
- html[data-sap-ui-browser="ff3"] .sapUiMenuButtonIco{
39
- right: 10px; /*Firefox positions icon too much right - why ever*/
40
- }
41
-
42
- html[dir=rtl][data-sap-ui-browser="ff3"] .sapUiMenuButtonIco{
43
- right: -10px; /*Firefox positions icon too much right - why ever*/
44
- }
45
-
46
- html[data-sap-ui-browser="ff3"] .sapUiBtnLite > .sapUiMenuButtonIco{
47
- right: 11px; /*Firefox positions icon too much right - why ever*/
48
- bottom: 6px;
49
- }
50
-
51
- html[dir=rtl][data-sap-ui-browser="ff3"] .sapUiBtnLite > .sapUiMenuButtonIco{
52
- right: -11px; /*Firefox positions icon too much right - why ever*/
53
- }
54
-
55
- /* TODO remove after the end of support for Internet Explorer */
56
- html[data-sap-ui-browser^="ie"] .sapUiMenuButtonIco{
57
- bottom: 3px;
58
- }
59
-
60
- /* TODO remove after the end of support for Internet Explorer */
61
- html[data-sap-ui-browser^="ie"] .sapUiBtnLite > .sapUiMenuButtonIco{
62
- bottom: 4px;
63
- }
64
-
65
32
  .sapUiBtnS.sapUiBtnAccept > .sapUiMenuButtonIco,
66
33
  .sapUiBtnS.sapUiBtnReject > .sapUiMenuButtonIco,
67
- .sapUiBtnS.sapUiBtnEmph > .sapUiMenuButtonIco{
68
- background-image: url("img/menubutton/Menu_Hover.png");
69
- }
34
+ .sapUiBtnS.sapUiBtnEmph > .sapUiMenuButtonIco {
35
+ background-image: url('img/menubutton/Menu_Hover.png');
36
+ }
@@ -1,9 +1,9 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.ui.commons/Message */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================= */
5
5
 
6
6
  .sapUiMsg {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  }