@oat-sa/tao-core-ui 3.9.10 → 3.11.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 (100) hide show
  1. package/dist/animable/absorbable/css/absorb.css.map +1 -1
  2. package/dist/animable/pulsable/css/pulse.css.map +1 -1
  3. package/dist/autocomplete/css/autocomplete.css.map +1 -1
  4. package/dist/badge/css/badge.css.map +1 -1
  5. package/dist/breadcrumbs/css/breadcrumbs.css.map +1 -1
  6. package/dist/bulkActionPopup/css/bulkActionPopup.css.map +1 -1
  7. package/dist/calculator/css/calculator.css.map +1 -1
  8. package/dist/class/css/selector.css.map +1 -1
  9. package/dist/component/css/components.css.map +1 -1
  10. package/dist/component/css/windowComponent.css.map +1 -1
  11. package/dist/contextualPopup/css/contextualPopup.css.map +1 -1
  12. package/dist/dashboard/css/dashboard.css.map +1 -1
  13. package/dist/datalist/css/datalist.css.map +1 -1
  14. package/dist/datatable/css/datatable.css.map +1 -1
  15. package/dist/dateRange/css/dateRange.css.map +1 -1
  16. package/dist/datetime/css/picker.css.map +1 -1
  17. package/dist/destination/css/selector.css.map +1 -1
  18. package/dist/documentViewer/css/documentViewer.css.map +1 -1
  19. package/dist/dropdown/css/dropdown.css.map +1 -1
  20. package/dist/dynamicComponent/css/dynamicComponent.css.map +1 -1
  21. package/dist/form/css/dropdownForm.css.map +1 -1
  22. package/dist/form/css/form.css.map +1 -1
  23. package/dist/form/validator/css/validator.css.map +1 -1
  24. package/dist/form/widget/css/widget.css.map +1 -1
  25. package/dist/generis/form/css/form.css.map +1 -1
  26. package/dist/generis/validator/css/validator.css.map +1 -1
  27. package/dist/generis/widget/css/widget.css.map +1 -1
  28. package/dist/itemButtonList/css/item-button-list.css.map +1 -1
  29. package/dist/listbox/css/listbox.css.map +1 -1
  30. package/dist/loadingButton/css/button.css.map +1 -1
  31. package/dist/maths/calculator/css/calculator.css.map +1 -1
  32. package/dist/mediaplayer/css/player.css.map +1 -1
  33. package/dist/pagination/css/pagination.css.map +1 -1
  34. package/dist/propertySelector/css/propertySelector.css.map +1 -1
  35. package/dist/resource/css/selector.css.map +1 -1
  36. package/dist/resourcemgr/css/resourcemgr.css.map +1 -1
  37. package/dist/searchModal/css/advancedSearch.css.map +1 -1
  38. package/dist/searchModal/css/searchModal.css.map +1 -1
  39. package/dist/switch/css/switch.css.map +1 -1
  40. package/dist/tabs/css/tabs.css.map +1 -1
  41. package/dist/taskQueue/css/taskQueue.css.map +1 -1
  42. package/dist/taskQueueButton/css/taskable.css.map +1 -1
  43. package/dist/taskQueueButton/css/treeButton.css.map +1 -1
  44. package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +1 -1
  45. package/dist/waitingDialog/css/waitingDialog.css.map +1 -1
  46. package/package.json +1 -1
  47. package/scss/inc/_base.scss +1 -1
  48. package/scss/inc/_forms.scss +2 -2
  49. package/scss/inc/_functions.scss +2 -3
  50. package/scss/inc/_grid.scss +21 -5
  51. package/scss/inc/_select2.scss +88 -3
  52. package/scss/inc/_tooltip.scss +4 -3
  53. package/scss/inc/base/_list-style.scss +31 -22
  54. package/src/animable/absorbable/css/absorb.css.map +1 -1
  55. package/src/animable/pulsable/css/pulse.css.map +1 -1
  56. package/src/autocomplete/css/autocomplete.css.map +1 -1
  57. package/src/badge/css/badge.css.map +1 -1
  58. package/src/breadcrumbs/css/breadcrumbs.css.map +1 -1
  59. package/src/bulkActionPopup/css/bulkActionPopup.css.map +1 -1
  60. package/src/calculator/css/calculator.css.map +1 -1
  61. package/src/class/css/selector.css.map +1 -1
  62. package/src/component/css/components.css.map +1 -1
  63. package/src/component/css/windowComponent.css.map +1 -1
  64. package/src/contextualPopup/css/contextualPopup.css.map +1 -1
  65. package/src/css/basic.css +288 -147
  66. package/src/css/basic.css.map +1 -1
  67. package/src/dashboard/css/dashboard.css.map +1 -1
  68. package/src/datalist/css/datalist.css.map +1 -1
  69. package/src/datatable/css/datatable.css.map +1 -1
  70. package/src/dateRange/css/dateRange.css.map +1 -1
  71. package/src/datetime/css/picker.css.map +1 -1
  72. package/src/destination/css/selector.css.map +1 -1
  73. package/src/documentViewer/css/documentViewer.css.map +1 -1
  74. package/src/dropdown/css/dropdown.css.map +1 -1
  75. package/src/dynamicComponent/css/dynamicComponent.css.map +1 -1
  76. package/src/form/css/dropdownForm.css.map +1 -1
  77. package/src/form/css/form.css.map +1 -1
  78. package/src/form/validator/css/validator.css.map +1 -1
  79. package/src/form/widget/css/widget.css.map +1 -1
  80. package/src/generis/form/css/form.css.map +1 -1
  81. package/src/generis/validator/css/validator.css.map +1 -1
  82. package/src/generis/widget/css/widget.css.map +1 -1
  83. package/src/itemButtonList/css/item-button-list.css.map +1 -1
  84. package/src/listbox/css/listbox.css.map +1 -1
  85. package/src/loadingButton/css/button.css.map +1 -1
  86. package/src/maths/calculator/css/calculator.css.map +1 -1
  87. package/src/mediaplayer/css/player.css.map +1 -1
  88. package/src/pagination/css/pagination.css.map +1 -1
  89. package/src/propertySelector/css/propertySelector.css.map +1 -1
  90. package/src/resource/css/selector.css.map +1 -1
  91. package/src/resourcemgr/css/resourcemgr.css.map +1 -1
  92. package/src/searchModal/css/advancedSearch.css.map +1 -1
  93. package/src/searchModal/css/searchModal.css.map +1 -1
  94. package/src/switch/css/switch.css.map +1 -1
  95. package/src/tabs/css/tabs.css.map +1 -1
  96. package/src/taskQueue/css/taskQueue.css.map +1 -1
  97. package/src/taskQueueButton/css/taskable.css.map +1 -1
  98. package/src/taskQueueButton/css/treeButton.css.map +1 -1
  99. package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +1 -1
  100. package/src/waitingDialog/css/waitingDialog.css.map +1 -1
package/src/css/basic.css CHANGED
@@ -1052,6 +1052,13 @@ body {
1052
1052
  }
1053
1053
 
1054
1054
  html {
1055
+ /*
1056
+ This SCSS generates CSS classes for custom list styling, it:
1057
+ - For classes like .list-style-disc, .list-style-decimal-period etc.
1058
+ - Uses counter-reset for automatic item numbering
1059
+ - Supports base styles (disc, decimal etc.) and suffix variants (-period ".", -parenthesis ")")
1060
+ - Easy addition of new styles using $list_styles array and new suffixes and $suffixes map
1061
+ */
1055
1062
  /* fake table stuff */
1056
1063
  }
1057
1064
  html *, html *:before, html *:after {
@@ -1107,7 +1114,7 @@ html blockquote {
1107
1114
  html blockquote, html dd, html dl, html fieldset, html figure, html h1, html h2, html h3, html h4, html h5, html h6,
1108
1115
  html hr, html ol, html p, html pre, html ul {
1109
1116
  display: block;
1110
- margin-bottom: 10px;
1117
+ margin-block-end: 10px;
1111
1118
  white-space: normal;
1112
1119
  }
1113
1120
  html h1, html h2, html h3, html h4, html h5, html h6 {
@@ -1428,104 +1435,145 @@ html nav ul {
1428
1435
  margin: 0;
1429
1436
  list-style: none;
1430
1437
  }
1431
- html ul.disc, html ol.disc {
1432
- list-style-type: disc;
1433
- }
1434
- html ul.circle, html ol.circle {
1435
- list-style-type: circle;
1436
- }
1437
- html ul.square, html ol.square {
1438
- list-style-type: square;
1439
- }
1440
- html ul.decimal, html ol.decimal {
1441
- list-style-type: decimal;
1442
- }
1443
- html ul.decimal-leading-zero, html ol.decimal-leading-zero {
1444
- list-style-type: decimal-leading-zero;
1445
- }
1446
- html ul.lower-roman, html ol.lower-roman {
1447
- list-style-type: lower-roman;
1448
- }
1449
- html ul.upper-roman, html ol.upper-roman {
1450
- list-style-type: upper-roman;
1451
- }
1452
- html ul.lower-greek, html ol.lower-greek {
1453
- list-style-type: lower-greek;
1454
- }
1455
- html ul.lower-latin, html ol.lower-latin {
1456
- list-style-type: lower-latin;
1457
- }
1458
- html ul.upper-latin, html ol.upper-latin {
1459
- list-style-type: upper-latin;
1460
- }
1461
- html ul.armenian, html ol.armenian {
1462
- list-style-type: armenian;
1463
- }
1464
- html ul.georgian, html ol.georgian {
1465
- list-style-type: georgian;
1466
- }
1467
- html ul.lower-alpha, html ol.lower-alpha {
1468
- list-style-type: lower-alpha;
1469
- }
1470
- html ul.upper-alpha, html ol.upper-alpha {
1471
- list-style-type: upper-alpha;
1472
- }
1473
- html ul.none, html ol.none {
1474
- list-style-type: none;
1475
- }
1476
1438
  html [class^=list-style-], html [class*=" list-style-"] {
1477
1439
  counter-reset: custom-counter;
1478
1440
  }
1479
- html [class^=list-style-] > p::before, html [class^=list-style-] > div::before, html [class^=list-style-] > li::before, html [class*=" list-style-"] > p::before, html [class*=" list-style-"] > div::before, html [class*=" list-style-"] > li::before {
1441
+ html [class^=list-style-] > p, html [class^=list-style-] > div, html [class^=list-style-] > li.qti-choice, html [class*=" list-style-"] > p, html [class*=" list-style-"] > div, html [class*=" list-style-"] > li.qti-choice {
1442
+ position: relative;
1443
+ }
1444
+ html [class^=list-style-] > p::before, html [class^=list-style-] > div::before, html [class^=list-style-] > li.qti-choice::before, html [class*=" list-style-"] > p::before, html [class*=" list-style-"] > div::before, html [class*=" list-style-"] > li.qti-choice::before {
1480
1445
  counter-increment: custom-counter;
1446
+ position: absolute;
1447
+ left: -25px;
1481
1448
  width: 20px;
1482
1449
  display: inline-block;
1483
1450
  text-align: center;
1484
1451
  }
1485
- html [class^=list-style-].list-style-disc > p::before, html [class^=list-style-].list-style-disc > div::before, html [class^=list-style-].list-style-disc > li::before, html [class*=" list-style-"].list-style-disc > p::before, html [class*=" list-style-"].list-style-disc > div::before, html [class*=" list-style-"].list-style-disc > li::before {
1452
+ html [class^=list-style-].list-style-disc > p, html [class^=list-style-].list-style-disc > div, html [class^=list-style-].list-style-disc > li.qti-choice::before, html [class*=" list-style-"].list-style-disc > p, html [class*=" list-style-"].list-style-disc > div, html [class*=" list-style-"].list-style-disc > li.qti-choice::before {
1486
1453
  content: counter(custom-counter, disc);
1487
1454
  }
1488
- html [class^=list-style-].list-style-circle > p::before, html [class^=list-style-].list-style-circle > div::before, html [class^=list-style-].list-style-circle > li::before, html [class*=" list-style-"].list-style-circle > p::before, html [class*=" list-style-"].list-style-circle > div::before, html [class*=" list-style-"].list-style-circle > li::before {
1455
+ html [class^=list-style-].list-style-circle > p, html [class^=list-style-].list-style-circle > div, html [class^=list-style-].list-style-circle > li.qti-choice::before, html [class*=" list-style-"].list-style-circle > p, html [class*=" list-style-"].list-style-circle > div, html [class*=" list-style-"].list-style-circle > li.qti-choice::before {
1489
1456
  content: counter(custom-counter, circle);
1490
1457
  }
1491
- html [class^=list-style-].list-style-square > p::before, html [class^=list-style-].list-style-square > div::before, html [class^=list-style-].list-style-square > li::before, html [class*=" list-style-"].list-style-square > p::before, html [class*=" list-style-"].list-style-square > div::before, html [class*=" list-style-"].list-style-square > li::before {
1458
+ html [class^=list-style-].list-style-square > p, html [class^=list-style-].list-style-square > div, html [class^=list-style-].list-style-square > li.qti-choice::before, html [class*=" list-style-"].list-style-square > p, html [class*=" list-style-"].list-style-square > div, html [class*=" list-style-"].list-style-square > li.qti-choice::before {
1492
1459
  content: counter(custom-counter, square);
1493
1460
  }
1494
- html [class^=list-style-].list-style-decimal > p::before, html [class^=list-style-].list-style-decimal > div::before, html [class^=list-style-].list-style-decimal > li::before, html [class*=" list-style-"].list-style-decimal > p::before, html [class*=" list-style-"].list-style-decimal > div::before, html [class*=" list-style-"].list-style-decimal > li::before {
1461
+ html [class^=list-style-].list-style-decimal > p, html [class^=list-style-].list-style-decimal > div, html [class^=list-style-].list-style-decimal > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal > p, html [class*=" list-style-"].list-style-decimal > div, html [class*=" list-style-"].list-style-decimal > li.qti-choice::before {
1495
1462
  content: counter(custom-counter, decimal);
1496
1463
  }
1497
- html [class^=list-style-].list-style-decimal-leading-zero > p::before, html [class^=list-style-].list-style-decimal-leading-zero > div::before, html [class^=list-style-].list-style-decimal-leading-zero > li::before, html [class*=" list-style-"].list-style-decimal-leading-zero > p::before, html [class*=" list-style-"].list-style-decimal-leading-zero > div::before, html [class*=" list-style-"].list-style-decimal-leading-zero > li::before {
1464
+ html [class^=list-style-].list-style-decimal-leading-zero > p, html [class^=list-style-].list-style-decimal-leading-zero > div, html [class^=list-style-].list-style-decimal-leading-zero > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal-leading-zero > p, html [class*=" list-style-"].list-style-decimal-leading-zero > div, html [class*=" list-style-"].list-style-decimal-leading-zero > li.qti-choice::before {
1498
1465
  content: counter(custom-counter, decimal-leading-zero);
1499
1466
  }
1500
- html [class^=list-style-].list-style-lower-roman > p::before, html [class^=list-style-].list-style-lower-roman > div::before, html [class^=list-style-].list-style-lower-roman > li::before, html [class*=" list-style-"].list-style-lower-roman > p::before, html [class*=" list-style-"].list-style-lower-roman > div::before, html [class*=" list-style-"].list-style-lower-roman > li::before {
1467
+ html [class^=list-style-].list-style-lower-roman > p, html [class^=list-style-].list-style-lower-roman > div, html [class^=list-style-].list-style-lower-roman > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-roman > p, html [class*=" list-style-"].list-style-lower-roman > div, html [class*=" list-style-"].list-style-lower-roman > li.qti-choice::before {
1501
1468
  content: counter(custom-counter, lower-roman);
1502
1469
  }
1503
- html [class^=list-style-].list-style-upper-roman > p::before, html [class^=list-style-].list-style-upper-roman > div::before, html [class^=list-style-].list-style-upper-roman > li::before, html [class*=" list-style-"].list-style-upper-roman > p::before, html [class*=" list-style-"].list-style-upper-roman > div::before, html [class*=" list-style-"].list-style-upper-roman > li::before {
1470
+ html [class^=list-style-].list-style-upper-roman > p, html [class^=list-style-].list-style-upper-roman > div, html [class^=list-style-].list-style-upper-roman > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-roman > p, html [class*=" list-style-"].list-style-upper-roman > div, html [class*=" list-style-"].list-style-upper-roman > li.qti-choice::before {
1504
1471
  content: counter(custom-counter, upper-roman);
1505
1472
  }
1506
- html [class^=list-style-].list-style-lower-greek > p::before, html [class^=list-style-].list-style-lower-greek > div::before, html [class^=list-style-].list-style-lower-greek > li::before, html [class*=" list-style-"].list-style-lower-greek > p::before, html [class*=" list-style-"].list-style-lower-greek > div::before, html [class*=" list-style-"].list-style-lower-greek > li::before {
1473
+ html [class^=list-style-].list-style-lower-greek > p, html [class^=list-style-].list-style-lower-greek > div, html [class^=list-style-].list-style-lower-greek > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-greek > p, html [class*=" list-style-"].list-style-lower-greek > div, html [class*=" list-style-"].list-style-lower-greek > li.qti-choice::before {
1507
1474
  content: counter(custom-counter, lower-greek);
1508
1475
  }
1509
- html [class^=list-style-].list-style-lower-latin > p::before, html [class^=list-style-].list-style-lower-latin > div::before, html [class^=list-style-].list-style-lower-latin > li::before, html [class*=" list-style-"].list-style-lower-latin > p::before, html [class*=" list-style-"].list-style-lower-latin > div::before, html [class*=" list-style-"].list-style-lower-latin > li::before {
1476
+ html [class^=list-style-].list-style-lower-latin > p, html [class^=list-style-].list-style-lower-latin > div, html [class^=list-style-].list-style-lower-latin > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-latin > p, html [class*=" list-style-"].list-style-lower-latin > div, html [class*=" list-style-"].list-style-lower-latin > li.qti-choice::before {
1510
1477
  content: counter(custom-counter, lower-latin);
1511
1478
  }
1512
- html [class^=list-style-].list-style-upper-latin > p::before, html [class^=list-style-].list-style-upper-latin > div::before, html [class^=list-style-].list-style-upper-latin > li::before, html [class*=" list-style-"].list-style-upper-latin > p::before, html [class*=" list-style-"].list-style-upper-latin > div::before, html [class*=" list-style-"].list-style-upper-latin > li::before {
1479
+ html [class^=list-style-].list-style-upper-latin > p, html [class^=list-style-].list-style-upper-latin > div, html [class^=list-style-].list-style-upper-latin > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-latin > p, html [class*=" list-style-"].list-style-upper-latin > div, html [class*=" list-style-"].list-style-upper-latin > li.qti-choice::before {
1513
1480
  content: counter(custom-counter, upper-latin);
1514
1481
  }
1515
- html [class^=list-style-].list-style-armenian > p::before, html [class^=list-style-].list-style-armenian > div::before, html [class^=list-style-].list-style-armenian > li::before, html [class*=" list-style-"].list-style-armenian > p::before, html [class*=" list-style-"].list-style-armenian > div::before, html [class*=" list-style-"].list-style-armenian > li::before {
1482
+ html [class^=list-style-].list-style-armenian > p, html [class^=list-style-].list-style-armenian > div, html [class^=list-style-].list-style-armenian > li.qti-choice::before, html [class*=" list-style-"].list-style-armenian > p, html [class*=" list-style-"].list-style-armenian > div, html [class*=" list-style-"].list-style-armenian > li.qti-choice::before {
1516
1483
  content: counter(custom-counter, armenian);
1517
1484
  }
1518
- html [class^=list-style-].list-style-georgian > p::before, html [class^=list-style-].list-style-georgian > div::before, html [class^=list-style-].list-style-georgian > li::before, html [class*=" list-style-"].list-style-georgian > p::before, html [class*=" list-style-"].list-style-georgian > div::before, html [class*=" list-style-"].list-style-georgian > li::before {
1485
+ html [class^=list-style-].list-style-georgian > p, html [class^=list-style-].list-style-georgian > div, html [class^=list-style-].list-style-georgian > li.qti-choice::before, html [class*=" list-style-"].list-style-georgian > p, html [class*=" list-style-"].list-style-georgian > div, html [class*=" list-style-"].list-style-georgian > li.qti-choice::before {
1519
1486
  content: counter(custom-counter, georgian);
1520
1487
  }
1521
- html [class^=list-style-].list-style-lower-alpha > p::before, html [class^=list-style-].list-style-lower-alpha > div::before, html [class^=list-style-].list-style-lower-alpha > li::before, html [class*=" list-style-"].list-style-lower-alpha > p::before, html [class*=" list-style-"].list-style-lower-alpha > div::before, html [class*=" list-style-"].list-style-lower-alpha > li::before {
1488
+ html [class^=list-style-].list-style-lower-alpha > p, html [class^=list-style-].list-style-lower-alpha > div, html [class^=list-style-].list-style-lower-alpha > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-alpha > p, html [class*=" list-style-"].list-style-lower-alpha > div, html [class*=" list-style-"].list-style-lower-alpha > li.qti-choice::before {
1522
1489
  content: counter(custom-counter, lower-alpha);
1523
1490
  }
1524
- html [class^=list-style-].list-style-upper-alpha > p::before, html [class^=list-style-].list-style-upper-alpha > div::before, html [class^=list-style-].list-style-upper-alpha > li::before, html [class*=" list-style-"].list-style-upper-alpha > p::before, html [class*=" list-style-"].list-style-upper-alpha > div::before, html [class*=" list-style-"].list-style-upper-alpha > li::before {
1491
+ html [class^=list-style-].list-style-upper-alpha > p, html [class^=list-style-].list-style-upper-alpha > div, html [class^=list-style-].list-style-upper-alpha > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-alpha > p, html [class*=" list-style-"].list-style-upper-alpha > div, html [class*=" list-style-"].list-style-upper-alpha > li.qti-choice::before {
1525
1492
  content: counter(custom-counter, upper-alpha);
1526
1493
  }
1527
- html [class^=list-style-].list-style-none > p::before, html [class^=list-style-].list-style-none > div::before, html [class^=list-style-].list-style-none > li::before, html [class*=" list-style-"].list-style-none > p::before, html [class*=" list-style-"].list-style-none > div::before, html [class*=" list-style-"].list-style-none > li::before {
1528
- content: counter(custom-counter, none);
1494
+ html [class^=list-style-].list-style-disc-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-disc-parenthesis > li.qti-choice::before {
1495
+ content: counter(custom-counter, disc) ")";
1496
+ }
1497
+ html [class^=list-style-].list-style-disc-period > li.qti-choice::before, html [class*=" list-style-"].list-style-disc-period > li.qti-choice::before {
1498
+ content: counter(custom-counter, disc) ".";
1499
+ }
1500
+ html [class^=list-style-].list-style-circle-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-circle-parenthesis > li.qti-choice::before {
1501
+ content: counter(custom-counter, circle) ")";
1502
+ }
1503
+ html [class^=list-style-].list-style-circle-period > li.qti-choice::before, html [class*=" list-style-"].list-style-circle-period > li.qti-choice::before {
1504
+ content: counter(custom-counter, circle) ".";
1505
+ }
1506
+ html [class^=list-style-].list-style-square-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-square-parenthesis > li.qti-choice::before {
1507
+ content: counter(custom-counter, square) ")";
1508
+ }
1509
+ html [class^=list-style-].list-style-square-period > li.qti-choice::before, html [class*=" list-style-"].list-style-square-period > li.qti-choice::before {
1510
+ content: counter(custom-counter, square) ".";
1511
+ }
1512
+ html [class^=list-style-].list-style-decimal-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal-parenthesis > li.qti-choice::before {
1513
+ content: counter(custom-counter, decimal) ")";
1514
+ }
1515
+ html [class^=list-style-].list-style-decimal-period > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal-period > li.qti-choice::before {
1516
+ content: counter(custom-counter, decimal) ".";
1517
+ }
1518
+ html [class^=list-style-].list-style-decimal-leading-zero-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal-leading-zero-parenthesis > li.qti-choice::before {
1519
+ content: counter(custom-counter, decimal-leading-zero) ")";
1520
+ }
1521
+ html [class^=list-style-].list-style-decimal-leading-zero-period > li.qti-choice::before, html [class*=" list-style-"].list-style-decimal-leading-zero-period > li.qti-choice::before {
1522
+ content: counter(custom-counter, decimal-leading-zero) ".";
1523
+ }
1524
+ html [class^=list-style-].list-style-lower-roman-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-roman-parenthesis > li.qti-choice::before {
1525
+ content: counter(custom-counter, lower-roman) ")";
1526
+ }
1527
+ html [class^=list-style-].list-style-lower-roman-period > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-roman-period > li.qti-choice::before {
1528
+ content: counter(custom-counter, lower-roman) ".";
1529
+ }
1530
+ html [class^=list-style-].list-style-upper-roman-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-roman-parenthesis > li.qti-choice::before {
1531
+ content: counter(custom-counter, upper-roman) ")";
1532
+ }
1533
+ html [class^=list-style-].list-style-upper-roman-period > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-roman-period > li.qti-choice::before {
1534
+ content: counter(custom-counter, upper-roman) ".";
1535
+ }
1536
+ html [class^=list-style-].list-style-lower-greek-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-greek-parenthesis > li.qti-choice::before {
1537
+ content: counter(custom-counter, lower-greek) ")";
1538
+ }
1539
+ html [class^=list-style-].list-style-lower-greek-period > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-greek-period > li.qti-choice::before {
1540
+ content: counter(custom-counter, lower-greek) ".";
1541
+ }
1542
+ html [class^=list-style-].list-style-lower-latin-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-latin-parenthesis > li.qti-choice::before {
1543
+ content: counter(custom-counter, lower-latin) ")";
1544
+ }
1545
+ html [class^=list-style-].list-style-lower-latin-period > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-latin-period > li.qti-choice::before {
1546
+ content: counter(custom-counter, lower-latin) ".";
1547
+ }
1548
+ html [class^=list-style-].list-style-upper-latin-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-latin-parenthesis > li.qti-choice::before {
1549
+ content: counter(custom-counter, upper-latin) ")";
1550
+ }
1551
+ html [class^=list-style-].list-style-upper-latin-period > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-latin-period > li.qti-choice::before {
1552
+ content: counter(custom-counter, upper-latin) ".";
1553
+ }
1554
+ html [class^=list-style-].list-style-armenian-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-armenian-parenthesis > li.qti-choice::before {
1555
+ content: counter(custom-counter, armenian) ")";
1556
+ }
1557
+ html [class^=list-style-].list-style-armenian-period > li.qti-choice::before, html [class*=" list-style-"].list-style-armenian-period > li.qti-choice::before {
1558
+ content: counter(custom-counter, armenian) ".";
1559
+ }
1560
+ html [class^=list-style-].list-style-georgian-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-georgian-parenthesis > li.qti-choice::before {
1561
+ content: counter(custom-counter, georgian) ")";
1562
+ }
1563
+ html [class^=list-style-].list-style-georgian-period > li.qti-choice::before, html [class*=" list-style-"].list-style-georgian-period > li.qti-choice::before {
1564
+ content: counter(custom-counter, georgian) ".";
1565
+ }
1566
+ html [class^=list-style-].list-style-lower-alpha-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-alpha-parenthesis > li.qti-choice::before {
1567
+ content: counter(custom-counter, lower-alpha) ")";
1568
+ }
1569
+ html [class^=list-style-].list-style-lower-alpha-period > li.qti-choice::before, html [class*=" list-style-"].list-style-lower-alpha-period > li.qti-choice::before {
1570
+ content: counter(custom-counter, lower-alpha) ".";
1571
+ }
1572
+ html [class^=list-style-].list-style-upper-alpha-parenthesis > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-alpha-parenthesis > li.qti-choice::before {
1573
+ content: counter(custom-counter, upper-alpha) ")";
1574
+ }
1575
+ html [class^=list-style-].list-style-upper-alpha-period > li.qti-choice::before, html [class*=" list-style-"].list-style-upper-alpha-period > li.qti-choice::before {
1576
+ content: counter(custom-counter, upper-alpha) ".";
1529
1577
  }
1530
1578
  html table {
1531
1579
  border-collapse: collapse;
@@ -1753,7 +1801,7 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1753
1801
 
1754
1802
  [class*=" col-"], [class^=col-] {
1755
1803
  float: left;
1756
- min-height: 1rem;
1804
+ min-block-size: 1rem;
1757
1805
  }
1758
1806
  [class*=" col-"]:first-child, [class^=col-]:first-child {
1759
1807
  margin-left: 0;
@@ -1771,13 +1819,13 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1771
1819
  }
1772
1820
 
1773
1821
  .grid-row, .fixed-grid-row {
1774
- width: 101.4285714286%;
1822
+ inline-size: 101.4285714286%;
1775
1823
  }
1776
1824
 
1777
1825
  .col-1 {
1778
- margin-left: 1.4285714286%;
1779
- width: 6.9047619048%;
1780
- margin-bottom: 12px;
1826
+ margin-inline-start: 1.4285714286%;
1827
+ inline-size: 6.9047619048%;
1828
+ margin-block-end: 12px;
1781
1829
  }
1782
1830
 
1783
1831
  .alpha {
@@ -1785,9 +1833,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1785
1833
  }
1786
1834
 
1787
1835
  .col-2 {
1788
- margin-left: 1.4285714286%;
1789
- width: 15.2380952381%;
1790
- margin-bottom: 12px;
1836
+ margin-inline-start: 1.4285714286%;
1837
+ inline-size: 15.2380952381%;
1838
+ margin-block-end: 12px;
1791
1839
  }
1792
1840
 
1793
1841
  .alpha {
@@ -1795,9 +1843,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1795
1843
  }
1796
1844
 
1797
1845
  .col-3 {
1798
- margin-left: 1.4285714286%;
1799
- width: 23.5714285714%;
1800
- margin-bottom: 12px;
1846
+ margin-inline-start: 1.4285714286%;
1847
+ inline-size: 23.5714285714%;
1848
+ margin-block-end: 12px;
1801
1849
  }
1802
1850
 
1803
1851
  .alpha {
@@ -1805,9 +1853,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1805
1853
  }
1806
1854
 
1807
1855
  .col-4 {
1808
- margin-left: 1.4285714286%;
1809
- width: 31.9047619048%;
1810
- margin-bottom: 12px;
1856
+ margin-inline-start: 1.4285714286%;
1857
+ inline-size: 31.9047619048%;
1858
+ margin-block-end: 12px;
1811
1859
  }
1812
1860
 
1813
1861
  .alpha {
@@ -1815,9 +1863,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1815
1863
  }
1816
1864
 
1817
1865
  .col-5 {
1818
- margin-left: 1.4285714286%;
1819
- width: 40.2380952381%;
1820
- margin-bottom: 12px;
1866
+ margin-inline-start: 1.4285714286%;
1867
+ inline-size: 40.2380952381%;
1868
+ margin-block-end: 12px;
1821
1869
  }
1822
1870
 
1823
1871
  .alpha {
@@ -1825,9 +1873,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1825
1873
  }
1826
1874
 
1827
1875
  .col-6 {
1828
- margin-left: 1.4285714286%;
1829
- width: 48.5714285714%;
1830
- margin-bottom: 12px;
1876
+ margin-inline-start: 1.4285714286%;
1877
+ inline-size: 48.5714285714%;
1878
+ margin-block-end: 12px;
1831
1879
  }
1832
1880
 
1833
1881
  .alpha {
@@ -1835,9 +1883,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1835
1883
  }
1836
1884
 
1837
1885
  .col-7 {
1838
- margin-left: 1.4285714286%;
1839
- width: 56.9047619048%;
1840
- margin-bottom: 12px;
1886
+ margin-inline-start: 1.4285714286%;
1887
+ inline-size: 56.9047619048%;
1888
+ margin-block-end: 12px;
1841
1889
  }
1842
1890
 
1843
1891
  .alpha {
@@ -1845,9 +1893,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1845
1893
  }
1846
1894
 
1847
1895
  .col-8 {
1848
- margin-left: 1.4285714286%;
1849
- width: 65.2380952381%;
1850
- margin-bottom: 12px;
1896
+ margin-inline-start: 1.4285714286%;
1897
+ inline-size: 65.2380952381%;
1898
+ margin-block-end: 12px;
1851
1899
  }
1852
1900
 
1853
1901
  .alpha {
@@ -1855,9 +1903,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1855
1903
  }
1856
1904
 
1857
1905
  .col-9 {
1858
- margin-left: 1.4285714286%;
1859
- width: 73.5714285714%;
1860
- margin-bottom: 12px;
1906
+ margin-inline-start: 1.4285714286%;
1907
+ inline-size: 73.5714285714%;
1908
+ margin-block-end: 12px;
1861
1909
  }
1862
1910
 
1863
1911
  .alpha {
@@ -1865,9 +1913,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1865
1913
  }
1866
1914
 
1867
1915
  .col-10 {
1868
- margin-left: 1.4285714286%;
1869
- width: 81.9047619048%;
1870
- margin-bottom: 12px;
1916
+ margin-inline-start: 1.4285714286%;
1917
+ inline-size: 81.9047619048%;
1918
+ margin-block-end: 12px;
1871
1919
  }
1872
1920
 
1873
1921
  .alpha {
@@ -1875,9 +1923,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1875
1923
  }
1876
1924
 
1877
1925
  .col-11 {
1878
- margin-left: 1.4285714286%;
1879
- width: 90.2380952381%;
1880
- margin-bottom: 12px;
1926
+ margin-inline-start: 1.4285714286%;
1927
+ inline-size: 90.2380952381%;
1928
+ margin-block-end: 12px;
1881
1929
  }
1882
1930
 
1883
1931
  .alpha {
@@ -1885,87 +1933,99 @@ textarea + .feedback-info, textarea + .tooltip-blue {
1885
1933
  }
1886
1934
 
1887
1935
  .col-12 {
1888
- margin-left: 1.4285714286%;
1889
- width: 98.5714285714%;
1890
- margin-bottom: 12px;
1936
+ margin-inline-start: 1.4285714286%;
1937
+ inline-size: 98.5714285714%;
1938
+ margin-block-end: 12px;
1891
1939
  }
1892
1940
 
1893
1941
  .alpha {
1894
1942
  margin-left: 0 !important;
1895
1943
  }
1896
1944
 
1945
+ .writing-mode-vertical-rl .grid-row.grid-row, .writing-mode-vertical-rl .fixed-grid-row.fixed-grid-row {
1946
+ block-size: auto;
1947
+ inline-size: 100%;
1948
+ }
1949
+ .writing-mode-vertical-rl [class*=" col-"]:first-child, .writing-mode-vertical-rl [class^=col-]:first-child {
1950
+ margin-inline-start: 0;
1951
+ margin-block-end: 12px;
1952
+ }
1953
+ .writing-mode-vertical-rl [class*=" col-"]:last-child, .writing-mode-vertical-rl [class^=col-]:last-child {
1954
+ margin-inline-end: 0;
1955
+ }
1956
+
1897
1957
  #icon-editor .grid-row {
1898
1958
  width: 100%;
1899
1959
  }
1900
1960
  #icon-editor .col-1 {
1901
- margin-left: 0%;
1902
- width: 8.3333333333%;
1961
+ margin-inline-start: 0%;
1962
+ inline-size: 8.3333333333%;
1903
1963
  margin-top: 0 !important;
1904
1964
  margin-bottom: 0 !important;
1905
1965
  }
1906
1966
  #icon-editor .col-2 {
1907
- margin-left: 0%;
1908
- width: 16.6666666667%;
1967
+ margin-inline-start: 0%;
1968
+ inline-size: 16.6666666667%;
1909
1969
  margin-top: 0 !important;
1910
1970
  margin-bottom: 0 !important;
1911
1971
  }
1912
1972
  #icon-editor .col-3 {
1913
- margin-left: 0%;
1914
- width: 25%;
1973
+ margin-inline-start: 0%;
1974
+ inline-size: 25%;
1915
1975
  margin-top: 0 !important;
1916
1976
  margin-bottom: 0 !important;
1917
1977
  }
1918
1978
  #icon-editor .col-4 {
1919
- margin-left: 0%;
1920
- width: 33.3333333333%;
1979
+ margin-inline-start: 0%;
1980
+ inline-size: 33.3333333333%;
1921
1981
  margin-top: 0 !important;
1922
1982
  margin-bottom: 0 !important;
1923
1983
  }
1924
1984
  #icon-editor .col-5 {
1925
- margin-left: 0%;
1926
- width: 41.6666666667%;
1985
+ margin-inline-start: 0%;
1986
+ inline-size: 41.6666666667%;
1927
1987
  margin-top: 0 !important;
1928
1988
  margin-bottom: 0 !important;
1929
1989
  }
1930
1990
  #icon-editor .col-6 {
1931
- margin-left: 0%;
1932
- width: 50%;
1991
+ margin-inline-start: 0%;
1992
+ inline-size: 50%;
1933
1993
  margin-top: 0 !important;
1934
1994
  margin-bottom: 0 !important;
1935
1995
  }
1936
1996
  #icon-editor .col-7 {
1937
- margin-left: 0%;
1938
- width: 58.3333333333%;
1997
+ margin-inline-start: 0%;
1998
+ inline-size: 58.3333333333%;
1939
1999
  margin-top: 0 !important;
1940
2000
  margin-bottom: 0 !important;
1941
2001
  }
1942
2002
  #icon-editor .col-8 {
1943
- margin-left: 0%;
1944
- width: 66.6666666667%;
2003
+ margin-inline-start: 0%;
2004
+ inline-size: 66.6666666667%;
1945
2005
  margin-top: 0 !important;
1946
2006
  margin-bottom: 0 !important;
1947
2007
  }
1948
2008
  #icon-editor .col-9 {
1949
- margin-left: 0%;
1950
- width: 75%;
2009
+ margin-inline-start: 0%;
2010
+ inline-size: 75%;
1951
2011
  margin-top: 0 !important;
1952
2012
  margin-bottom: 0 !important;
1953
2013
  }
1954
2014
  #icon-editor .col-10 {
1955
- margin-left: 0%;
1956
- width: 83.3333333333%;
2015
+ margin-inline-start: 0%;
2016
+ inline-size: 83.3333333333%;
1957
2017
  margin-top: 0 !important;
1958
2018
  margin-bottom: 0 !important;
1959
2019
  }
1960
2020
  #icon-editor .col-11 {
1961
- margin-left: 0%;
1962
- width: 91.6666666667%;
2021
+ margin-inline-start: 0%;
2022
+ inline-size: 91.6666666667%;
1963
2023
  margin-top: 0 !important;
1964
2024
  margin-bottom: 0 !important;
1965
2025
  }
1966
2026
  #icon-editor .col-12 {
1967
- margin-left: 0%;
1968
- width: 100%;
2027
+ margin-inline-start: 0%;
2028
+ inline-size: 100%;
1969
2029
  margin-top: 0 !important;
1970
2030
  margin-bottom: 0 !important;
1971
2031
  }
@@ -2113,7 +2173,7 @@ Usage:
2113
2173
  border: 1px solid #ddd;
2114
2174
  border-radius: 2px;
2115
2175
  -webkit-border-radius: 2px;
2116
- border-top: 0;
2176
+ border-top-width: 0;
2117
2177
  border-radius: 0 0 2px 2px;
2118
2178
  }
2119
2179
  .select2-drop.rtl {
@@ -2135,7 +2195,7 @@ Usage:
2135
2195
  .select2-drop.select2-drop-above {
2136
2196
  margin-top: 1px;
2137
2197
  border-top: 1px solid #ddd;
2138
- border-bottom: 0;
2198
+ border-bottom-width: 0;
2139
2199
  border-radius: 2px 2px 0 0;
2140
2200
  }
2141
2201
 
@@ -2143,7 +2203,7 @@ Usage:
2143
2203
  border: 1px solid #ddd;
2144
2204
  border-radius: 2px;
2145
2205
  -webkit-border-radius: 2px;
2146
- border-top: none;
2206
+ border-top-width: 0;
2147
2207
  }
2148
2208
 
2149
2209
  .select2-container .select2-choice .select2-arrow {
@@ -2562,6 +2622,88 @@ disabled look for disabled choices in the results dropdown
2562
2622
  padding-left: 5px;
2563
2623
  }
2564
2624
 
2625
+ /* writing-mode vertical-rl, only for single select without search */
2626
+ .writing-mode-vertical-rl.select2-container .select2-choice {
2627
+ height: auto;
2628
+ block-size: 26px;
2629
+ padding-block: 0;
2630
+ padding-inline: 8px 0;
2631
+ }
2632
+ .writing-mode-vertical-rl.select2-container.select2-allowclear .select2-choice .select2-chosen {
2633
+ margin-right: 0;
2634
+ margin-inline-end: 42px;
2635
+ }
2636
+ .writing-mode-vertical-rl.select2-container .select2-choice > .select2-chosen {
2637
+ margin-right: 0;
2638
+ margin-inline-end: 26px;
2639
+ }
2640
+ .writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow {
2641
+ width: auto;
2642
+ height: auto;
2643
+ right: auto;
2644
+ top: auto;
2645
+ inline-size: 18px;
2646
+ block-size: 100%;
2647
+ inset-inline-end: 0;
2648
+ inset-block-start: 0;
2649
+ }
2650
+ .writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow b {
2651
+ overflow: hidden;
2652
+ }
2653
+ .writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow b:before {
2654
+ display: inline-block;
2655
+ transform: rotate(90deg);
2656
+ }
2657
+ .writing-mode-vertical-rl.select2-drop {
2658
+ writing-mode: vertical-rl;
2659
+ width: auto;
2660
+ margin-top: 0;
2661
+ top: auto;
2662
+ border-top-width: 1px;
2663
+ inline-size: 100%;
2664
+ margin-block-start: -1px;
2665
+ inset-block-start: 100%;
2666
+ border-block-start-width: 0;
2667
+ border-start-start-radius: 0;
2668
+ border-start-end-radius: 0;
2669
+ border-end-end-radius: 2px;
2670
+ border-end-start-radius: 2px;
2671
+ }
2672
+ .writing-mode-vertical-rl.select2-drop.select2-drop-above {
2673
+ margin-top: 0;
2674
+ border-top-width: 1px;
2675
+ border-bottom-width: 1px;
2676
+ margin-block-start: 1px;
2677
+ border-block-start-width: 1px;
2678
+ border-block-end-width: 0;
2679
+ border-start-start-radius: 2px;
2680
+ border-start-end-radius: 2px;
2681
+ border-end-end-radius: 0;
2682
+ border-end-start-radius: 0;
2683
+ }
2684
+ .writing-mode-vertical-rl.select2-drop-active {
2685
+ border-top-width: 1px;
2686
+ border-block-start-width: 0;
2687
+ }
2688
+ .writing-mode-vertical-rl .select2-results {
2689
+ max-height: none;
2690
+ max-block-size: 200px;
2691
+ margin-block: 4px;
2692
+ margin-inline: 0;
2693
+ overflow-x: auto;
2694
+ overflow-y: hidden;
2695
+ }
2696
+ .writing-mode-vertical-rl .select2-results .select2-result-label {
2697
+ min-height: auto;
2698
+ min-block-size: 1em;
2699
+ padding-block: 3px 4px;
2700
+ padding-inline: 7px;
2701
+ }
2702
+ .writing-mode-vertical-rl .select2-results .select2-no-results {
2703
+ padding-left: 0;
2704
+ padding-inline-start: 7px;
2705
+ }
2706
+
2565
2707
  /*
2566
2708
  Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
2567
2709
  For licensing, see LICENSE.md or http://ckeditor.com/license
@@ -3177,15 +3319,14 @@ Special outer level classes used in this file:
3177
3319
  position: relative;
3178
3320
  border: 1px solid #ddd;
3179
3321
  border-radius: 2px;
3180
- -webkit-border-radius: 2px;
3181
- /*
3182
- border-top: 1px solid #bfbfbf;
3322
+ -webkit-border-radius: 2px; /*
3323
+ border-top: 1px solid #bfbfbf;
3183
3324
 
3184
- box-shadow: 0 1px 0 #fff inset;
3325
+ box-shadow: 0 1px 0 #fff inset;
3185
3326
 
3186
- background: #cfd1cf;
3187
- background-image: linear-gradient(top, #ebebeb, #cfd1cf);
3188
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
3327
+ background: #cfd1cf;
3328
+ background-image: linear-gradient(top, #ebebeb, #cfd1cf);
3329
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
3189
3330
  }
3190
3331
 
3191
3332
  /* On iOS we need to manually enable scrolling in the contents block. (#9945) */
@@ -5187,15 +5328,14 @@ Special outer level classes used in this file:
5187
5328
  position: relative;
5188
5329
  border: 1px solid #ddd;
5189
5330
  border-radius: 2px;
5190
- -webkit-border-radius: 2px;
5191
- /*
5192
- border-top: 1px solid #bfbfbf;
5331
+ -webkit-border-radius: 2px; /*
5332
+ border-top: 1px solid #bfbfbf;
5193
5333
 
5194
- box-shadow: 0 1px 0 #fff inset;
5334
+ box-shadow: 0 1px 0 #fff inset;
5195
5335
 
5196
- background: #cfd1cf;
5197
- background-image: linear-gradient(top, #ebebeb, #cfd1cf);
5198
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
5336
+ background: #cfd1cf;
5337
+ background-image: linear-gradient(top, #ebebeb, #cfd1cf);
5338
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
5199
5339
  }
5200
5340
 
5201
5341
  /* On iOS we need to manually enable scrolling in the contents block. (#9945) */
@@ -5696,11 +5836,12 @@ Usage:
5696
5836
  position: absolute;
5697
5837
  /*background: #FFC107;*/
5698
5838
  color: black;
5699
- min-width: 100px;
5700
- max-width: 250px;
5839
+ min-inline-size: 100px;
5840
+ max-inline-size: 250px;
5701
5841
  /*box-shadow: 0 0 2px rgba(0,0,0,0.5);*/
5702
5842
  box-shadow: none;
5703
- padding: 2px 5px;
5843
+ padding-block: 2px;
5844
+ padding-inline: 5px;
5704
5845
  text-align: left;
5705
5846
  font-size: 0.8em;
5706
5847
  z-index: 2000;
@@ -6405,10 +6546,10 @@ select {
6405
6546
  border-radius: 2px;
6406
6547
  font-family: "Source Sans Pro", sans-serif;
6407
6548
  padding: 4px;
6408
- min-width: 150px;
6549
+ min-inline-size: 150px;
6409
6550
  background-color: white;
6410
6551
  color: #222;
6411
- max-width: 300px;
6552
+ max-inline-size: 300px;
6412
6553
  }
6413
6554
  input[type=color].disabled, input[type=color][disabled], input[type=color][readonly],
6414
6555
  input[type=date].disabled,