@oat-sa/tao-core-ui 3.9.10 → 3.10.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/dist/animable/absorbable/css/absorb.css.map +1 -1
- package/dist/animable/pulsable/css/pulse.css.map +1 -1
- package/dist/autocomplete/css/autocomplete.css.map +1 -1
- package/dist/badge/css/badge.css.map +1 -1
- package/dist/breadcrumbs/css/breadcrumbs.css.map +1 -1
- package/dist/bulkActionPopup/css/bulkActionPopup.css.map +1 -1
- package/dist/calculator/css/calculator.css.map +1 -1
- package/dist/class/css/selector.css.map +1 -1
- package/dist/component/css/components.css.map +1 -1
- package/dist/component/css/windowComponent.css.map +1 -1
- package/dist/contextualPopup/css/contextualPopup.css.map +1 -1
- package/dist/dashboard/css/dashboard.css.map +1 -1
- package/dist/datalist/css/datalist.css.map +1 -1
- package/dist/datatable/css/datatable.css.map +1 -1
- package/dist/dateRange/css/dateRange.css.map +1 -1
- package/dist/datetime/css/picker.css.map +1 -1
- package/dist/destination/css/selector.css.map +1 -1
- package/dist/documentViewer/css/documentViewer.css.map +1 -1
- package/dist/dropdown/css/dropdown.css.map +1 -1
- package/dist/dynamicComponent/css/dynamicComponent.css.map +1 -1
- package/dist/form/css/dropdownForm.css.map +1 -1
- package/dist/form/css/form.css.map +1 -1
- package/dist/form/validator/css/validator.css.map +1 -1
- package/dist/form/widget/css/widget.css.map +1 -1
- package/dist/generis/form/css/form.css.map +1 -1
- package/dist/generis/validator/css/validator.css.map +1 -1
- package/dist/generis/widget/css/widget.css.map +1 -1
- package/dist/itemButtonList/css/item-button-list.css.map +1 -1
- package/dist/listbox/css/listbox.css.map +1 -1
- package/dist/loadingButton/css/button.css.map +1 -1
- package/dist/maths/calculator/css/calculator.css.map +1 -1
- package/dist/mediaplayer/css/player.css.map +1 -1
- package/dist/pagination/css/pagination.css.map +1 -1
- package/dist/propertySelector/css/propertySelector.css.map +1 -1
- package/dist/resource/css/selector.css.map +1 -1
- package/dist/resourcemgr/css/resourcemgr.css.map +1 -1
- package/dist/searchModal/css/advancedSearch.css.map +1 -1
- package/dist/searchModal/css/searchModal.css.map +1 -1
- package/dist/switch/css/switch.css.map +1 -1
- package/dist/tabs/css/tabs.css.map +1 -1
- package/dist/taskQueue/css/taskQueue.css.map +1 -1
- package/dist/taskQueueButton/css/taskable.css.map +1 -1
- package/dist/taskQueueButton/css/treeButton.css.map +1 -1
- package/dist/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +1 -1
- package/dist/waitingDialog/css/waitingDialog.css.map +1 -1
- package/package.json +1 -1
- package/scss/inc/_base.scss +1 -1
- package/scss/inc/_forms.scss +2 -2
- package/scss/inc/_functions.scss +2 -3
- package/scss/inc/_grid.scss +21 -5
- package/scss/inc/_select2.scss +88 -3
- package/scss/inc/_tooltip.scss +4 -3
- package/src/animable/absorbable/css/absorb.css.map +1 -1
- package/src/animable/pulsable/css/pulse.css.map +1 -1
- package/src/autocomplete/css/autocomplete.css.map +1 -1
- package/src/badge/css/badge.css.map +1 -1
- package/src/breadcrumbs/css/breadcrumbs.css.map +1 -1
- package/src/bulkActionPopup/css/bulkActionPopup.css.map +1 -1
- package/src/calculator/css/calculator.css.map +1 -1
- package/src/class/css/selector.css.map +1 -1
- package/src/component/css/components.css.map +1 -1
- package/src/component/css/windowComponent.css.map +1 -1
- package/src/contextualPopup/css/contextualPopup.css.map +1 -1
- package/src/css/basic.css +178 -85
- package/src/css/basic.css.map +1 -1
- package/src/dashboard/css/dashboard.css.map +1 -1
- package/src/datalist/css/datalist.css.map +1 -1
- package/src/datatable/css/datatable.css.map +1 -1
- package/src/dateRange/css/dateRange.css.map +1 -1
- package/src/datetime/css/picker.css.map +1 -1
- package/src/destination/css/selector.css.map +1 -1
- package/src/documentViewer/css/documentViewer.css.map +1 -1
- package/src/dropdown/css/dropdown.css.map +1 -1
- package/src/dynamicComponent/css/dynamicComponent.css.map +1 -1
- package/src/form/css/dropdownForm.css.map +1 -1
- package/src/form/css/form.css.map +1 -1
- package/src/form/validator/css/validator.css.map +1 -1
- package/src/form/widget/css/widget.css.map +1 -1
- package/src/generis/form/css/form.css.map +1 -1
- package/src/generis/validator/css/validator.css.map +1 -1
- package/src/generis/widget/css/widget.css.map +1 -1
- package/src/itemButtonList/css/item-button-list.css.map +1 -1
- package/src/listbox/css/listbox.css.map +1 -1
- package/src/loadingButton/css/button.css.map +1 -1
- package/src/maths/calculator/css/calculator.css.map +1 -1
- package/src/mediaplayer/css/player.css.map +1 -1
- package/src/pagination/css/pagination.css.map +1 -1
- package/src/propertySelector/css/propertySelector.css.map +1 -1
- package/src/resource/css/selector.css.map +1 -1
- package/src/resourcemgr/css/resourcemgr.css.map +1 -1
- package/src/searchModal/css/advancedSearch.css.map +1 -1
- package/src/searchModal/css/searchModal.css.map +1 -1
- package/src/switch/css/switch.css.map +1 -1
- package/src/tabs/css/tabs.css.map +1 -1
- package/src/taskQueue/css/taskQueue.css.map +1 -1
- package/src/taskQueueButton/css/taskable.css.map +1 -1
- package/src/taskQueueButton/css/treeButton.css.map +1 -1
- package/src/tristateCheckboxGroup/css/tristateCheckboxGroup.css.map +1 -1
- package/src/waitingDialog/css/waitingDialog.css.map +1 -1
package/src/css/basic.css
CHANGED
|
@@ -1107,7 +1107,7 @@ html blockquote {
|
|
|
1107
1107
|
html blockquote, html dd, html dl, html fieldset, html figure, html h1, html h2, html h3, html h4, html h5, html h6,
|
|
1108
1108
|
html hr, html ol, html p, html pre, html ul {
|
|
1109
1109
|
display: block;
|
|
1110
|
-
margin-
|
|
1110
|
+
margin-block-end: 10px;
|
|
1111
1111
|
white-space: normal;
|
|
1112
1112
|
}
|
|
1113
1113
|
html h1, html h2, html h3, html h4, html h5, html h6 {
|
|
@@ -1753,7 +1753,7 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1753
1753
|
|
|
1754
1754
|
[class*=" col-"], [class^=col-] {
|
|
1755
1755
|
float: left;
|
|
1756
|
-
min-
|
|
1756
|
+
min-block-size: 1rem;
|
|
1757
1757
|
}
|
|
1758
1758
|
[class*=" col-"]:first-child, [class^=col-]:first-child {
|
|
1759
1759
|
margin-left: 0;
|
|
@@ -1771,13 +1771,13 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
.grid-row, .fixed-grid-row {
|
|
1774
|
-
|
|
1774
|
+
inline-size: 101.4285714286%;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
.col-1 {
|
|
1778
|
-
margin-
|
|
1779
|
-
|
|
1780
|
-
margin-
|
|
1778
|
+
margin-inline-start: 1.4285714286%;
|
|
1779
|
+
inline-size: 6.9047619048%;
|
|
1780
|
+
margin-block-end: 12px;
|
|
1781
1781
|
}
|
|
1782
1782
|
|
|
1783
1783
|
.alpha {
|
|
@@ -1785,9 +1785,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
1787
|
.col-2 {
|
|
1788
|
-
margin-
|
|
1789
|
-
|
|
1790
|
-
margin-
|
|
1788
|
+
margin-inline-start: 1.4285714286%;
|
|
1789
|
+
inline-size: 15.2380952381%;
|
|
1790
|
+
margin-block-end: 12px;
|
|
1791
1791
|
}
|
|
1792
1792
|
|
|
1793
1793
|
.alpha {
|
|
@@ -1795,9 +1795,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1795
1795
|
}
|
|
1796
1796
|
|
|
1797
1797
|
.col-3 {
|
|
1798
|
-
margin-
|
|
1799
|
-
|
|
1800
|
-
margin-
|
|
1798
|
+
margin-inline-start: 1.4285714286%;
|
|
1799
|
+
inline-size: 23.5714285714%;
|
|
1800
|
+
margin-block-end: 12px;
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
.alpha {
|
|
@@ -1805,9 +1805,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
1807
|
.col-4 {
|
|
1808
|
-
margin-
|
|
1809
|
-
|
|
1810
|
-
margin-
|
|
1808
|
+
margin-inline-start: 1.4285714286%;
|
|
1809
|
+
inline-size: 31.9047619048%;
|
|
1810
|
+
margin-block-end: 12px;
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
1813
|
.alpha {
|
|
@@ -1815,9 +1815,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
1817
|
.col-5 {
|
|
1818
|
-
margin-
|
|
1819
|
-
|
|
1820
|
-
margin-
|
|
1818
|
+
margin-inline-start: 1.4285714286%;
|
|
1819
|
+
inline-size: 40.2380952381%;
|
|
1820
|
+
margin-block-end: 12px;
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
1823
|
.alpha {
|
|
@@ -1825,9 +1825,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1825
1825
|
}
|
|
1826
1826
|
|
|
1827
1827
|
.col-6 {
|
|
1828
|
-
margin-
|
|
1829
|
-
|
|
1830
|
-
margin-
|
|
1828
|
+
margin-inline-start: 1.4285714286%;
|
|
1829
|
+
inline-size: 48.5714285714%;
|
|
1830
|
+
margin-block-end: 12px;
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
1833
|
.alpha {
|
|
@@ -1835,9 +1835,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1835
1835
|
}
|
|
1836
1836
|
|
|
1837
1837
|
.col-7 {
|
|
1838
|
-
margin-
|
|
1839
|
-
|
|
1840
|
-
margin-
|
|
1838
|
+
margin-inline-start: 1.4285714286%;
|
|
1839
|
+
inline-size: 56.9047619048%;
|
|
1840
|
+
margin-block-end: 12px;
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
.alpha {
|
|
@@ -1845,9 +1845,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
1847
|
.col-8 {
|
|
1848
|
-
margin-
|
|
1849
|
-
|
|
1850
|
-
margin-
|
|
1848
|
+
margin-inline-start: 1.4285714286%;
|
|
1849
|
+
inline-size: 65.2380952381%;
|
|
1850
|
+
margin-block-end: 12px;
|
|
1851
1851
|
}
|
|
1852
1852
|
|
|
1853
1853
|
.alpha {
|
|
@@ -1855,9 +1855,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
.col-9 {
|
|
1858
|
-
margin-
|
|
1859
|
-
|
|
1860
|
-
margin-
|
|
1858
|
+
margin-inline-start: 1.4285714286%;
|
|
1859
|
+
inline-size: 73.5714285714%;
|
|
1860
|
+
margin-block-end: 12px;
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
1863
|
.alpha {
|
|
@@ -1865,9 +1865,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
.col-10 {
|
|
1868
|
-
margin-
|
|
1869
|
-
|
|
1870
|
-
margin-
|
|
1868
|
+
margin-inline-start: 1.4285714286%;
|
|
1869
|
+
inline-size: 81.9047619048%;
|
|
1870
|
+
margin-block-end: 12px;
|
|
1871
1871
|
}
|
|
1872
1872
|
|
|
1873
1873
|
.alpha {
|
|
@@ -1875,9 +1875,9 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
1877
|
.col-11 {
|
|
1878
|
-
margin-
|
|
1879
|
-
|
|
1880
|
-
margin-
|
|
1878
|
+
margin-inline-start: 1.4285714286%;
|
|
1879
|
+
inline-size: 90.2380952381%;
|
|
1880
|
+
margin-block-end: 12px;
|
|
1881
1881
|
}
|
|
1882
1882
|
|
|
1883
1883
|
.alpha {
|
|
@@ -1885,87 +1885,99 @@ textarea + .feedback-info, textarea + .tooltip-blue {
|
|
|
1885
1885
|
}
|
|
1886
1886
|
|
|
1887
1887
|
.col-12 {
|
|
1888
|
-
margin-
|
|
1889
|
-
|
|
1890
|
-
margin-
|
|
1888
|
+
margin-inline-start: 1.4285714286%;
|
|
1889
|
+
inline-size: 98.5714285714%;
|
|
1890
|
+
margin-block-end: 12px;
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
.alpha {
|
|
1894
1894
|
margin-left: 0 !important;
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
|
+
.writing-mode-vertical-rl .grid-row.grid-row, .writing-mode-vertical-rl .fixed-grid-row.fixed-grid-row {
|
|
1898
|
+
block-size: auto;
|
|
1899
|
+
inline-size: 100%;
|
|
1900
|
+
}
|
|
1901
|
+
.writing-mode-vertical-rl [class*=" col-"]:first-child, .writing-mode-vertical-rl [class^=col-]:first-child {
|
|
1902
|
+
margin-inline-start: 0;
|
|
1903
|
+
margin-block-end: 12px;
|
|
1904
|
+
}
|
|
1905
|
+
.writing-mode-vertical-rl [class*=" col-"]:last-child, .writing-mode-vertical-rl [class^=col-]:last-child {
|
|
1906
|
+
margin-inline-end: 0;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1897
1909
|
#icon-editor .grid-row {
|
|
1898
1910
|
width: 100%;
|
|
1899
1911
|
}
|
|
1900
1912
|
#icon-editor .col-1 {
|
|
1901
|
-
margin-
|
|
1902
|
-
|
|
1913
|
+
margin-inline-start: 0%;
|
|
1914
|
+
inline-size: 8.3333333333%;
|
|
1903
1915
|
margin-top: 0 !important;
|
|
1904
1916
|
margin-bottom: 0 !important;
|
|
1905
1917
|
}
|
|
1906
1918
|
#icon-editor .col-2 {
|
|
1907
|
-
margin-
|
|
1908
|
-
|
|
1919
|
+
margin-inline-start: 0%;
|
|
1920
|
+
inline-size: 16.6666666667%;
|
|
1909
1921
|
margin-top: 0 !important;
|
|
1910
1922
|
margin-bottom: 0 !important;
|
|
1911
1923
|
}
|
|
1912
1924
|
#icon-editor .col-3 {
|
|
1913
|
-
margin-
|
|
1914
|
-
|
|
1925
|
+
margin-inline-start: 0%;
|
|
1926
|
+
inline-size: 25%;
|
|
1915
1927
|
margin-top: 0 !important;
|
|
1916
1928
|
margin-bottom: 0 !important;
|
|
1917
1929
|
}
|
|
1918
1930
|
#icon-editor .col-4 {
|
|
1919
|
-
margin-
|
|
1920
|
-
|
|
1931
|
+
margin-inline-start: 0%;
|
|
1932
|
+
inline-size: 33.3333333333%;
|
|
1921
1933
|
margin-top: 0 !important;
|
|
1922
1934
|
margin-bottom: 0 !important;
|
|
1923
1935
|
}
|
|
1924
1936
|
#icon-editor .col-5 {
|
|
1925
|
-
margin-
|
|
1926
|
-
|
|
1937
|
+
margin-inline-start: 0%;
|
|
1938
|
+
inline-size: 41.6666666667%;
|
|
1927
1939
|
margin-top: 0 !important;
|
|
1928
1940
|
margin-bottom: 0 !important;
|
|
1929
1941
|
}
|
|
1930
1942
|
#icon-editor .col-6 {
|
|
1931
|
-
margin-
|
|
1932
|
-
|
|
1943
|
+
margin-inline-start: 0%;
|
|
1944
|
+
inline-size: 50%;
|
|
1933
1945
|
margin-top: 0 !important;
|
|
1934
1946
|
margin-bottom: 0 !important;
|
|
1935
1947
|
}
|
|
1936
1948
|
#icon-editor .col-7 {
|
|
1937
|
-
margin-
|
|
1938
|
-
|
|
1949
|
+
margin-inline-start: 0%;
|
|
1950
|
+
inline-size: 58.3333333333%;
|
|
1939
1951
|
margin-top: 0 !important;
|
|
1940
1952
|
margin-bottom: 0 !important;
|
|
1941
1953
|
}
|
|
1942
1954
|
#icon-editor .col-8 {
|
|
1943
|
-
margin-
|
|
1944
|
-
|
|
1955
|
+
margin-inline-start: 0%;
|
|
1956
|
+
inline-size: 66.6666666667%;
|
|
1945
1957
|
margin-top: 0 !important;
|
|
1946
1958
|
margin-bottom: 0 !important;
|
|
1947
1959
|
}
|
|
1948
1960
|
#icon-editor .col-9 {
|
|
1949
|
-
margin-
|
|
1950
|
-
|
|
1961
|
+
margin-inline-start: 0%;
|
|
1962
|
+
inline-size: 75%;
|
|
1951
1963
|
margin-top: 0 !important;
|
|
1952
1964
|
margin-bottom: 0 !important;
|
|
1953
1965
|
}
|
|
1954
1966
|
#icon-editor .col-10 {
|
|
1955
|
-
margin-
|
|
1956
|
-
|
|
1967
|
+
margin-inline-start: 0%;
|
|
1968
|
+
inline-size: 83.3333333333%;
|
|
1957
1969
|
margin-top: 0 !important;
|
|
1958
1970
|
margin-bottom: 0 !important;
|
|
1959
1971
|
}
|
|
1960
1972
|
#icon-editor .col-11 {
|
|
1961
|
-
margin-
|
|
1962
|
-
|
|
1973
|
+
margin-inline-start: 0%;
|
|
1974
|
+
inline-size: 91.6666666667%;
|
|
1963
1975
|
margin-top: 0 !important;
|
|
1964
1976
|
margin-bottom: 0 !important;
|
|
1965
1977
|
}
|
|
1966
1978
|
#icon-editor .col-12 {
|
|
1967
|
-
margin-
|
|
1968
|
-
|
|
1979
|
+
margin-inline-start: 0%;
|
|
1980
|
+
inline-size: 100%;
|
|
1969
1981
|
margin-top: 0 !important;
|
|
1970
1982
|
margin-bottom: 0 !important;
|
|
1971
1983
|
}
|
|
@@ -2113,7 +2125,7 @@ Usage:
|
|
|
2113
2125
|
border: 1px solid #ddd;
|
|
2114
2126
|
border-radius: 2px;
|
|
2115
2127
|
-webkit-border-radius: 2px;
|
|
2116
|
-
border-top: 0;
|
|
2128
|
+
border-top-width: 0;
|
|
2117
2129
|
border-radius: 0 0 2px 2px;
|
|
2118
2130
|
}
|
|
2119
2131
|
.select2-drop.rtl {
|
|
@@ -2135,7 +2147,7 @@ Usage:
|
|
|
2135
2147
|
.select2-drop.select2-drop-above {
|
|
2136
2148
|
margin-top: 1px;
|
|
2137
2149
|
border-top: 1px solid #ddd;
|
|
2138
|
-
border-bottom: 0;
|
|
2150
|
+
border-bottom-width: 0;
|
|
2139
2151
|
border-radius: 2px 2px 0 0;
|
|
2140
2152
|
}
|
|
2141
2153
|
|
|
@@ -2143,7 +2155,7 @@ Usage:
|
|
|
2143
2155
|
border: 1px solid #ddd;
|
|
2144
2156
|
border-radius: 2px;
|
|
2145
2157
|
-webkit-border-radius: 2px;
|
|
2146
|
-
border-top:
|
|
2158
|
+
border-top-width: 0;
|
|
2147
2159
|
}
|
|
2148
2160
|
|
|
2149
2161
|
.select2-container .select2-choice .select2-arrow {
|
|
@@ -2562,6 +2574,88 @@ disabled look for disabled choices in the results dropdown
|
|
|
2562
2574
|
padding-left: 5px;
|
|
2563
2575
|
}
|
|
2564
2576
|
|
|
2577
|
+
/* writing-mode vertical-rl, only for single select without search */
|
|
2578
|
+
.writing-mode-vertical-rl.select2-container .select2-choice {
|
|
2579
|
+
height: auto;
|
|
2580
|
+
block-size: 26px;
|
|
2581
|
+
padding-block: 0;
|
|
2582
|
+
padding-inline: 8px 0;
|
|
2583
|
+
}
|
|
2584
|
+
.writing-mode-vertical-rl.select2-container.select2-allowclear .select2-choice .select2-chosen {
|
|
2585
|
+
margin-right: 0;
|
|
2586
|
+
margin-inline-end: 42px;
|
|
2587
|
+
}
|
|
2588
|
+
.writing-mode-vertical-rl.select2-container .select2-choice > .select2-chosen {
|
|
2589
|
+
margin-right: 0;
|
|
2590
|
+
margin-inline-end: 26px;
|
|
2591
|
+
}
|
|
2592
|
+
.writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow {
|
|
2593
|
+
width: auto;
|
|
2594
|
+
height: auto;
|
|
2595
|
+
right: auto;
|
|
2596
|
+
top: auto;
|
|
2597
|
+
inline-size: 18px;
|
|
2598
|
+
block-size: 100%;
|
|
2599
|
+
inset-inline-end: 0;
|
|
2600
|
+
inset-block-start: 0;
|
|
2601
|
+
}
|
|
2602
|
+
.writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow b {
|
|
2603
|
+
overflow: hidden;
|
|
2604
|
+
}
|
|
2605
|
+
.writing-mode-vertical-rl.select2-container .select2-choice .select2-arrow b:before {
|
|
2606
|
+
display: inline-block;
|
|
2607
|
+
transform: rotate(90deg);
|
|
2608
|
+
}
|
|
2609
|
+
.writing-mode-vertical-rl.select2-drop {
|
|
2610
|
+
writing-mode: vertical-rl;
|
|
2611
|
+
width: auto;
|
|
2612
|
+
margin-top: 0;
|
|
2613
|
+
top: auto;
|
|
2614
|
+
border-top-width: 1px;
|
|
2615
|
+
inline-size: 100%;
|
|
2616
|
+
margin-block-start: -1px;
|
|
2617
|
+
inset-block-start: 100%;
|
|
2618
|
+
border-block-start-width: 0;
|
|
2619
|
+
border-start-start-radius: 0;
|
|
2620
|
+
border-start-end-radius: 0;
|
|
2621
|
+
border-end-end-radius: 2px;
|
|
2622
|
+
border-end-start-radius: 2px;
|
|
2623
|
+
}
|
|
2624
|
+
.writing-mode-vertical-rl.select2-drop.select2-drop-above {
|
|
2625
|
+
margin-top: 0;
|
|
2626
|
+
border-top-width: 1px;
|
|
2627
|
+
border-bottom-width: 1px;
|
|
2628
|
+
margin-block-start: 1px;
|
|
2629
|
+
border-block-start-width: 1px;
|
|
2630
|
+
border-block-end-width: 0;
|
|
2631
|
+
border-start-start-radius: 2px;
|
|
2632
|
+
border-start-end-radius: 2px;
|
|
2633
|
+
border-end-end-radius: 0;
|
|
2634
|
+
border-end-start-radius: 0;
|
|
2635
|
+
}
|
|
2636
|
+
.writing-mode-vertical-rl.select2-drop-active {
|
|
2637
|
+
border-top-width: 1px;
|
|
2638
|
+
border-block-start-width: 0;
|
|
2639
|
+
}
|
|
2640
|
+
.writing-mode-vertical-rl .select2-results {
|
|
2641
|
+
max-height: none;
|
|
2642
|
+
max-block-size: 200px;
|
|
2643
|
+
margin-block: 4px;
|
|
2644
|
+
margin-inline: 0;
|
|
2645
|
+
overflow-x: auto;
|
|
2646
|
+
overflow-y: hidden;
|
|
2647
|
+
}
|
|
2648
|
+
.writing-mode-vertical-rl .select2-results .select2-result-label {
|
|
2649
|
+
min-height: auto;
|
|
2650
|
+
min-block-size: 1em;
|
|
2651
|
+
padding-block: 3px 4px;
|
|
2652
|
+
padding-inline: 7px;
|
|
2653
|
+
}
|
|
2654
|
+
.writing-mode-vertical-rl .select2-results .select2-no-results {
|
|
2655
|
+
padding-left: 0;
|
|
2656
|
+
padding-inline-start: 7px;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2565
2659
|
/*
|
|
2566
2660
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
2567
2661
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
@@ -3177,15 +3271,14 @@ Special outer level classes used in this file:
|
|
|
3177
3271
|
position: relative;
|
|
3178
3272
|
border: 1px solid #ddd;
|
|
3179
3273
|
border-radius: 2px;
|
|
3180
|
-
-webkit-border-radius: 2px;
|
|
3181
|
-
|
|
3182
|
-
border-top: 1px solid #bfbfbf;
|
|
3274
|
+
-webkit-border-radius: 2px; /*
|
|
3275
|
+
border-top: 1px solid #bfbfbf;
|
|
3183
3276
|
|
|
3184
|
-
|
|
3277
|
+
box-shadow: 0 1px 0 #fff inset;
|
|
3185
3278
|
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3279
|
+
background: #cfd1cf;
|
|
3280
|
+
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
|
|
3281
|
+
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
|
|
3189
3282
|
}
|
|
3190
3283
|
|
|
3191
3284
|
/* On iOS we need to manually enable scrolling in the contents block. (#9945) */
|
|
@@ -5187,15 +5280,14 @@ Special outer level classes used in this file:
|
|
|
5187
5280
|
position: relative;
|
|
5188
5281
|
border: 1px solid #ddd;
|
|
5189
5282
|
border-radius: 2px;
|
|
5190
|
-
-webkit-border-radius: 2px;
|
|
5191
|
-
|
|
5192
|
-
border-top: 1px solid #bfbfbf;
|
|
5283
|
+
-webkit-border-radius: 2px; /*
|
|
5284
|
+
border-top: 1px solid #bfbfbf;
|
|
5193
5285
|
|
|
5194
|
-
|
|
5286
|
+
box-shadow: 0 1px 0 #fff inset;
|
|
5195
5287
|
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5288
|
+
background: #cfd1cf;
|
|
5289
|
+
background-image: linear-gradient(top, #ebebeb, #cfd1cf);
|
|
5290
|
+
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');*/
|
|
5199
5291
|
}
|
|
5200
5292
|
|
|
5201
5293
|
/* On iOS we need to manually enable scrolling in the contents block. (#9945) */
|
|
@@ -5696,11 +5788,12 @@ Usage:
|
|
|
5696
5788
|
position: absolute;
|
|
5697
5789
|
/*background: #FFC107;*/
|
|
5698
5790
|
color: black;
|
|
5699
|
-
min-
|
|
5700
|
-
max-
|
|
5791
|
+
min-inline-size: 100px;
|
|
5792
|
+
max-inline-size: 250px;
|
|
5701
5793
|
/*box-shadow: 0 0 2px rgba(0,0,0,0.5);*/
|
|
5702
5794
|
box-shadow: none;
|
|
5703
|
-
padding: 2px
|
|
5795
|
+
padding-block: 2px;
|
|
5796
|
+
padding-inline: 5px;
|
|
5704
5797
|
text-align: left;
|
|
5705
5798
|
font-size: 0.8em;
|
|
5706
5799
|
z-index: 2000;
|
|
@@ -6405,10 +6498,10 @@ select {
|
|
|
6405
6498
|
border-radius: 2px;
|
|
6406
6499
|
font-family: "Source Sans Pro", sans-serif;
|
|
6407
6500
|
padding: 4px;
|
|
6408
|
-
min-
|
|
6501
|
+
min-inline-size: 150px;
|
|
6409
6502
|
background-color: white;
|
|
6410
6503
|
color: #222;
|
|
6411
|
-
max-
|
|
6504
|
+
max-inline-size: 300px;
|
|
6412
6505
|
}
|
|
6413
6506
|
input[type=color].disabled, input[type=color][disabled], input[type=color][readonly],
|
|
6414
6507
|
input[type=date].disabled,
|