@adaptabletools/adaptable-react-aggrid 13.0.2 → 13.0.4-canary.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/base.css +1182 -772
- package/base.css.map +1 -1
- package/index.css +1185 -775
- package/index.css.map +1 -1
- package/package.json +2 -2
- package/themes/dark.css +8 -4
- package/themes/dark.css.map +1 -0
- package/themes/light.css +4 -1
- package/themes/light.css.map +1 -0
package/base.css
CHANGED
|
@@ -1769,7 +1769,8 @@
|
|
|
1769
1769
|
--ab-icon-fill: currentColor;
|
|
1770
1770
|
--ab-custom-scrollbar-size: 10px;
|
|
1771
1771
|
--ab-grid-row-height: 40px;
|
|
1772
|
-
--ab-loaded: 777;
|
|
1772
|
+
--ab-loaded: 777;
|
|
1773
|
+
}
|
|
1773
1774
|
:root {
|
|
1774
1775
|
--ITableHeader__color: var(--ab-color-text-on-primary);
|
|
1775
1776
|
--ITableHeaderCell__background: var(--ab-color-primary);
|
|
@@ -1777,14 +1778,18 @@
|
|
|
1777
1778
|
--ITableRow__color: var(--ab-color-text-on-primary);
|
|
1778
1779
|
--ITable__background: var(--ab-color-primarylight);
|
|
1779
1780
|
--ITableRow__background: var(--ab-color-defaultbackground);
|
|
1780
|
-
--ITableRow--odd__background: var(--ab-color-primarylight);
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1781
|
+
--ITableRow--odd__background: var(--ab-color-primarylight);
|
|
1782
|
+
}
|
|
1783
|
+
.ab-style__list-group-item:nth-child(2n+1) {
|
|
1784
|
+
background: var(--ab-color-primarylight);
|
|
1785
|
+
}
|
|
1786
|
+
.ab-Grid .ag-header-cell input[type=date i]::-webkit-calendar-picker-indicator {
|
|
1787
|
+
margin-inline-start: 0px;
|
|
1788
|
+
}
|
|
1785
1789
|
.ab-Grid.ab-Grid--indicate-filtered-columns .ag-header-cell-filtered {
|
|
1786
1790
|
font-weight: bolder;
|
|
1787
|
-
background: var(--ab-gridheader--filtered__background);
|
|
1791
|
+
background: var(--ab-gridheader--filtered__background);
|
|
1792
|
+
}
|
|
1788
1793
|
:root {
|
|
1789
1794
|
--ab-cmp-checkbox__border-color: var(--ab-color-inputborder);
|
|
1790
1795
|
--ab-cmp-checkbox__background: var(--ab-cmp-input__background);
|
|
@@ -1792,7 +1797,8 @@
|
|
|
1792
1797
|
--ab-cmp-checkbox--check-size: 16px;
|
|
1793
1798
|
--ab-cmp-checkbox--check__color: white;
|
|
1794
1799
|
--ab-cmp-checkbox--check-indeterminate__color: var(--ab-color-focus);
|
|
1795
|
-
--ab-cmp-checkbox--check-indeterminate-radius: 2px;
|
|
1800
|
+
--ab-cmp-checkbox--check-indeterminate-radius: 2px;
|
|
1801
|
+
}
|
|
1796
1802
|
.ab-CheckBox--variant-agGrid {
|
|
1797
1803
|
--ab-cmp-checkbox--check__color: var(
|
|
1798
1804
|
--ag-checkbox-checked-color,
|
|
@@ -1800,20 +1806,24 @@
|
|
|
1800
1806
|
);
|
|
1801
1807
|
--ab-cmp-checkbox--checked__background: var(--ag-background-color);
|
|
1802
1808
|
--ab-cmp-checkbox__border-color: var(--ab-cmp-checkbox--check__color);
|
|
1803
|
-
--ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color);
|
|
1809
|
+
--ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color);
|
|
1810
|
+
}
|
|
1804
1811
|
.ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1812
|
+
--ab-cmp-checkbox--check__color: var(
|
|
1813
|
+
--ag-checkbox-checked-color,
|
|
1814
|
+
var(--ag-balham-active-color, #0091ea)
|
|
1815
|
+
);
|
|
1816
|
+
}
|
|
1809
1817
|
.ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
|
|
1810
|
-
|
|
1818
|
+
--ab-cmp-checkbox__border-color: var(--ag-checkbox-unchecked-color);
|
|
1819
|
+
}
|
|
1811
1820
|
:root {
|
|
1812
1821
|
--ab-cmp-dialog__background: var(--ab-color-defaultbackground, white);
|
|
1813
1822
|
--ab-cmp-dialog__color: var(--ab-color-text-on-defaultbackground, white);
|
|
1814
1823
|
--ab-cmp-dialog-close-button__color: var(--ab-color-accentlight);
|
|
1815
1824
|
--ab-cmp-dialog__border-radius: var(--ab__border-radius);
|
|
1816
|
-
--ab-cmp-dialog__min-height: 60vh;
|
|
1825
|
+
--ab-cmp-dialog__min-height: 60vh;
|
|
1826
|
+
}
|
|
1817
1827
|
:root {
|
|
1818
1828
|
--ab-cmp-dropdown__color: var(--ab-color-inputcolor);
|
|
1819
1829
|
--ab-cmp-dropdown--empty__color: var(--ab-color-text-on-defaultbackground);
|
|
@@ -1822,7 +1832,8 @@
|
|
|
1822
1832
|
--ab-cmp-dropdown__fill: var(--ab-color-text-on-defaultbackground);
|
|
1823
1833
|
--ab-cmp-dropdown__font-size: var(--ab-font-size-2);
|
|
1824
1834
|
--ab-cmp-dropdown__font-family: var(--ab__font-family);
|
|
1825
|
-
--ab-cmp-dropdown__padding: var(--ab-space-2);
|
|
1835
|
+
--ab-cmp-dropdown__padding: var(--ab-space-2);
|
|
1836
|
+
}
|
|
1826
1837
|
:root {
|
|
1827
1838
|
--ab-cmp-dropdownbutton-list__border: none;
|
|
1828
1839
|
--ab-cmp-dropdownbutton-list__background: var(--ab-color-primarylight);
|
|
@@ -1834,26 +1845,31 @@
|
|
|
1834
1845
|
--ab-cmp-dropdownbutton-list__border-radius: var(--ab__border-radius);
|
|
1835
1846
|
--ab-cmp-dropdownbutton-list__box-shadow: 4px 5px 11px -5px rgba(0, 0, 0, 0.2),
|
|
1836
1847
|
-4px 6px 5px 0 rgba(0, 0, 0, 0.14), 5px 3px 5px 0 rgba(0, 0, 0, 0.12);
|
|
1837
|
-
--ab-cmp-dropdownbutton-list-separator__border: 1px solid var(--ab-color-primarydark);
|
|
1848
|
+
--ab-cmp-dropdownbutton-list-separator__border: 1px solid var(--ab-color-primarydark);
|
|
1849
|
+
}
|
|
1838
1850
|
:root {
|
|
1839
1851
|
--ab-cmp-error-box__padding: var(--ab-space-3);
|
|
1840
1852
|
--ab-cmp-error-box__border-radius: var(--ab__border-radius);
|
|
1841
1853
|
--ab-cmp-error-box__color: var(--ab-color-text-on-error);
|
|
1842
|
-
--ab-cmp-error-box__background: var(--ab-color-error);
|
|
1854
|
+
--ab-cmp-error-box__background: var(--ab-color-error);
|
|
1855
|
+
}
|
|
1843
1856
|
:root {
|
|
1844
1857
|
--ab-cmp-field-wrap__background: var(--ab-color-defaultbackground);
|
|
1845
1858
|
--ab-cmp-field-wrap__fill: var(--ab-color-inputcolor);
|
|
1846
|
-
--ab-cmp-field-wrap__border-radius: var(--ab-cmp-input__border-radius);
|
|
1859
|
+
--ab-cmp-field-wrap__border-radius: var(--ab-cmp-input__border-radius);
|
|
1860
|
+
}
|
|
1847
1861
|
:root {
|
|
1848
1862
|
--ab-cmp-help-block__padding: var(--ab-space-2);
|
|
1849
1863
|
--ab-cmp-help-block__border-radius: var(--ab__border-radius);
|
|
1850
1864
|
--ab-cmp-help-block__color: var(--ab-color-text-on-primary);
|
|
1851
|
-
--ab-cmp-help-block__background: var(--ab-color-primarylight);
|
|
1865
|
+
--ab-cmp-help-block__background: var(--ab-color-primarylight);
|
|
1866
|
+
}
|
|
1852
1867
|
:root {
|
|
1853
1868
|
--ab-cmp-code-block__padding: var(--ab-space-1);
|
|
1854
1869
|
--ab-cmp-code-block__border-radius: var(--ab__border-radius);
|
|
1855
1870
|
--ab-cmp-code-block__color: var(--ab-color-text-on-primary);
|
|
1856
|
-
--ab-cmp-code-block__background: var(--ab-color-primary);
|
|
1871
|
+
--ab-cmp-code-block__background: var(--ab-color-primary);
|
|
1872
|
+
}
|
|
1857
1873
|
:root {
|
|
1858
1874
|
--ab-cmp-input__padding: var(--ab-space-2);
|
|
1859
1875
|
--ab-cmp-input__color: var(--ab-color-inputcolor);
|
|
@@ -1864,9 +1880,11 @@
|
|
|
1864
1880
|
--ab-cmp-input__font-size: var(--ab-font-size-2);
|
|
1865
1881
|
--ab-cmp-input--placeholder__color: var(--ab-color-text-on-defaultbackground);
|
|
1866
1882
|
--ab-cmp-input__font-family: var(--ab__font-family);
|
|
1867
|
-
--ab-cmp-input--placeholder__opacity: 0.6;
|
|
1883
|
+
--ab-cmp-input--placeholder__opacity: 0.6;
|
|
1884
|
+
}
|
|
1868
1885
|
:root {
|
|
1869
|
-
--ab-cmp-listgroup: 1;
|
|
1886
|
+
--ab-cmp-listgroup: 1;
|
|
1887
|
+
}
|
|
1870
1888
|
.ab-ListGroupItem {
|
|
1871
1889
|
width: var(--ab-cmp-listgroupitem__width);
|
|
1872
1890
|
vertical-align: middle;
|
|
@@ -1878,23 +1896,30 @@
|
|
|
1878
1896
|
align-items: center;
|
|
1879
1897
|
background: var(--ab-cmp-listgroupitem__background);
|
|
1880
1898
|
color: var(--ab-cmp-listgroupitem__color);
|
|
1881
|
-
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1899
|
+
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
1900
|
+
}
|
|
1901
|
+
.ab-ListGroupItem:nth-child(2n+1) {
|
|
1902
|
+
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
1903
|
+
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
1904
|
+
}
|
|
1885
1905
|
.ab-ListGroupItem.ab-ListGroupItem--no-zebra {
|
|
1886
|
-
|
|
1906
|
+
background: var(--ab-color-defaultbackground);
|
|
1907
|
+
}
|
|
1887
1908
|
.ab-ListGroupItem--active.ab-ListGroupItem {
|
|
1888
|
-
|
|
1889
|
-
|
|
1909
|
+
background: var(--ab-cmp-listgroupitem--active__background);
|
|
1910
|
+
color: var(--ab-cmp-listgroupitem--active__color);
|
|
1911
|
+
}
|
|
1890
1912
|
.ab-ListGroupItem:focus {
|
|
1891
|
-
|
|
1913
|
+
z-index: 1;
|
|
1914
|
+
}
|
|
1892
1915
|
:root {
|
|
1893
|
-
--ab-cmp-modal-backdrop__background: rgba(0, 0, 0, 0.44);
|
|
1916
|
+
--ab-cmp-modal-backdrop__background: rgba(0, 0, 0, 0.44);
|
|
1917
|
+
}
|
|
1894
1918
|
:root {
|
|
1895
1919
|
--ab-cmp-tabs__padding: var(--ab-space-2);
|
|
1896
1920
|
--ab-cmp-tabs-strip__background: var(--ab-color-defaultbackground);
|
|
1897
|
-
--ab-cmp-tabs-active__background: var(--ab-color-primarylight);
|
|
1921
|
+
--ab-cmp-tabs-active__background: var(--ab-color-primarylight);
|
|
1922
|
+
}
|
|
1898
1923
|
:root {
|
|
1899
1924
|
--ab-cmp-panel_header__background: var(--ab-color-primary);
|
|
1900
1925
|
--ab-cmp-panel_header__font-size: var(--ab-font-size-3);
|
|
@@ -1913,7 +1938,8 @@
|
|
|
1913
1938
|
--ab-cmp-panel_header--variant-modern__background: var(--ab-color-primary);
|
|
1914
1939
|
--ab-cmp-panel_header--variant-minimal__background: var(--ab-color-defaultbackground);
|
|
1915
1940
|
--ab-cmp-panel_header--variant-modern__color: var(--ab-color-text-on-primary);
|
|
1916
|
-
--ab-cmp-panel_body--variant-modern__background: var(--ab-color-primarylight);
|
|
1941
|
+
--ab-cmp-panel_body--variant-modern__background: var(--ab-color-primarylight);
|
|
1942
|
+
}
|
|
1917
1943
|
:root {
|
|
1918
1944
|
--ab-cmp-simple-button__padding: var(--ab-space-1) var(--ab-space-1);
|
|
1919
1945
|
--ab-cmp-simple-button__border-radius: var(--ab__border-radius);
|
|
@@ -1922,7 +1948,8 @@
|
|
|
1922
1948
|
--ab-cmp-simple-button__font-size: var(--ab-font-size-2);
|
|
1923
1949
|
--ab-cmp-simple-button__font-family: var(--ab__font-family);
|
|
1924
1950
|
--ab-cmp-simple-button__height: 20px;
|
|
1925
|
-
--ab-cmp-simple-button__width: 20px;
|
|
1951
|
+
--ab-cmp-simple-button__width: 20px;
|
|
1952
|
+
}
|
|
1926
1953
|
:root {
|
|
1927
1954
|
--ab-cmp-textarea__padding: var(--ab-space-1) var(--ab-space-2);
|
|
1928
1955
|
--ab-cmp-textarea__border-radius: var(--ab__border-radius);
|
|
@@ -1931,13 +1958,15 @@
|
|
|
1931
1958
|
--ab-cmp-textarea__font-size: var(--ab-font-size-3);
|
|
1932
1959
|
--ab-cmp-textarea__font-family: var(--ab__font-family);
|
|
1933
1960
|
--ab-cmp-textarea__background: var(--ab-cmp-input__background);
|
|
1934
|
-
--ab-cmp-textarea--disabled__background: var(--ab-cmp-input--disabled__background);
|
|
1961
|
+
--ab-cmp-textarea--disabled__background: var(--ab-cmp-input--disabled__background);
|
|
1962
|
+
}
|
|
1935
1963
|
:root {
|
|
1936
1964
|
--ab-cmp-tooltip__opacity: 0.96;
|
|
1937
1965
|
--ab-cmp-tooltip__background: var(--ab-color-primary);
|
|
1938
1966
|
--ab-cmp-tooltip__color: var(--ab-color-text-on-primary);
|
|
1939
1967
|
--ab-cmp-tooltip__border: solid 1px var(--ab-color-inputborder);
|
|
1940
|
-
--ab-cmp-tooltip__font-size: var(--ab-font-size-2);
|
|
1968
|
+
--ab-cmp-tooltip__font-size: var(--ab-font-size-2);
|
|
1969
|
+
}
|
|
1941
1970
|
:root {
|
|
1942
1971
|
--ab-cmp-file-droppable__padding: var(--ab-space-5);
|
|
1943
1972
|
--ab-cmp-file-droppable__margin: var(--ab-space-1);
|
|
@@ -1949,7 +1978,8 @@
|
|
|
1949
1978
|
--ab-cmp-file-droppable--drag-over__color: var(--ab-color-text-on-secondary);
|
|
1950
1979
|
--ab-cmp-file-droppable--drag-over__outline-offset: -20px;
|
|
1951
1980
|
--ab-cmp-file-droppable--drag-over__outline: 2px dashed
|
|
1952
|
-
var(--ab-cmp-file-droppable--drag-over__color);
|
|
1981
|
+
var(--ab-cmp-file-droppable--drag-over__color);
|
|
1982
|
+
}
|
|
1953
1983
|
:root {
|
|
1954
1984
|
--ab-dashboard__background: var(--ab-color-primary);
|
|
1955
1985
|
--ab-dashboard__font-family: var(--ab__font-family);
|
|
@@ -1961,9 +1991,11 @@
|
|
|
1961
1991
|
--ab-dashboard-header__background: var(--ab-color-secondary);
|
|
1962
1992
|
--ab-dashboard-header__color: var(--ab-color-text-on-secondary);
|
|
1963
1993
|
--ab-dashboard-tab-drop-target__background: skyblue;
|
|
1964
|
-
--ab-dashboard-toolbar-drag__background: lightgreen;
|
|
1994
|
+
--ab-dashboard-toolbar-drag__background: lightgreen;
|
|
1995
|
+
}
|
|
1965
1996
|
:root {
|
|
1966
|
-
--ab-cmp-listgroup: 1;
|
|
1997
|
+
--ab-cmp-listgroup: 1;
|
|
1998
|
+
}
|
|
1967
1999
|
:root {
|
|
1968
2000
|
--ab-cmp-datepicker__background: var(--ab-color-defaultbackground);
|
|
1969
2001
|
--ab-cmp-datepicker__selected-color: var(--ab-color-primarydark);
|
|
@@ -1974,13 +2006,15 @@
|
|
|
1974
2006
|
--ab-cmp-datepicker__border: 1px solid var(--ab-color-primarydark);
|
|
1975
2007
|
--ab-cmp-datepicker__font-size: var(--ab-font-size-2);
|
|
1976
2008
|
--ab-cmp-datepicker__font-family: var(--ab__font-family);
|
|
1977
|
-
--ab-cmp-datepicker__cell-size: 30px;
|
|
2009
|
+
--ab-cmp-datepicker__cell-size: 30px;
|
|
2010
|
+
}
|
|
1978
2011
|
:root {
|
|
1979
2012
|
--ab-cmp-toggle-button__background: #ccc;
|
|
1980
2013
|
--ab-cmp-toggle-button--active__background: var(--ab-color-success);
|
|
1981
2014
|
--ab-cmp-toggle-button__font-size: var(--ab-font-size-1);
|
|
1982
2015
|
--ab-cmp-toggle-button__color: var(--ab-color-text-on-primary);
|
|
1983
|
-
--ab-cmp-toggle-button--checked__color: var(--ab-color-accentlight);
|
|
2016
|
+
--ab-cmp-toggle-button--checked__color: var(--ab-color-accentlight);
|
|
2017
|
+
}
|
|
1984
2018
|
:root {
|
|
1985
2019
|
--ab-cmp-module-module-selector__tab-item__border: 1px solid var(--ab-color-primarydark);
|
|
1986
2020
|
--ab-cmp-module-module-selector__tab-item__border-radius: var(--ab__border-radius);
|
|
@@ -1989,11 +2023,13 @@
|
|
|
1989
2023
|
--ab-cmp-module-module-selector__toolbar-item__border: 1px solid var(--ab-color-primary);
|
|
1990
2024
|
--ab-cmp-module-selector__unused-panel__border: 1px solid var(--ab-color-primarydark);
|
|
1991
2025
|
--ab-cmp-module-selector__unused-panel__border-radius: var(--ab__border-radius);
|
|
1992
|
-
--ab-cmp-module-selector__unused-panel__background: var(--ab-color-defaultbackground);
|
|
2026
|
+
--ab-cmp-module-selector__unused-panel__background: var(--ab-color-defaultbackground);
|
|
2027
|
+
}
|
|
1993
2028
|
:root {
|
|
1994
2029
|
--ab-cmp-loader__background: var(--ab-color-primarydark);
|
|
1995
2030
|
--ab-cmp-loader__border: var(--ab-color-text-on-primary);
|
|
1996
|
-
--ab-cmp-loader__font-size: var(--ab-font-size-2);
|
|
2031
|
+
--ab-cmp-loader__font-size: var(--ab-font-size-2);
|
|
2032
|
+
}
|
|
1997
2033
|
:root {
|
|
1998
2034
|
--ab-cmp-progress-indicator__delay: 1s;
|
|
1999
2035
|
--ab-cmp-progress-indicator__z-index: 9999;
|
|
@@ -2002,25 +2038,30 @@
|
|
|
2002
2038
|
--ab-cmp-progress-indicator__font-family: var(--ab__font-family);
|
|
2003
2039
|
--ab-cmp-progress-indicator__padding: var(--ab-space-3);
|
|
2004
2040
|
--ab-cmp-progress-indicator__background: var(--ab-color-primary);
|
|
2005
|
-
--ab-cmp-progress-indicator__color: var(--ab-color-text-on-primary);
|
|
2041
|
+
--ab-cmp-progress-indicator__color: var(--ab-color-text-on-primary);
|
|
2042
|
+
}
|
|
2006
2043
|
:root {
|
|
2007
2044
|
--ab-cmp-icon__fill: var(--ab-icon-fill);
|
|
2008
2045
|
--ab-cmp-icon__height: 17px;
|
|
2009
|
-
--ab-cmp-icon__width: 17px;
|
|
2046
|
+
--ab-cmp-icon__width: 17px;
|
|
2047
|
+
}
|
|
2010
2048
|
:root {
|
|
2011
2049
|
--ab-cmp-listgroupitem__padding: var(--ab-space-2);
|
|
2012
2050
|
--ab-cmp-listgroupitem__margin: 0;
|
|
2013
|
-
--ab-cmp-listgroupitem-cell__font-size: var(--ab-font-size-3);
|
|
2051
|
+
--ab-cmp-listgroupitem-cell__font-size: var(--ab-font-size-3);
|
|
2052
|
+
}
|
|
2014
2053
|
:root {
|
|
2015
2054
|
--ab-cmp-wizard__padding: var(--ab-space-5);
|
|
2016
2055
|
--ab-cmp-wizard__margin: var(--ab-space-1);
|
|
2017
2056
|
--ab-cmp-wizard__background: var(--ab-color-primary);
|
|
2018
|
-
--ab-cmp-wizard__color: var(--ab-color-text-on-primary);
|
|
2057
|
+
--ab-cmp-wizard__color: var(--ab-color-text-on-primary);
|
|
2058
|
+
}
|
|
2019
2059
|
:root {
|
|
2020
2060
|
--ab-cmp-button-border-radius: 0px;
|
|
2021
2061
|
--ab-cmp-button-disabled-opacity: 0.5;
|
|
2022
2062
|
--ab-cmp-button-background: var(--ab-color-primary);
|
|
2023
|
-
--ab-cmp-button-disabled-background: var(--ab-color-primarydark);
|
|
2063
|
+
--ab-cmp-button-disabled-background: var(--ab-color-primarydark);
|
|
2064
|
+
}
|
|
2024
2065
|
:root {
|
|
2025
2066
|
--ab-cmp-dashboardpanel_body__background: var(--ab-color-primarylight);
|
|
2026
2067
|
--ab-cmp-dashboardpanel_header__background: var(--ab-color-primary);
|
|
@@ -2030,7 +2071,8 @@
|
|
|
2030
2071
|
--ab-cmp-dashboardpanel__color: currentColor;
|
|
2031
2072
|
--ab-cmp-dashboardpanel_header__padding: var(--ab-space-0);
|
|
2032
2073
|
--ab-cmp-dashboardpanel_body__padding: var(--ab-space-1);
|
|
2033
|
-
--ab-cmp-dashboardpanel__border: none;
|
|
2074
|
+
--ab-cmp-dashboardpanel__border: none;
|
|
2075
|
+
}
|
|
2034
2076
|
:root {
|
|
2035
2077
|
--ab-cmp-toolpanelpanel__color: var(--ab-cmp-dashboardpanel__color);
|
|
2036
2078
|
--ab-cmp-toolpanelpanel__fill: var(--ab-cmp-dashboardpanel__fill);
|
|
@@ -2040,39 +2082,48 @@
|
|
|
2040
2082
|
--ab-cmp-toolpanelpanel_header__color: var(--ab-cmp-dashboardpanel_header__color);
|
|
2041
2083
|
--ab-cmp-toolpanelpanel_header__padding: var(--ab-cmp-dashboardpanel_header__padding);
|
|
2042
2084
|
--ab-cmp-toolpanelpanel_body__background: var(--ab-cmp-dashboardpanel_body__background);
|
|
2043
|
-
--ab-cmp-toolpanelpanel_body__padding: var(--ab-cmp-dashboardpanel_body__padding);
|
|
2085
|
+
--ab-cmp-toolpanelpanel_body__padding: var(--ab-cmp-dashboardpanel_body__padding);
|
|
2086
|
+
}
|
|
2044
2087
|
:root {
|
|
2045
2088
|
--ab-cmp-popover__border-radius: var(--ab__border-radius);
|
|
2046
2089
|
--ab-cmp-popover__background: var(--ab-color-defaultbackground);
|
|
2047
2090
|
--ab-cmp-popover__color: var(--ab-color-text-on-defaultbackground);
|
|
2048
2091
|
--ab-cmp-popover__box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
|
|
2049
|
-
--ab-cmp-popover__border: 1px solid var(--ab-color-primarydark);
|
|
2092
|
+
--ab-cmp-popover__border: 1px solid var(--ab-color-primarydark);
|
|
2093
|
+
}
|
|
2050
2094
|
:root {
|
|
2051
2095
|
--ab-cmp-one-page-wizard__background: var(--ab-color-primary);
|
|
2052
2096
|
--ab-cmp-one-page-wizard-content__background: var(--ab-color-defaultbackground);
|
|
2053
2097
|
--ab-cmp-one-page-wizard-section-title__color: var(--ab-color-text-on-secondary);
|
|
2054
|
-
--ab-cmp-one-page-wizard-selected-title__background: var(--ab-color-secondary);
|
|
2098
|
+
--ab-cmp-one-page-wizard-selected-title__background: var(--ab-color-secondary);
|
|
2099
|
+
}
|
|
2055
2100
|
.ab-OnePageWizard__section {
|
|
2056
2101
|
background: var(--ab-cmp-one-page-wizard-content__background);
|
|
2057
2102
|
overflow: auto;
|
|
2058
|
-
border-radius: var(--ab__border-radius);
|
|
2103
|
+
border-radius: var(--ab__border-radius);
|
|
2104
|
+
}
|
|
2059
2105
|
.ab-OnePageWizard__section-title-container {
|
|
2060
|
-
background: var(--ab-cmp-one-page-wizard__background);
|
|
2106
|
+
background: var(--ab-cmp-one-page-wizard__background);
|
|
2107
|
+
}
|
|
2061
2108
|
.ab-OnePageWizard__section-container {
|
|
2062
2109
|
background: var(--ab-cmp-one-page-wizard__background);
|
|
2063
2110
|
min-height: 100%;
|
|
2064
|
-
overflow: hidden;
|
|
2111
|
+
overflow: hidden;
|
|
2112
|
+
}
|
|
2065
2113
|
.ab-OnePageWizard__footer {
|
|
2066
|
-
background: var(--ab-cmp-one-page-wizard__background);
|
|
2114
|
+
background: var(--ab-cmp-one-page-wizard__background);
|
|
2115
|
+
}
|
|
2067
2116
|
:root {
|
|
2068
2117
|
--ab-cmp-toolpanel__width: 200px;
|
|
2069
2118
|
--ab-cmp-toolpanel-header__background: var(--ab-dashboard-header__background);
|
|
2070
2119
|
--ab-cmp-toolpanel-header__color: var(--ab-dashboard-header__color);
|
|
2071
2120
|
--ab-cmp-toolpanel-header__grid-gap: 3px;
|
|
2072
2121
|
--ab-cmp-toolpanel__color: var(--ab-dashboard__color);
|
|
2073
|
-
--ab-cmp-toolpanel__font-family: var(--ab__font-family);
|
|
2122
|
+
--ab-cmp-toolpanel__font-family: var(--ab__font-family);
|
|
2123
|
+
}
|
|
2074
2124
|
:root {
|
|
2075
|
-
--ab-cmp-custom-sort-wizard-loader__font-size: var(--ab-font-size-4);
|
|
2125
|
+
--ab-cmp-custom-sort-wizard-loader__font-size: var(--ab-font-size-4);
|
|
2126
|
+
}
|
|
2076
2127
|
:root {
|
|
2077
2128
|
--ab-cmp-adaptable-popup__background: var(--ab-color-primarylight);
|
|
2078
2129
|
--ab-cmp-adaptable-popup--settings__padding: 20px;
|
|
@@ -2109,9 +2160,11 @@
|
|
|
2109
2160
|
--ab-cmp-adaptable-popup-panel__margin-bottom: var(--ab-space-3);
|
|
2110
2161
|
--ab-cmp-adaptable-popup-panel__margin-top: var(--ab-space-2);
|
|
2111
2162
|
--ab-cmp-adaptable-popup-panel-title__font-size: var(--ab-font-size-5);
|
|
2112
|
-
--ab-cmp-adaptable-popup-panel-body__padding: var(--ab-space-2);
|
|
2163
|
+
--ab-cmp-adaptable-popup-panel-body__padding: var(--ab-space-2);
|
|
2164
|
+
}
|
|
2113
2165
|
:root {
|
|
2114
|
-
--ab-cmp-adaptable-window-popup__box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
|
|
2166
|
+
--ab-cmp-adaptable-window-popup__box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
|
|
2167
|
+
}
|
|
2115
2168
|
:root {
|
|
2116
2169
|
--ab-cmp-adaptable-object-list-tag__margin-right: var(--ab-space-2);
|
|
2117
2170
|
--ab-cmp-adaptable-object-list-tag__margin-top: var(--ab-space-2);
|
|
@@ -2132,29 +2185,35 @@
|
|
|
2132
2185
|
--ab-cmp-adaptable-object-compact-list-item-name__width: 95px;
|
|
2133
2186
|
--ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
|
|
2134
2187
|
--ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
|
|
2135
|
-
--ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4);
|
|
2188
|
+
--ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4);
|
|
2189
|
+
}
|
|
2136
2190
|
:root {
|
|
2137
2191
|
--ab-cmp-adaptable-options__background-color: var(--ab-color-defaultbackground);
|
|
2138
2192
|
--ab-cmp-grid-options__background-color: var(--ab-color-defaultbackground);
|
|
2139
|
-
--ab-cmp-grid-summary__background-color: var(--ab-color-defaultbackground);
|
|
2193
|
+
--ab-cmp-grid-summary__background-color: var(--ab-color-defaultbackground);
|
|
2194
|
+
}
|
|
2140
2195
|
:root {
|
|
2141
2196
|
--ab-cmp-system-status-list__background-color: var(--ab-color-defaultbackground);
|
|
2142
2197
|
--ab-cmp-system-status-list-text__border-radius: var(--ab__border-radius);
|
|
2143
2198
|
--ab-cmp-system-status-list-text__font-weight: bold;
|
|
2144
2199
|
--ab-cmp-system-status-list-text__font-size: var(--ab-font-size-2);
|
|
2145
2200
|
--ab-cmp-system-status-list-text__color: var(--ab-color-text-on-secondary);
|
|
2146
|
-
--ab-cmp-system-status-list-text__padding: var(--ab-space-2);
|
|
2201
|
+
--ab-cmp-system-status-list-text__padding: var(--ab-space-2);
|
|
2202
|
+
}
|
|
2147
2203
|
:root {
|
|
2148
|
-
--ab-cmp-dashboard-module-selector-background: var(--ab-color-defaultbackground);
|
|
2204
|
+
--ab-cmp-dashboard-module-selector-background: var(--ab-color-defaultbackground);
|
|
2205
|
+
}
|
|
2149
2206
|
:root {
|
|
2150
2207
|
--ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
|
|
2151
2208
|
--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
|
|
2152
2209
|
--ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
|
|
2153
2210
|
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
2154
|
-
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary);
|
|
2211
|
+
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary);
|
|
2212
|
+
}
|
|
2155
2213
|
:root {
|
|
2156
2214
|
--ab-cmp-adaptable-shared-entity-shared-object__border: 2px solid var(--ab-color-primary);
|
|
2157
|
-
--ab-cmp-adaptable-shared-entity-shared-object__nesting-color: var(--ab-color-primary);
|
|
2215
|
+
--ab-cmp-adaptable-shared-entity-shared-object__nesting-color: var(--ab-color-primary);
|
|
2216
|
+
}
|
|
2158
2217
|
:root {
|
|
2159
2218
|
--ab-cmp-adaptable-layout-wizard-column-row-title__border-radious: var(--ab__border-radius);
|
|
2160
2219
|
--ab-cmp-adaptable-layout-wizard-column-row-title__background: var(--ab-color-defaultbackground);
|
|
@@ -2168,13 +2227,15 @@
|
|
|
2168
2227
|
--ab__border-radius
|
|
2169
2228
|
);
|
|
2170
2229
|
--ab-cmp-adaptable-layout-wizard-column-input__max-width: 200px;
|
|
2171
|
-
--ab-cmp-adaptable-layout-wizard-column-input__width: 100%;
|
|
2230
|
+
--ab-cmp-adaptable-layout-wizard-column-input__width: 100%;
|
|
2231
|
+
}
|
|
2172
2232
|
.ab-PermitedValuesSelector__PopupContent {
|
|
2173
2233
|
z-index: 1000;
|
|
2174
2234
|
font-size: var(--ab-cmp-adaptable-permitted-values-selector__font-size);
|
|
2175
2235
|
border: 1px solid var(--ab-cmp-adaptable-permitted-values-selector__border);
|
|
2176
2236
|
background-color: var(--ab-cmp-adaptable-permitted-values-selector__background-color);
|
|
2177
|
-
padding: var(--ab-cmp-adaptable-permitted-values-selector__padding);
|
|
2237
|
+
padding: var(--ab-cmp-adaptable-permitted-values-selector__padding);
|
|
2238
|
+
}
|
|
2178
2239
|
:root {
|
|
2179
2240
|
--ab-cmp-expression-editor-input__background: var(--ab-color-primarylight);
|
|
2180
2241
|
--ab-cmp-expression-editor-input__border-radius: var(--ab__border-radius);
|
|
@@ -2183,56 +2244,71 @@
|
|
|
2183
2244
|
var(--ab-color-primarydark);
|
|
2184
2245
|
--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius: var(--ab__border-radius);
|
|
2185
2246
|
--ab-cmp-expression-editor-input__font-family: monospace;
|
|
2186
|
-
--ab-cmp-expression-editor-feedback__border-radius: var(--ab__border-radius);
|
|
2247
|
+
--ab-cmp-expression-editor-feedback__border-radius: var(--ab__border-radius);
|
|
2248
|
+
}
|
|
2187
2249
|
:root {
|
|
2188
2250
|
--ab-cmp-quickfilter__font-size: var(--ab-font-size-1);
|
|
2189
2251
|
--ab-cmp-quickfilter__border: 1px solid var(--ab-color-primarydark);
|
|
2190
|
-
--ab-cmp-quickfilter__background: var(--ab-color-defaultbackground);
|
|
2252
|
+
--ab-cmp-quickfilter__background: var(--ab-color-defaultbackground);
|
|
2253
|
+
}
|
|
2191
2254
|
.ab-Radio-input:focus + svg rect {
|
|
2192
2255
|
stroke: var(--ab-color-accent);
|
|
2193
|
-
stroke-width: 2;
|
|
2256
|
+
stroke-width: 2;
|
|
2257
|
+
}
|
|
2194
2258
|
.ab-Radio-input:focus + svg {
|
|
2195
|
-
outline: 2px solid var(--ab-color-accent);
|
|
2196
|
-
|
|
2197
|
-
.ab-Radio-input:checked + svg polyline {
|
|
2198
|
-
stroke: currentColor;
|
|
2259
|
+
outline: 2px solid var(--ab-color-accent);
|
|
2260
|
+
}
|
|
2261
|
+
.ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
|
|
2262
|
+
stroke: currentColor;
|
|
2263
|
+
}
|
|
2199
2264
|
.ab-Radio-input:checked + svg polyline {
|
|
2200
2265
|
animation: abRadioCheckAnimation 0.5s ease forwards;
|
|
2201
2266
|
stroke-dasharray: 50;
|
|
2202
|
-
stroke-dashoffset: 50;
|
|
2267
|
+
stroke-dashoffset: 50;
|
|
2268
|
+
}
|
|
2203
2269
|
.ab-Radio-input input:focus {
|
|
2204
2270
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2205
|
-
outline: var(--ab-focus__outline);
|
|
2271
|
+
outline: var(--ab-focus__outline);
|
|
2272
|
+
}
|
|
2206
2273
|
@keyframes abRadioCheckAnimation {
|
|
2207
2274
|
100% {
|
|
2208
|
-
stroke-dashoffset: 0;
|
|
2275
|
+
stroke-dashoffset: 0;
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2209
2278
|
.ab-Table td,
|
|
2210
2279
|
.ab-Table th {
|
|
2211
|
-
padding: var(--ab-space-2);
|
|
2280
|
+
padding: var(--ab-space-2);
|
|
2281
|
+
}
|
|
2212
2282
|
.ab-Table th {
|
|
2213
|
-
border-bottom: 2px solid var(--ab-color-primarydark);
|
|
2283
|
+
border-bottom: 2px solid var(--ab-color-primarydark);
|
|
2284
|
+
}
|
|
2214
2285
|
.ab-Table tr:not(last-child) td {
|
|
2215
|
-
border-bottom: 1px solid var(--ab-color-primarylight);
|
|
2286
|
+
border-bottom: 1px solid var(--ab-color-primarylight);
|
|
2287
|
+
}
|
|
2216
2288
|
.ab-CheckBox {
|
|
2217
2289
|
display: inline-flex;
|
|
2218
2290
|
flex-flow: row;
|
|
2219
2291
|
align-items: center;
|
|
2220
2292
|
cursor: pointer;
|
|
2221
|
-
position: relative;
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2293
|
+
position: relative;
|
|
2294
|
+
}
|
|
2295
|
+
.ab-CheckBox, .ab-CheckBox *,
|
|
2296
|
+
.ab-CheckBox *:before,
|
|
2297
|
+
.ab-CheckBox *:after {
|
|
2298
|
+
box-sizing: border-box;
|
|
2299
|
+
}
|
|
2227
2300
|
.ab-CheckBox--checked {
|
|
2228
|
-
--ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
|
|
2301
|
+
--ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
|
|
2302
|
+
}
|
|
2229
2303
|
.ab-CheckBox--indeterminate {
|
|
2230
|
-
--ab-cmp-checkbox--check__color: var(--ab-cmp-checkbox--check-indeterminate__color);
|
|
2304
|
+
--ab-cmp-checkbox--check__color: var(--ab-cmp-checkbox--check-indeterminate__color);
|
|
2305
|
+
}
|
|
2231
2306
|
.ab-CheckBox:focus-within .ab-CheckBox__square,
|
|
2232
2307
|
.ab-CheckBox:active .ab-CheckBox__square,
|
|
2233
2308
|
.ab-CheckBox input.ab-CheckBox-input:active + .ab-CheckBox__square,
|
|
2234
2309
|
.ab-CheckBox input.ab-CheckBox-input:focus + .ab-CheckBox__square {
|
|
2235
|
-
box-shadow: var(--ab-focus__box-shadow);
|
|
2310
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2311
|
+
}
|
|
2236
2312
|
.ab-CheckBox__square {
|
|
2237
2313
|
border-radius: var(--ab__border-radius);
|
|
2238
2314
|
border-width: 1px;
|
|
@@ -2244,39 +2320,45 @@
|
|
|
2244
2320
|
line-height: 0;
|
|
2245
2321
|
font-size: 0;
|
|
2246
2322
|
position: relative;
|
|
2247
|
-
pointer-events: none;
|
|
2323
|
+
pointer-events: none;
|
|
2324
|
+
}
|
|
2248
2325
|
.ab-CheckBox__square:after {
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2326
|
+
opacity: 1;
|
|
2327
|
+
transition-duration: 0.1s;
|
|
2328
|
+
transition-timing-function: ease-in;
|
|
2329
|
+
transition-property: opacity;
|
|
2330
|
+
content: "";
|
|
2331
|
+
display: block;
|
|
2332
|
+
margin: auto;
|
|
2333
|
+
width: calc((var(--ab-cmp-checkbox--check-size) - 4px) / 2);
|
|
2334
|
+
height: calc(var(--ab-cmp-checkbox--check-size) - 4px);
|
|
2335
|
+
border: solid var(--ab-cmp-checkbox--check__color);
|
|
2336
|
+
border-width: 0 2px 2px 0;
|
|
2337
|
+
transform: rotate(45deg);
|
|
2338
|
+
border-radius: 1px;
|
|
2339
|
+
}
|
|
2262
2340
|
.ab-CheckBox__square--unchecked::after {
|
|
2263
|
-
|
|
2341
|
+
opacity: 0;
|
|
2342
|
+
}
|
|
2264
2343
|
.ab-CheckBox__square--indeterminate:after {
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2344
|
+
transform: rotate(0deg);
|
|
2345
|
+
position: absolute;
|
|
2346
|
+
top: 2px;
|
|
2347
|
+
bottom: 2px;
|
|
2348
|
+
right: 2px;
|
|
2349
|
+
left: 2px;
|
|
2350
|
+
border: none;
|
|
2351
|
+
width: auto;
|
|
2352
|
+
height: auto;
|
|
2353
|
+
background: var(--ab-cmp-checkbox--check__color);
|
|
2354
|
+
border-radius: var(--ab-cmp-checkbox--check-indeterminate-radius);
|
|
2355
|
+
}
|
|
2276
2356
|
.ab-CheckBox--disabled {
|
|
2277
|
-
opacity: 0.5;
|
|
2357
|
+
opacity: 0.5;
|
|
2358
|
+
}
|
|
2278
2359
|
.ab-CheckBox--readonly .ab-CheckBox__square {
|
|
2279
|
-
opacity: 0.5;
|
|
2360
|
+
opacity: 0.5;
|
|
2361
|
+
}
|
|
2280
2362
|
.ab-CheckBox-input:not(.ag-checkbox-input) {
|
|
2281
2363
|
width: 100%;
|
|
2282
2364
|
height: 100%;
|
|
@@ -2285,7 +2367,8 @@
|
|
|
2285
2367
|
left: 0;
|
|
2286
2368
|
top: 0;
|
|
2287
2369
|
z-index: 1;
|
|
2288
|
-
position: absolute;
|
|
2370
|
+
position: absolute;
|
|
2371
|
+
}
|
|
2289
2372
|
.ab-Dialog {
|
|
2290
2373
|
position: relative;
|
|
2291
2374
|
background: var(--ab-cmp-dialog__background);
|
|
@@ -2293,30 +2376,34 @@
|
|
|
2293
2376
|
color: var(--ab-cmp-dialog__color);
|
|
2294
2377
|
border-radius: var(--ab-cmp-dialog__border-radius);
|
|
2295
2378
|
display: flex;
|
|
2296
|
-
flex-flow: column;
|
|
2379
|
+
flex-flow: column;
|
|
2380
|
+
}
|
|
2297
2381
|
.ab-Dialog:focus-within, .ab-Dialog:focus {
|
|
2298
|
-
|
|
2299
|
-
|
|
2382
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2383
|
+
outline: var(--ab-focus__outline);
|
|
2384
|
+
}
|
|
2300
2385
|
.ab-Dialog__close-button {
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2386
|
+
position: absolute;
|
|
2387
|
+
right: 6px;
|
|
2388
|
+
top: 6px;
|
|
2389
|
+
font-size: var(--ab-font-size-3);
|
|
2390
|
+
font-weight: 700;
|
|
2391
|
+
line-height: 1;
|
|
2392
|
+
color: var(--ab-cmp-dialog-close-button__color);
|
|
2393
|
+
text-shadow: 0 1px 0 #fff;
|
|
2394
|
+
cursor: pointer;
|
|
2395
|
+
}
|
|
2310
2396
|
.ab-Dialog-fixed-wrapper {
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2397
|
+
position: fixed;
|
|
2398
|
+
margin: auto;
|
|
2399
|
+
left: 0;
|
|
2400
|
+
top: 0;
|
|
2401
|
+
right: 0;
|
|
2402
|
+
bottom: 0;
|
|
2403
|
+
display: flex;
|
|
2404
|
+
align-items: center;
|
|
2405
|
+
justify-content: center;
|
|
2406
|
+
}
|
|
2320
2407
|
.ab-Dropdown {
|
|
2321
2408
|
background: var(--ab-color-defaultbackground);
|
|
2322
2409
|
border: var(--ab-cmp-dropdown__border);
|
|
@@ -2325,36 +2412,44 @@
|
|
|
2325
2412
|
min-width: 120px;
|
|
2326
2413
|
max-width: 300px;
|
|
2327
2414
|
font-family: var(--ab-cmp-dropdown__font-family);
|
|
2328
|
-
font-size: var(--ab-cmp-dropdown__font-size);
|
|
2415
|
+
font-size: var(--ab-cmp-dropdown__font-size);
|
|
2416
|
+
}
|
|
2329
2417
|
.ab-Dropdown--disabled {
|
|
2330
|
-
|
|
2418
|
+
opacity: 0.5;
|
|
2419
|
+
}
|
|
2331
2420
|
.ab-Dropdown--focused {
|
|
2332
|
-
|
|
2333
|
-
|
|
2421
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2422
|
+
outline: var(--ab-focus__outline);
|
|
2423
|
+
}
|
|
2334
2424
|
.ab-Dropdown__text {
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2425
|
+
color: var(--ab-cmp-dropdown__color);
|
|
2426
|
+
padding: var(--ab-cmp-dropdown__padding);
|
|
2427
|
+
pointer-events: none;
|
|
2428
|
+
position: relative;
|
|
2429
|
+
cursor: pointer;
|
|
2430
|
+
overflow: hidden;
|
|
2431
|
+
text-overflow: ellipsis;
|
|
2432
|
+
white-space: nowrap;
|
|
2433
|
+
flex: 1;
|
|
2434
|
+
}
|
|
2344
2435
|
.ab-Dropdown--empty .ab-Dropdown__text {
|
|
2345
|
-
|
|
2436
|
+
color: var(--ab-color-text-on-defaultbackground);
|
|
2437
|
+
}
|
|
2346
2438
|
.ab-Dropdown select {
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2439
|
+
font-family: inherit;
|
|
2440
|
+
font-size: inherit;
|
|
2441
|
+
position: absolute;
|
|
2442
|
+
cursor: pointer;
|
|
2443
|
+
}
|
|
2351
2444
|
.ab-Dropdown .ab-SimpleButton {
|
|
2352
|
-
|
|
2445
|
+
color: var(--ab-cmp-dropdown__color) !important;
|
|
2446
|
+
}
|
|
2353
2447
|
.ab-DropdownButton {
|
|
2354
2448
|
position: relative;
|
|
2355
2449
|
overflow: visible;
|
|
2356
2450
|
outline: none;
|
|
2357
|
-
--ab-overlay-horizontal-align: left;
|
|
2451
|
+
--ab-overlay-horizontal-align: left;
|
|
2452
|
+
}
|
|
2358
2453
|
.ab-DropdownButton__list {
|
|
2359
2454
|
text-align: start;
|
|
2360
2455
|
padding: var(--ab-space-1) 0;
|
|
@@ -2363,29 +2458,37 @@
|
|
|
2363
2458
|
border: var(--ab-cmp-dropdownbutton-list__border);
|
|
2364
2459
|
border-radius: var(--ab-cmp-dropdownbutton-list__border-radius);
|
|
2365
2460
|
z-index: var(--ab-cmp-dropdownbutton-list__z-index);
|
|
2366
|
-
background: var(--ab-cmp-dropdownbutton-list__background);
|
|
2461
|
+
background: var(--ab-cmp-dropdownbutton-list__background);
|
|
2462
|
+
}
|
|
2367
2463
|
.ab-DropdownButton__content {
|
|
2368
2464
|
font-family: var(--ab__font-family);
|
|
2369
2465
|
font-size: var(--ab-font-size-2);
|
|
2370
2466
|
max-width: 100%;
|
|
2371
2467
|
width: 100%;
|
|
2372
|
-
border-spacing: 0;
|
|
2468
|
+
border-spacing: 0;
|
|
2469
|
+
}
|
|
2373
2470
|
.ab-DropdownButton__list-item {
|
|
2374
2471
|
fill: currentColor;
|
|
2375
|
-
color: var(--ab-cmp-dropdownbutton-list-item__color);
|
|
2472
|
+
color: var(--ab-cmp-dropdownbutton-list-item__color);
|
|
2473
|
+
}
|
|
2376
2474
|
.ab-DropdownButton__list-item--disabled {
|
|
2377
|
-
|
|
2475
|
+
opacity: 0.5;
|
|
2476
|
+
}
|
|
2378
2477
|
.ab-DropdownButton__list-item--not-clickable {
|
|
2379
|
-
cursor: auto;
|
|
2478
|
+
cursor: auto;
|
|
2479
|
+
}
|
|
2380
2480
|
.ab-DropdownButton__list-item--clickable:hover {
|
|
2381
2481
|
background: var(--ab-cmp-dropdownbutton-list-item-hover__background);
|
|
2382
2482
|
color: var(--ab-cmp-dropdownbutton-list-item-hover__color);
|
|
2383
2483
|
fill: currentColor;
|
|
2384
|
-
cursor: pointer;
|
|
2484
|
+
cursor: pointer;
|
|
2485
|
+
}
|
|
2385
2486
|
.ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
|
|
2386
|
-
|
|
2487
|
+
color: inherit;
|
|
2488
|
+
}
|
|
2387
2489
|
.ab-DropdownButton__separator td {
|
|
2388
|
-
border-bottom: var(--ab-cmp-dropdownbutton-list-separator__border);
|
|
2490
|
+
border-bottom: var(--ab-cmp-dropdownbutton-list-separator__border);
|
|
2491
|
+
}
|
|
2389
2492
|
.ab-EmptyContent {
|
|
2390
2493
|
position: absolute;
|
|
2391
2494
|
top: 0;
|
|
@@ -2394,56 +2497,66 @@
|
|
|
2394
2497
|
right: 0;
|
|
2395
2498
|
font-size: var(--ab-font-size-3);
|
|
2396
2499
|
text-align: center;
|
|
2397
|
-
padding: var(--ab-space-4);
|
|
2500
|
+
padding: var(--ab-space-4);
|
|
2501
|
+
}
|
|
2398
2502
|
.ab-EmptyContent p {
|
|
2399
|
-
|
|
2503
|
+
color: var(--ab-color-text-on-primary);
|
|
2504
|
+
}
|
|
2400
2505
|
.ab-EmptyContent__wrapper {
|
|
2401
2506
|
position: relative;
|
|
2402
2507
|
width: 100%;
|
|
2403
|
-
height: 100%;
|
|
2508
|
+
height: 100%;
|
|
2509
|
+
}
|
|
2404
2510
|
.ab-ErrorBox {
|
|
2405
2511
|
padding: var(--ab-cmp-error-box__padding);
|
|
2406
2512
|
border-radius: var(--ab-cmp-error-box__border-radius);
|
|
2407
2513
|
background: var(--ab-cmp-error-box__background);
|
|
2408
|
-
color: var(--ab-cmp-error-box__color);
|
|
2514
|
+
color: var(--ab-cmp-error-box__color);
|
|
2515
|
+
}
|
|
2409
2516
|
.ab-FieldWrap {
|
|
2410
2517
|
border: 1px solid var(--ab-color-inputborder);
|
|
2411
2518
|
color: 1px solid var(--ab-color-inputcolor);
|
|
2412
2519
|
border-radius: var(--ab-cmp-field-wrap__border-radius);
|
|
2413
2520
|
background: var(--ab-cmp-field-wrap__background);
|
|
2414
2521
|
overflow: hidden;
|
|
2415
|
-
fill: var(--ab-cmp-field-wrap__fill);
|
|
2522
|
+
fill: var(--ab-cmp-field-wrap__fill);
|
|
2523
|
+
}
|
|
2416
2524
|
.ab-FieldWrap:focus-within {
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
.ab-FieldWrap input,
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
box-shadow: none !important; }
|
|
2525
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2526
|
+
}
|
|
2527
|
+
.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
|
|
2528
|
+
border: none;
|
|
2529
|
+
flex: 1;
|
|
2530
|
+
}
|
|
2531
|
+
.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
|
|
2532
|
+
outline: none !important;
|
|
2533
|
+
box-shadow: none !important;
|
|
2534
|
+
}
|
|
2428
2535
|
.ab-FormLayout {
|
|
2429
2536
|
display: grid;
|
|
2430
|
-
align-items: center;
|
|
2537
|
+
align-items: center;
|
|
2538
|
+
}
|
|
2431
2539
|
.ab-FormLayout_column--label {
|
|
2432
|
-
text-align: end;
|
|
2540
|
+
text-align: end;
|
|
2541
|
+
}
|
|
2433
2542
|
.ab-HelpBlock {
|
|
2434
2543
|
padding: var(--ab-cmp-help-block__padding);
|
|
2435
2544
|
background: var(--ab-cmp-help-block__background);
|
|
2436
2545
|
border-radius: var(--ab-cmp-help-block__border-radius);
|
|
2437
|
-
color: var(--ab-cmp-help-block__color);
|
|
2546
|
+
color: var(--ab-cmp-help-block__color);
|
|
2547
|
+
}
|
|
2438
2548
|
.ab-CodeBlock {
|
|
2439
2549
|
padding: var(--ab-cmp-code-block__padding);
|
|
2440
2550
|
background: var(--ab-cmp-code-block__background);
|
|
2441
2551
|
border-radius: var(--ab-cmp-code-block__border-radius);
|
|
2442
|
-
color: var(--ab-cmp-code-block__color);
|
|
2552
|
+
color: var(--ab-cmp-code-block__color);
|
|
2553
|
+
}
|
|
2443
2554
|
input.ab-Input {
|
|
2444
|
-
background: var(--ab-cmp-input__background);
|
|
2555
|
+
background: var(--ab-cmp-input__background);
|
|
2556
|
+
}
|
|
2445
2557
|
input.ab-Input[disabled] {
|
|
2446
|
-
|
|
2558
|
+
background: var(--ab-cmp-input--disabled__background);
|
|
2559
|
+
}
|
|
2447
2560
|
.ab-Input {
|
|
2448
2561
|
position: relative;
|
|
2449
2562
|
padding: var(--ab-cmp-input__padding);
|
|
@@ -2457,31 +2570,39 @@ input.ab-Input[disabled] {
|
|
|
2457
2570
|
/* Firefox 19+ */
|
|
2458
2571
|
/* IE 10-11 */
|
|
2459
2572
|
/* Edge */
|
|
2460
|
-
/* MODERN BROWSER */
|
|
2573
|
+
/* MODERN BROWSER */
|
|
2574
|
+
}
|
|
2461
2575
|
.ab-Input:focus {
|
|
2462
|
-
|
|
2463
|
-
|
|
2576
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2577
|
+
outline: var(--ab-focus__outline);
|
|
2578
|
+
}
|
|
2464
2579
|
.ab-Input::-webkit-input-placeholder {
|
|
2465
|
-
|
|
2466
|
-
|
|
2580
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2581
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2582
|
+
}
|
|
2467
2583
|
.ab-Input:-moz-placeholder {
|
|
2468
|
-
|
|
2469
|
-
|
|
2584
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2585
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2586
|
+
}
|
|
2470
2587
|
.ab-Input::-moz-placeholder {
|
|
2471
|
-
|
|
2472
|
-
|
|
2588
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2589
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2590
|
+
}
|
|
2473
2591
|
.ab-Input:-ms-input-placeholder {
|
|
2474
|
-
|
|
2475
|
-
|
|
2592
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2593
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2594
|
+
}
|
|
2476
2595
|
.ab-Input::-ms-input-placeholder {
|
|
2477
|
-
|
|
2478
|
-
|
|
2596
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2597
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2598
|
+
}
|
|
2479
2599
|
.ab-Input::placeholder {
|
|
2480
|
-
|
|
2481
|
-
|
|
2600
|
+
color: var(--ab-cmp-input--placeholder__color);
|
|
2601
|
+
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2602
|
+
}
|
|
2482
2603
|
/* Spin Buttons modified */
|
|
2483
|
-
input[type=
|
|
2484
|
-
input[type=
|
|
2604
|
+
input[type=number].ab-Input::-webkit-outer-spin-button,
|
|
2605
|
+
input[type=number].ab-Input::-webkit-inner-spin-button {
|
|
2485
2606
|
-webkit-appearance: none;
|
|
2486
2607
|
width: 1em;
|
|
2487
2608
|
opacity: 0;
|
|
@@ -2489,15 +2610,18 @@ input[type='number'].ab-Input::-webkit-inner-spin-button {
|
|
|
2489
2610
|
top: 0;
|
|
2490
2611
|
right: 0;
|
|
2491
2612
|
bottom: 0;
|
|
2492
|
-
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="4 0 18 18" version="1.1"><path fill="%23656565" d="M7 10l5 5 5-5z" transform="translate(0, 2)"/><path fill="%23656565" d="M7 14l5-5 5 5z" transform="translate(0, -6)"/></svg>') no-repeat center center;
|
|
2493
|
-
|
|
2494
|
-
input[type=
|
|
2495
|
-
input[type=
|
|
2496
|
-
|
|
2613
|
+
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="4 0 18 18" version="1.1"><path fill="%23656565" d="M7 10l5 5 5-5z" transform="translate(0, 2)"/><path fill="%23656565" d="M7 14l5-5 5 5z" transform="translate(0, -6)"/></svg>') no-repeat center center;
|
|
2614
|
+
}
|
|
2615
|
+
input[type=number].ab-Input:focus::-webkit-inner-spin-button, input[type=number].ab-Input:focus::-webkit-inner-spin-button:active,
|
|
2616
|
+
input[type=number].ab-Input:hover::-webkit-inner-spin-button,
|
|
2617
|
+
input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
2618
|
+
opacity: 1;
|
|
2619
|
+
}
|
|
2497
2620
|
.ab-ListGroup {
|
|
2498
2621
|
display: flex;
|
|
2499
2622
|
flex-flow: column;
|
|
2500
|
-
align-items: flex-start;
|
|
2623
|
+
align-items: flex-start;
|
|
2624
|
+
}
|
|
2501
2625
|
:root {
|
|
2502
2626
|
--ab-cmp-listgroupitem__width: 100%;
|
|
2503
2627
|
--ab-cmp-listgroupitem__background: var(--ab-color-primary);
|
|
@@ -2506,7 +2630,8 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2506
2630
|
--ab-cmp-listgroupitem--odd__background: var(--ab-color-primarylight);
|
|
2507
2631
|
--ab-cmp-listgroupitem--odd__color: var(--ab-color-text-on-primary);
|
|
2508
2632
|
--ab-cmp-listgroupitem--active__background: var(--ab-color-secondarylight);
|
|
2509
|
-
--ab-cmp-listgroupitem--active__color: var(--ab-color-text-on-secondarylight);
|
|
2633
|
+
--ab-cmp-listgroupitem--active__color: var(--ab-color-text-on-secondarylight);
|
|
2634
|
+
}
|
|
2510
2635
|
.ab-Modal {
|
|
2511
2636
|
position: fixed;
|
|
2512
2637
|
top: 0;
|
|
@@ -2514,9 +2639,11 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2514
2639
|
right: 0;
|
|
2515
2640
|
bottom: 0;
|
|
2516
2641
|
z-index: 1000;
|
|
2517
|
-
font-family: var(--ab__font-family);
|
|
2642
|
+
font-family: var(--ab__font-family);
|
|
2643
|
+
}
|
|
2518
2644
|
.ab-Modal.ab-Modal--resizable-and-movable {
|
|
2519
|
-
position: relative;
|
|
2645
|
+
position: relative;
|
|
2646
|
+
}
|
|
2520
2647
|
.ab-Modal-backdrop {
|
|
2521
2648
|
background: var(--ab-cmp-modal-backdrop__background);
|
|
2522
2649
|
z-index: 900;
|
|
@@ -2524,118 +2651,146 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2524
2651
|
left: 0;
|
|
2525
2652
|
right: 0;
|
|
2526
2653
|
top: 0;
|
|
2527
|
-
bottom: 0;
|
|
2654
|
+
bottom: 0;
|
|
2655
|
+
}
|
|
2528
2656
|
.ab-Tabs {
|
|
2529
2657
|
display: flex;
|
|
2530
|
-
flex-direction: column;
|
|
2531
|
-
|
|
2658
|
+
flex-direction: column;
|
|
2659
|
+
}
|
|
2660
|
+
.ab-Tabs[data-selected-index="0"] .ab-Tabs__Filler:first-child,
|
|
2532
2661
|
.ab-Tabs__Tab--before-active {
|
|
2533
|
-
border-bottom-right-radius: var(--ab__border-radius);
|
|
2662
|
+
border-bottom-right-radius: var(--ab__border-radius);
|
|
2663
|
+
}
|
|
2534
2664
|
.ab-Tabs__Strip {
|
|
2535
2665
|
z-index: 10;
|
|
2536
|
-
overflow: visible;
|
|
2666
|
+
overflow: visible;
|
|
2667
|
+
}
|
|
2537
2668
|
.ab-Tabs__Tab {
|
|
2538
2669
|
cursor: pointer;
|
|
2539
|
-
background: var(--ab-cmp-tabs-strip__background);
|
|
2670
|
+
background: var(--ab-cmp-tabs-strip__background);
|
|
2671
|
+
}
|
|
2540
2672
|
.ab-Tabs__Tab:focus {
|
|
2541
|
-
|
|
2673
|
+
outline: none;
|
|
2674
|
+
}
|
|
2542
2675
|
.ab-Tabs__Tab:focus:after {
|
|
2543
|
-
|
|
2676
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2677
|
+
}
|
|
2544
2678
|
.ab-Tabs__Filler {
|
|
2545
|
-
background: var(--ab-cmp-tabs-strip__background);
|
|
2679
|
+
background: var(--ab-cmp-tabs-strip__background);
|
|
2680
|
+
}
|
|
2546
2681
|
.ab-Tabs__Tab--active + .ab-Tabs__Filler,
|
|
2547
2682
|
.ab-Tabs__Tab--active + .ab-Tabs__Tab {
|
|
2548
|
-
border-bottom-left-radius: var(--ab__border-radius);
|
|
2683
|
+
border-bottom-left-radius: var(--ab__border-radius);
|
|
2684
|
+
}
|
|
2549
2685
|
.ab-Tabs__Tab--active {
|
|
2550
2686
|
position: relative;
|
|
2551
|
-
z-index: 30;
|
|
2687
|
+
z-index: 30;
|
|
2688
|
+
}
|
|
2552
2689
|
.ab-Tabs__Tab--active:after {
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2690
|
+
content: "";
|
|
2691
|
+
pointer-events: none;
|
|
2692
|
+
position: absolute;
|
|
2693
|
+
top: 0;
|
|
2694
|
+
bottom: 5px;
|
|
2695
|
+
right: 0;
|
|
2696
|
+
left: 0;
|
|
2697
|
+
z-index: -2;
|
|
2698
|
+
border-top-left-radius: var(--ab__border-radius);
|
|
2699
|
+
border-top-right-radius: var(--ab__border-radius);
|
|
2700
|
+
}
|
|
2563
2701
|
.ab-Tabs__Tab--active:before {
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2702
|
+
content: "";
|
|
2703
|
+
position: absolute;
|
|
2704
|
+
pointer-events: none;
|
|
2705
|
+
border-top-left-radius: var(--ab__border-radius);
|
|
2706
|
+
border-top-right-radius: var(--ab__border-radius);
|
|
2707
|
+
z-index: -1;
|
|
2708
|
+
left: 0;
|
|
2709
|
+
top: 0;
|
|
2710
|
+
width: 100%;
|
|
2711
|
+
height: 100%;
|
|
2712
|
+
background: var(--ab-cmp-tabs-active__background);
|
|
2713
|
+
}
|
|
2575
2714
|
.ab-Tabs__Strip {
|
|
2576
|
-
background: var(--ab-cmp-tabs-active__background);
|
|
2715
|
+
background: var(--ab-cmp-tabs-active__background);
|
|
2716
|
+
}
|
|
2577
2717
|
.ab-Tabs__Body {
|
|
2578
2718
|
background: var(--ab-cmp-tabs-active__background);
|
|
2579
2719
|
border-radius: var(--ab__border-radius);
|
|
2580
2720
|
flex: 1;
|
|
2581
2721
|
overflow: auto;
|
|
2582
2722
|
display: flex;
|
|
2583
|
-
flex-flow: column;
|
|
2584
|
-
|
|
2585
|
-
|
|
2723
|
+
flex-flow: column;
|
|
2724
|
+
}
|
|
2725
|
+
.ab-Tabs[data-selected-index="0"] .ab-Tabs__Body {
|
|
2726
|
+
border-top-left-radius: 0;
|
|
2727
|
+
}
|
|
2586
2728
|
.ab-Panel {
|
|
2587
2729
|
display: flex;
|
|
2588
2730
|
flex-flow: column;
|
|
2589
2731
|
max-height: var(--ab-cmp-panel__max-height);
|
|
2590
2732
|
overflow: auto;
|
|
2591
|
-
font-size: var(--ab-cmp-panel__font-size);
|
|
2733
|
+
font-size: var(--ab-cmp-panel__font-size);
|
|
2734
|
+
}
|
|
2592
2735
|
.ab-Panel .glyphicon {
|
|
2593
|
-
|
|
2594
|
-
|
|
2736
|
+
-webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
|
|
2737
|
+
fill: var(--ab-cmp-panel-icon__fill);
|
|
2738
|
+
}
|
|
2595
2739
|
.ab-Panel--variant-modern {
|
|
2596
|
-
|
|
2740
|
+
--ab-cmp-panel__border-radius: var(--ab-space-1);
|
|
2741
|
+
}
|
|
2597
2742
|
.ab-Panel__header {
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2743
|
+
flex: none;
|
|
2744
|
+
background: var(--ab-cmp-panel_header__background);
|
|
2745
|
+
color: var(--ab-cmp-panel_header__color);
|
|
2746
|
+
font-size: var(--ab-cmp-panel_header__font-size);
|
|
2747
|
+
padding: var(--ab-cmp-panel_header__padding);
|
|
2748
|
+
border-top-left-radius: var(--ab-cmp-panel__border-radius);
|
|
2749
|
+
border-top-right-radius: var(--ab-cmp-panel__border-radius);
|
|
2750
|
+
border: var(--ab-cmp-panel__border);
|
|
2751
|
+
}
|
|
2606
2752
|
.ab-Panel__header--variant-primary {
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2753
|
+
background: var(--ab-cmp-panel_header--variant-primary__background);
|
|
2754
|
+
color: var(--ab-cmp-panel_header--variant-primary__color);
|
|
2755
|
+
fill: currentColor;
|
|
2756
|
+
}
|
|
2610
2757
|
.ab-Panel__header--variant-modern {
|
|
2611
|
-
|
|
2612
|
-
|
|
2758
|
+
border: none;
|
|
2759
|
+
background: var(--ab-cmp-panel_header--variant-modern__background);
|
|
2760
|
+
}
|
|
2613
2761
|
.ab-Panel__body {
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2762
|
+
position: relative;
|
|
2763
|
+
padding: var(--ab-cmp-panel__padding);
|
|
2764
|
+
border: var(--ab-cmp-panel__border);
|
|
2765
|
+
background: var(--ab-cmp-panel_body__background);
|
|
2766
|
+
color: var(--ab-cmp-panel_body__color);
|
|
2767
|
+
flex: 1;
|
|
2768
|
+
border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
|
|
2769
|
+
border-bottom-right-radius: var(--ab-cmp-panel__border-radius);
|
|
2770
|
+
}
|
|
2622
2771
|
.ab-Panel__body--scroll-auto {
|
|
2623
|
-
|
|
2772
|
+
overflow: auto;
|
|
2773
|
+
}
|
|
2624
2774
|
.ab-Panel__body--variant-modern {
|
|
2625
|
-
|
|
2626
|
-
|
|
2775
|
+
border: none;
|
|
2776
|
+
background: var(--ab-cmp-panel_body--variant-modern__background);
|
|
2777
|
+
}
|
|
2627
2778
|
.ab-Panel--with-header > .ab-Panel__body {
|
|
2628
|
-
|
|
2779
|
+
border-top: none;
|
|
2780
|
+
}
|
|
2629
2781
|
.ab-Panel--no-header > .ab-Panel__body {
|
|
2630
|
-
|
|
2631
|
-
|
|
2782
|
+
border-top-left-radius: var(--ab-cmp-panel__border-radius);
|
|
2783
|
+
border-top-right-radius: var(--ab-cmp-panel__border-radius);
|
|
2784
|
+
}
|
|
2632
2785
|
.ab-SimpleButton {
|
|
2633
2786
|
padding: var(--ab-cmp-simple-button__padding);
|
|
2634
2787
|
font-family: var(--ab-cmp-simple-button__font-family);
|
|
2635
|
-
font-size: var(--ab-cmp-simple-button__font-size);
|
|
2788
|
+
font-size: var(--ab-cmp-simple-button__font-size);
|
|
2789
|
+
}
|
|
2636
2790
|
.ab-SimpleButton:focus {
|
|
2637
|
-
|
|
2638
|
-
|
|
2791
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2792
|
+
outline: var(--ab-focus__outline);
|
|
2793
|
+
}
|
|
2639
2794
|
.ab-SimpleButton.ab-SimpleButton {
|
|
2640
2795
|
vertical-align: middle;
|
|
2641
2796
|
border-radius: var(--ab-cmp-simple-button__border-radius);
|
|
@@ -2646,105 +2801,144 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2646
2801
|
flex-flow: row;
|
|
2647
2802
|
flex: none;
|
|
2648
2803
|
align-items: center;
|
|
2649
|
-
fill: currentColor;
|
|
2804
|
+
fill: currentColor;
|
|
2805
|
+
}
|
|
2650
2806
|
.ab-SimpleButton.ab-SimpleButton > * {
|
|
2651
|
-
|
|
2807
|
+
z-index: 1;
|
|
2808
|
+
}
|
|
2652
2809
|
.ab-SimpleButton.ab-SimpleButton svg {
|
|
2653
|
-
|
|
2810
|
+
vertical-align: middle;
|
|
2811
|
+
}
|
|
2654
2812
|
.ab-SimpleButton.ab-SimpleButton--tone-neutral {
|
|
2655
|
-
|
|
2813
|
+
color: var(--ab-color-text-on-primary);
|
|
2814
|
+
}
|
|
2656
2815
|
.ab-SimpleButton.ab-SimpleButton--tone-none {
|
|
2657
|
-
|
|
2816
|
+
color: inherit;
|
|
2817
|
+
}
|
|
2658
2818
|
.ab-SimpleButton.ab-SimpleButton--tone-success {
|
|
2659
|
-
|
|
2819
|
+
color: var(--ab-color-success);
|
|
2820
|
+
}
|
|
2660
2821
|
.ab-SimpleButton.ab-SimpleButton--tone-accent {
|
|
2661
|
-
|
|
2822
|
+
color: var(--ab-color-text-on-secondary);
|
|
2823
|
+
}
|
|
2662
2824
|
.ab-SimpleButton.ab-SimpleButton--tone-error {
|
|
2663
|
-
|
|
2825
|
+
color: var(--ab-color-error);
|
|
2826
|
+
}
|
|
2664
2827
|
.ab-SimpleButton.ab-SimpleButton--tone-warning {
|
|
2665
|
-
|
|
2828
|
+
color: var(--ab-color-warn);
|
|
2829
|
+
}
|
|
2666
2830
|
.ab-SimpleButton.ab-SimpleButton--tone-info {
|
|
2667
|
-
|
|
2831
|
+
color: var(--ab-color-info);
|
|
2832
|
+
}
|
|
2668
2833
|
.ab-SimpleButton.ab-SimpleButton--disabled {
|
|
2669
|
-
|
|
2834
|
+
opacity: 0.5;
|
|
2835
|
+
}
|
|
2670
2836
|
.ab-SimpleButton.ab-SimpleButton:before {
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2837
|
+
content: "";
|
|
2838
|
+
position: absolute;
|
|
2839
|
+
display: block;
|
|
2840
|
+
left: 0;
|
|
2841
|
+
right: 0;
|
|
2842
|
+
top: 0;
|
|
2843
|
+
bottom: 0;
|
|
2844
|
+
pointer-events: none;
|
|
2845
|
+
z-index: 0;
|
|
2846
|
+
border-radius: inherit;
|
|
2847
|
+
}
|
|
2681
2848
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
|
|
2682
|
-
|
|
2849
|
+
transition: opacity 0.2s;
|
|
2850
|
+
}
|
|
2683
2851
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2852
|
+
content: "";
|
|
2853
|
+
opacity: 0;
|
|
2854
|
+
transition: opacity 0.2s;
|
|
2855
|
+
}
|
|
2687
2856
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
|
|
2688
|
-
|
|
2857
|
+
cursor: pointer;
|
|
2858
|
+
}
|
|
2689
2859
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
|
|
2690
|
-
|
|
2691
|
-
|
|
2860
|
+
opacity: 0.15;
|
|
2861
|
+
background-color: currentColor;
|
|
2862
|
+
}
|
|
2692
2863
|
.ab-SimpleButton.ab-SimpleButton--variant-text {
|
|
2693
|
-
|
|
2864
|
+
background: transparent;
|
|
2865
|
+
}
|
|
2694
2866
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined {
|
|
2695
|
-
|
|
2696
|
-
|
|
2867
|
+
background: var(--ab-cmp-simple-button--outlined__background);
|
|
2868
|
+
border: var(--ab-cmp-simple-button--outlined__border);
|
|
2869
|
+
}
|
|
2697
2870
|
.ab-SimpleButton.ab-SimpleButton--variant-raised {
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2871
|
+
color: var(--ab-color-text-on-primary);
|
|
2872
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
2873
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2874
|
+
}
|
|
2701
2875
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
|
|
2702
|
-
|
|
2876
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2877
|
+
}
|
|
2703
2878
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
|
|
2704
|
-
|
|
2879
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
2880
|
+
}
|
|
2705
2881
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
|
|
2706
|
-
|
|
2882
|
+
cursor: pointer;
|
|
2883
|
+
}
|
|
2707
2884
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
|
|
2708
|
-
|
|
2709
|
-
|
|
2885
|
+
background: var(--ab-color-success);
|
|
2886
|
+
color: var(--ab-color-text-on-success);
|
|
2887
|
+
}
|
|
2710
2888
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
|
|
2711
|
-
|
|
2889
|
+
opacity: 1;
|
|
2890
|
+
}
|
|
2712
2891
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
|
|
2713
|
-
|
|
2714
|
-
|
|
2892
|
+
background: var(--ab-color-secondary);
|
|
2893
|
+
color: var(--ab-color-text-on-secondary);
|
|
2894
|
+
}
|
|
2715
2895
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
|
|
2716
|
-
|
|
2896
|
+
opacity: 1;
|
|
2897
|
+
}
|
|
2717
2898
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
|
|
2718
|
-
|
|
2899
|
+
background: transparent;
|
|
2900
|
+
}
|
|
2719
2901
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
|
|
2720
|
-
|
|
2902
|
+
opacity: 1;
|
|
2903
|
+
}
|
|
2721
2904
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
|
|
2722
|
-
|
|
2723
|
-
|
|
2905
|
+
background: var(--ab-color-primary);
|
|
2906
|
+
color: var(--ab-color-text-on-primary);
|
|
2907
|
+
}
|
|
2724
2908
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
|
|
2725
|
-
|
|
2909
|
+
opacity: 1;
|
|
2910
|
+
}
|
|
2726
2911
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
|
|
2727
|
-
|
|
2728
|
-
|
|
2912
|
+
background: var(--ab-color-error);
|
|
2913
|
+
color: var(--ab-color-text-on-error);
|
|
2914
|
+
}
|
|
2729
2915
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
|
|
2730
|
-
|
|
2916
|
+
opacity: 1;
|
|
2917
|
+
}
|
|
2731
2918
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
|
|
2732
|
-
|
|
2733
|
-
|
|
2919
|
+
background: var(--ab-color-warn);
|
|
2920
|
+
color: var(--ab-color-text-on-warn);
|
|
2921
|
+
}
|
|
2734
2922
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
|
|
2735
|
-
|
|
2923
|
+
opacity: 1;
|
|
2924
|
+
}
|
|
2736
2925
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
|
|
2737
|
-
|
|
2738
|
-
|
|
2926
|
+
background: var(--ab-color-info);
|
|
2927
|
+
color: var(--ab-color-text-on-info);
|
|
2928
|
+
}
|
|
2739
2929
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
|
|
2740
|
-
|
|
2930
|
+
opacity: 1;
|
|
2931
|
+
}
|
|
2741
2932
|
.ab-SimpleButton.ab-SimpleButton--font-weight\=normal {
|
|
2742
|
-
font-weight: normal;
|
|
2933
|
+
font-weight: normal;
|
|
2934
|
+
}
|
|
2743
2935
|
.ab-SimpleButton.ab-SimpleButton--font-weight\=bold,
|
|
2744
2936
|
.ab-SimpleButton.ab-SimpleButton--font-weight\=700 {
|
|
2745
|
-
font-weight: 700;
|
|
2937
|
+
font-weight: 700;
|
|
2938
|
+
}
|
|
2746
2939
|
.ab-SimpleButton.ab-SimpleButton--font-weight\=bolder {
|
|
2747
|
-
font-weight: 800;
|
|
2940
|
+
font-weight: 800;
|
|
2941
|
+
}
|
|
2748
2942
|
.ab-Textarea {
|
|
2749
2943
|
padding: var(--ab-cmp-textarea__padding);
|
|
2750
2944
|
border-radius: var(--ab-cmp-textarea__border-radius);
|
|
@@ -2752,31 +2946,36 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2752
2946
|
color: var(--ab-cmp-textarea__color);
|
|
2753
2947
|
font-family: var(--ab-cmp-textarea__font-family);
|
|
2754
2948
|
font-size: var(--ab-cmp-textarea__font-size);
|
|
2755
|
-
background: var(--ab-cmp-textarea__background);
|
|
2949
|
+
background: var(--ab-cmp-textarea__background);
|
|
2950
|
+
}
|
|
2756
2951
|
.ab-Textarea[disabled] {
|
|
2757
|
-
|
|
2952
|
+
background: var(--ab-cmp-textarea--disabled__background);
|
|
2953
|
+
}
|
|
2758
2954
|
.ab-Textarea:focus {
|
|
2759
|
-
|
|
2760
|
-
|
|
2955
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
2956
|
+
outline: var(--ab-focus__outline);
|
|
2957
|
+
}
|
|
2761
2958
|
.ab-Tooltip {
|
|
2762
2959
|
pointer-events: none;
|
|
2763
2960
|
padding: var(--ab-space-1) var(--ab-space-2);
|
|
2764
|
-
box-shadow: 2px 2px 10px
|
|
2961
|
+
box-shadow: 2px 2px 10px hsla(0deg, 0%, 0%, 0.1);
|
|
2765
2962
|
white-space: nowrap;
|
|
2766
2963
|
font-size: var(--ab-cmp-tooltip__font-size);
|
|
2767
|
-
color: var(--ab-cmp-tooltip__color);
|
|
2964
|
+
color: var(--ab-cmp-tooltip__color);
|
|
2965
|
+
}
|
|
2768
2966
|
.ab-Tooltip:before {
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2967
|
+
border: var(--ab-cmp-tooltip__border);
|
|
2968
|
+
content: "";
|
|
2969
|
+
position: absolute;
|
|
2970
|
+
border-radius: var(--ab__border-radius);
|
|
2971
|
+
width: 100%;
|
|
2972
|
+
height: 100%;
|
|
2973
|
+
left: 0;
|
|
2974
|
+
top: 0;
|
|
2975
|
+
opacity: var(--ab-cmp-tooltip__opacity);
|
|
2976
|
+
background: var(--ab-cmp-tooltip__background);
|
|
2977
|
+
z-index: -1;
|
|
2978
|
+
}
|
|
2780
2979
|
.ab-FileDroppable {
|
|
2781
2980
|
align-items: center;
|
|
2782
2981
|
justify-content: center;
|
|
@@ -2786,250 +2985,312 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2786
2985
|
transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, outline-offset 0.15s ease-in-out, background-color 0.15s linear;
|
|
2787
2986
|
outline: var(--ab-cmp-file-droppable__outline);
|
|
2788
2987
|
outline-offset: var(--ab-cmp-file-droppable__outline-offset);
|
|
2789
|
-
background: var(--ab-cmp-file-droppable__background);
|
|
2988
|
+
background: var(--ab-cmp-file-droppable__background);
|
|
2989
|
+
}
|
|
2790
2990
|
.ab-FileDroppable,
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2991
|
+
.ab-FileDroppable input,
|
|
2992
|
+
.ab-FileDroppable button,
|
|
2993
|
+
.ab-FileDroppable .ab-SimpleButton {
|
|
2994
|
+
transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, outline-offset 0.15s ease-in-out, background-color 0.15s linear;
|
|
2995
|
+
fill: currentColor;
|
|
2996
|
+
}
|
|
2796
2997
|
.ab-FileDroppable,
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2998
|
+
.ab-FileDroppable input,
|
|
2999
|
+
.ab-FileDroppable button {
|
|
3000
|
+
color: var(--ab-cmp-file-droppable__color);
|
|
3001
|
+
}
|
|
2800
3002
|
.ab-FileDroppable.ab-FileDroppable--drag-over {
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
3003
|
+
outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
|
|
3004
|
+
outline: var(--ab-cmp-file-droppable--drag-over__outline);
|
|
3005
|
+
background: var(--ab-cmp-file-droppable--drag-over__background);
|
|
3006
|
+
color: var(--ab-cmp-file-droppable--drag-over__color);
|
|
3007
|
+
}
|
|
2805
3008
|
.ab-FileDroppable.ab-FileDroppable--drag-over * {
|
|
2806
|
-
|
|
3009
|
+
pointer-events: none;
|
|
3010
|
+
}
|
|
2807
3011
|
.ab-FileDroppable,
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
3012
|
+
.ab-FileDroppable *,
|
|
3013
|
+
.ab-FileDroppable *:before,
|
|
3014
|
+
.ab-FileDroppable *:after {
|
|
3015
|
+
box-sizing: border-box;
|
|
3016
|
+
}
|
|
2812
3017
|
.ab-WizardPanel > .ab-Panel__body {
|
|
2813
3018
|
display: flex;
|
|
2814
|
-
flex-flow: column;
|
|
3019
|
+
flex-flow: column;
|
|
3020
|
+
}
|
|
2815
3021
|
.ab-Dashboard {
|
|
2816
3022
|
z-index: 1000;
|
|
2817
3023
|
user-select: none;
|
|
2818
3024
|
background: var(--ab-dashboard-gap__background);
|
|
2819
3025
|
color: var(--ab-dashboard__color);
|
|
2820
|
-
font-family: var(--ab-dashboard__font-family);
|
|
3026
|
+
font-family: var(--ab-dashboard__font-family);
|
|
3027
|
+
}
|
|
2821
3028
|
.ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
|
|
2822
|
-
|
|
3029
|
+
display: flex;
|
|
3030
|
+
}
|
|
2823
3031
|
.ab-Dashboard__header {
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
3032
|
+
display: flex;
|
|
3033
|
+
align-items: stretch;
|
|
3034
|
+
background: var(--ab-dashboard-header__background);
|
|
3035
|
+
color: var(--ab-dashboard-header__color);
|
|
3036
|
+
height: 40px;
|
|
3037
|
+
padding: 0 var(--ab-space-2);
|
|
3038
|
+
}
|
|
2830
3039
|
.ab-Dashboard__header-left, .ab-Dashboard__header-right {
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
3040
|
+
display: flex;
|
|
3041
|
+
align-items: center;
|
|
3042
|
+
flex: 1;
|
|
3043
|
+
}
|
|
2834
3044
|
.ab-Dashboard__header-left {
|
|
2835
|
-
|
|
3045
|
+
justify-content: flex-start;
|
|
3046
|
+
}
|
|
2836
3047
|
.ab-Dashboard__header-right {
|
|
2837
|
-
|
|
3048
|
+
justify-content: flex-end;
|
|
3049
|
+
}
|
|
2838
3050
|
.ab-Dashboard__title {
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
3051
|
+
display: flex;
|
|
3052
|
+
align-items: center;
|
|
3053
|
+
padding: 0 var(--ab-space-3);
|
|
3054
|
+
font-weight: bold;
|
|
3055
|
+
font-size: var(--ab-font-size-4);
|
|
3056
|
+
}
|
|
2844
3057
|
.ab-Dashboard__tabs {
|
|
2845
|
-
|
|
2846
|
-
|
|
3058
|
+
align-self: flex-end;
|
|
3059
|
+
margin-left: var(--ab-space-2);
|
|
3060
|
+
}
|
|
2847
3061
|
.ab-Dashboard__tab {
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
3062
|
+
border: none;
|
|
3063
|
+
outline: none;
|
|
3064
|
+
cursor: pointer;
|
|
3065
|
+
font-size: var(--ab-font-size-3);
|
|
3066
|
+
border-radius: var(--ab__border-radius) var(--ab__border-radius) 0 0;
|
|
3067
|
+
padding: 8px 12px 12px 12px;
|
|
3068
|
+
color: var(--ab-dashboard-header__color);
|
|
3069
|
+
background: var(--ab-dashboard-header__background);
|
|
3070
|
+
}
|
|
2856
3071
|
.ab-Dashboard__tab--active {
|
|
2857
|
-
|
|
2858
|
-
|
|
3072
|
+
color: var(--ab-dashboard__color);
|
|
3073
|
+
background: var(--ab-dashboard__background);
|
|
3074
|
+
}
|
|
2859
3075
|
.ab-Dashboard__content {
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
3076
|
+
display: flex;
|
|
3077
|
+
grid-gap: var(--ab-dashboard-gap-size);
|
|
3078
|
+
flex-flow: var(--ab-dashboard-wrap);
|
|
3079
|
+
align-items: stretch;
|
|
3080
|
+
flex: 1;
|
|
3081
|
+
overflow-x: auto;
|
|
3082
|
+
padding: var(--ab-dashboard-gap-size);
|
|
3083
|
+
}
|
|
2867
3084
|
.ab-Dashboard__container {
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
3085
|
+
display: flex;
|
|
3086
|
+
flex-shrink: 0;
|
|
3087
|
+
background: var(--ab-dashboard__background);
|
|
3088
|
+
}
|
|
2871
3089
|
.ab-Dashboard__content-buttons {
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
3090
|
+
display: flex;
|
|
3091
|
+
flex-direction: column;
|
|
3092
|
+
align-self: stretch;
|
|
3093
|
+
padding: var(--ab-space-2);
|
|
3094
|
+
border-left: 1px solid var(--ab-dashboard__border);
|
|
3095
|
+
}
|
|
2877
3096
|
.ab-Dashboard__toolbar {
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
3097
|
+
display: flex;
|
|
3098
|
+
flex-direction: column;
|
|
3099
|
+
justify-content: space-between;
|
|
3100
|
+
font-size: var(--ab-font-size-3);
|
|
3101
|
+
}
|
|
2882
3102
|
.ab-Dashboard__toolbar-content {
|
|
2883
|
-
|
|
2884
|
-
|
|
3103
|
+
padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
|
|
3104
|
+
display: flex;
|
|
3105
|
+
}
|
|
2885
3106
|
.ab-Dashboard__toolbar-title {
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
3107
|
+
display: flex;
|
|
3108
|
+
align-items: center;
|
|
3109
|
+
justify-content: center;
|
|
3110
|
+
font-size: var(--ab-font-size-2);
|
|
3111
|
+
padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
|
|
3112
|
+
opacity: 0.7;
|
|
3113
|
+
}
|
|
2892
3114
|
.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
3115
|
+
color: var(--ab-dashboard-header__color);
|
|
3116
|
+
background: var(--ab-dashboard-header__background);
|
|
3117
|
+
padding-top: var(--ab-dashboard-gap-size);
|
|
3118
|
+
padding-bottom: var(--ab-dashboard-gap-size);
|
|
3119
|
+
}
|
|
2897
3120
|
.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
|
|
2898
|
-
|
|
3121
|
+
opacity: 1;
|
|
3122
|
+
}
|
|
2899
3123
|
.ab-Dashboard .ab-Input {
|
|
2900
|
-
|
|
3124
|
+
border: none;
|
|
3125
|
+
}
|
|
2901
3126
|
.ab-Dashboard .ab-DashboardToolbar__Export__wrap {
|
|
2902
|
-
|
|
3127
|
+
white-space: nowrap;
|
|
3128
|
+
}
|
|
2903
3129
|
.ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
|
|
2904
|
-
|
|
3130
|
+
padding: var(--ab-space-1);
|
|
3131
|
+
}
|
|
2905
3132
|
.ab-Dashboard .ab-StateManagement__Clear-Button,
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
3133
|
+
.ab-Dashboard .ab-StateManagement__Load-Button,
|
|
3134
|
+
.ab-Dashboard .ab-StateManagement__Export-Dropdown {
|
|
3135
|
+
margin-left: var(--ab-space-1);
|
|
3136
|
+
}
|
|
2909
3137
|
.ab-GridList {
|
|
2910
|
-
--at-grid__background: transparent;
|
|
3138
|
+
--at-grid__background: transparent;
|
|
3139
|
+
}
|
|
2911
3140
|
.ab-GridList .AT-GridCell_content,
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
3141
|
+
.ab-GridList .ab-ListGroupItem,
|
|
3142
|
+
.ab-GridList .AT-GridColumnCell {
|
|
3143
|
+
width: 100%;
|
|
3144
|
+
}
|
|
2915
3145
|
.ab-GridList .AT-GridHeader {
|
|
2916
|
-
|
|
3146
|
+
display: none;
|
|
3147
|
+
}
|
|
2917
3148
|
.ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
|
|
2918
|
-
|
|
2919
|
-
|
|
3149
|
+
padding-left: 0;
|
|
3150
|
+
padding-right: 0;
|
|
3151
|
+
}
|
|
2920
3152
|
.ab-GridList .AT-GridRow--odd {
|
|
2921
3153
|
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
2922
|
-
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3154
|
+
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3155
|
+
}
|
|
2923
3156
|
.ab-GridList .AT-GridRow--even {
|
|
2924
3157
|
background: var(--ab-cmp-listgroupitem__background);
|
|
2925
|
-
color: var(--ab-cmp-listgroupitem__color);
|
|
3158
|
+
color: var(--ab-cmp-listgroupitem__color);
|
|
3159
|
+
}
|
|
2926
3160
|
.ab-GridList .ab-ListGroupItem {
|
|
2927
3161
|
--ab-cmp-listgroupitem__background: transparent;
|
|
2928
|
-
--ab-cmp-listgroupitem--odd__background: transparent;
|
|
3162
|
+
--ab-cmp-listgroupitem--odd__background: transparent;
|
|
3163
|
+
}
|
|
2929
3164
|
:root {
|
|
2930
3165
|
--rdp-cell-size: var(--ab-cmp-datepicker__cell-size);
|
|
2931
3166
|
--rdp-accent-color: var(--ab-cmp-datepicker__selected-color);
|
|
2932
3167
|
--rdp-background-color: var(--ab-cmp-datepicker__hover-color);
|
|
2933
|
-
--rdp-outline: 2px solid var(--ab-cmp-datepicker__selected-color);
|
|
3168
|
+
--rdp-outline: 2px solid var(--ab-cmp-datepicker__selected-color);
|
|
3169
|
+
}
|
|
2934
3170
|
.ab-Datepicker-Overlay {
|
|
2935
3171
|
border: var(--ab-cmp-datepicker__border);
|
|
2936
3172
|
background: var(--ab-cmp-datepicker__background);
|
|
2937
3173
|
z-index: 1000;
|
|
2938
3174
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2939
3175
|
outline: var(--ab-focus__outline);
|
|
2940
|
-
border-radius: var(--ab__border-radius);
|
|
3176
|
+
border-radius: var(--ab__border-radius);
|
|
3177
|
+
}
|
|
2941
3178
|
.ab-Datepicker-Overlay .rdp {
|
|
2942
|
-
|
|
2943
|
-
|
|
3179
|
+
font-size: var(--ab-cmp-datepicker__font-size);
|
|
3180
|
+
font-family: var(--ab-cmp-datepicker__font-family);
|
|
3181
|
+
}
|
|
2944
3182
|
.ab-Datepicker-Overlay .rdp .rdp-weeknumber,
|
|
2945
|
-
|
|
2946
|
-
|
|
3183
|
+
.ab-Datepicker-Overlay .rdp .rdp-day {
|
|
3184
|
+
border-radius: var(--ab-cmp-datepicker__day-border-radius);
|
|
3185
|
+
}
|
|
2947
3186
|
.ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
3187
|
+
.ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
|
|
3188
|
+
.ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
|
|
3189
|
+
.ab-Datepicker-Overlay .rdp .rdp-day_selected:hover:not([disabled]) {
|
|
3190
|
+
color: var(--ab-cmp-datepicker__selected-text-color);
|
|
3191
|
+
border-radius: var(--ab-cmp-datepicker__selected-border-radius);
|
|
3192
|
+
}
|
|
2953
3193
|
.ab-Datepicker-Overlay .rdp .rdp-caption_label {
|
|
2954
|
-
|
|
3194
|
+
font-size: 120%;
|
|
3195
|
+
}
|
|
2955
3196
|
.ab-Datepicker-Overlay .rdp .rdp-nav_button {
|
|
2956
|
-
|
|
3197
|
+
color: var(--ab-color-text-on-primary);
|
|
3198
|
+
}
|
|
2957
3199
|
.ab-Datepicker-Overlay .rdp .rdp-table {
|
|
2958
|
-
|
|
2959
|
-
|
|
3200
|
+
width: 100%;
|
|
3201
|
+
max-width: none;
|
|
3202
|
+
}
|
|
2960
3203
|
.ab-Datepicker-Overlay .rdp .rdp-day_outside {
|
|
2961
|
-
|
|
3204
|
+
opacity: 0.4;
|
|
3205
|
+
}
|
|
2962
3206
|
.ab-Datepicker-Overlay .rdp .rdp-day_today {
|
|
2963
|
-
|
|
3207
|
+
border: var(--rdp-outline);
|
|
3208
|
+
}
|
|
2964
3209
|
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3210
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
|
|
3211
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
|
|
3212
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(11),
|
|
3213
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(12),
|
|
3214
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(13),
|
|
3215
|
+
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
|
|
3216
|
+
display: none;
|
|
3217
|
+
}
|
|
2972
3218
|
.ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
|
|
2973
|
-
|
|
3219
|
+
display: table-cell;
|
|
3220
|
+
}
|
|
2974
3221
|
.ab-ToggleButton {
|
|
2975
3222
|
user-select: none;
|
|
2976
3223
|
position: relative;
|
|
2977
3224
|
display: inline-block;
|
|
2978
3225
|
min-width: 40px;
|
|
2979
3226
|
width: 77px;
|
|
2980
|
-
height: 32px;
|
|
3227
|
+
height: 32px;
|
|
3228
|
+
}
|
|
2981
3229
|
.ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
|
|
2982
|
-
|
|
2983
|
-
|
|
3230
|
+
cursor: pointer;
|
|
3231
|
+
opacity: 0.85;
|
|
3232
|
+
}
|
|
2984
3233
|
.ab-ToggleButton__input {
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
3234
|
+
opacity: 0;
|
|
3235
|
+
width: 0;
|
|
3236
|
+
height: 0;
|
|
3237
|
+
}
|
|
2988
3238
|
.ab-ToggleButton__slider {
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
3239
|
+
position: absolute;
|
|
3240
|
+
top: 0;
|
|
3241
|
+
left: 0;
|
|
3242
|
+
right: 0;
|
|
3243
|
+
bottom: 0;
|
|
3244
|
+
background-color: var(--ab-cmp-toggle-button__background);
|
|
3245
|
+
transition: 0.1s;
|
|
3246
|
+
border-radius: var(--ab__border-radius);
|
|
3247
|
+
}
|
|
2997
3248
|
.ab-ToggleButton__slider:before {
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3249
|
+
position: absolute;
|
|
3250
|
+
content: "";
|
|
3251
|
+
width: 24px;
|
|
3252
|
+
height: 24px;
|
|
3253
|
+
left: 4px;
|
|
3254
|
+
top: 4px;
|
|
3255
|
+
border-radius: var(--ab__border-radius);
|
|
3256
|
+
background-color: #fff;
|
|
3257
|
+
-webkit-transition: 0.4s;
|
|
3258
|
+
transition: 0.2s;
|
|
3259
|
+
}
|
|
3008
3260
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
|
|
3009
|
-
|
|
3261
|
+
background-color: var(--ab-cmp-toggle-button--active__background);
|
|
3262
|
+
}
|
|
3010
3263
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
|
|
3011
|
-
|
|
3264
|
+
transform: translateX(45px);
|
|
3265
|
+
}
|
|
3012
3266
|
.ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
|
|
3013
|
-
|
|
3267
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
3268
|
+
}
|
|
3014
3269
|
.ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
|
|
3015
|
-
|
|
3270
|
+
opacity: 0.5;
|
|
3271
|
+
}
|
|
3016
3272
|
.ab-ToggleButton .ab-ToggleButton__text {
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3273
|
+
font-size: var(--ab-cmp-toggle-button__font-size);
|
|
3274
|
+
padding-right: var(--ab-space-2);
|
|
3275
|
+
color: var(--ab-cmp-toggle-button__color);
|
|
3276
|
+
font-weight: 600;
|
|
3277
|
+
}
|
|
3021
3278
|
.ab-ToggleButton--checked .ab-ToggleButton__text {
|
|
3022
|
-
|
|
3023
|
-
|
|
3279
|
+
padding-left: var(--ab-space-2);
|
|
3280
|
+
color: var(--ab-cmp-toggle-button--checked__color);
|
|
3281
|
+
}
|
|
3024
3282
|
.ab-Loader {
|
|
3025
3283
|
font-size: var(--ab-cmp-loader__font-size);
|
|
3026
3284
|
margin-top: 8px;
|
|
3027
|
-
font-style: italic;
|
|
3285
|
+
font-style: italic;
|
|
3286
|
+
}
|
|
3028
3287
|
.ab-Loader__text,
|
|
3029
3288
|
.ab-Loader__Spinner {
|
|
3030
|
-
vertical-align: middle;
|
|
3289
|
+
vertical-align: middle;
|
|
3290
|
+
}
|
|
3031
3291
|
.ab-Loader .ab-Loader__Spinner {
|
|
3032
|
-
margin-right: 5px;
|
|
3292
|
+
margin-right: 5px;
|
|
3293
|
+
}
|
|
3033
3294
|
.ab-Loader__Spinner {
|
|
3034
3295
|
display: inline-block;
|
|
3035
3296
|
border-radius: 50%;
|
|
@@ -3038,12 +3299,16 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3038
3299
|
width: 10px;
|
|
3039
3300
|
height: 10px;
|
|
3040
3301
|
bottom: 0;
|
|
3041
|
-
animation: spin 1.5s linear infinite;
|
|
3302
|
+
animation: spin 1.5s linear infinite;
|
|
3303
|
+
}
|
|
3042
3304
|
@keyframes spin {
|
|
3043
3305
|
0% {
|
|
3044
|
-
transform: rotate(0deg);
|
|
3306
|
+
transform: rotate(0deg);
|
|
3307
|
+
}
|
|
3045
3308
|
100% {
|
|
3046
|
-
transform: rotate(360deg);
|
|
3309
|
+
transform: rotate(360deg);
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3047
3312
|
.ab-progress-indicator-wrapper {
|
|
3048
3313
|
align-items: center;
|
|
3049
3314
|
display: flex;
|
|
@@ -3057,26 +3322,31 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3057
3322
|
opacity: 0;
|
|
3058
3323
|
transition-delay: var(--ab-cmp-progress-indicator__delay);
|
|
3059
3324
|
transition-property: opacity;
|
|
3060
|
-
transition-duration: 0.3s;
|
|
3325
|
+
transition-duration: 0.3s;
|
|
3326
|
+
}
|
|
3061
3327
|
.ab-progress-indicator-wrapper--visible {
|
|
3062
|
-
|
|
3328
|
+
opacity: 1;
|
|
3329
|
+
}
|
|
3063
3330
|
.ab-progress-indicator-wrapper .ab-progress-indicator-body {
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3331
|
+
padding: var(--ab-cmp-progress-indicator__padding);
|
|
3332
|
+
background: var(--ab-cmp-progress-indicator__background);
|
|
3333
|
+
color: var(--ab-cmp-progress-indicator__color);
|
|
3334
|
+
border-style: none;
|
|
3335
|
+
border-width: 0px;
|
|
3336
|
+
border-radius: var(--ab__border-radius);
|
|
3337
|
+
box-shadow: var(--ab-focus__box-shadow);
|
|
3338
|
+
font-size: var(--ab-cmp-progress-indicator__font-size);
|
|
3339
|
+
font-style: var(--ab-cmp-progress-indicator__font-style);
|
|
3340
|
+
font-family: var(--ab-cmp-progress-indicator__font-family);
|
|
3341
|
+
}
|
|
3074
3342
|
:root {
|
|
3075
|
-
--ab-cmp-Tag__font-size: var(--ab-font-size-3);
|
|
3343
|
+
--ab-cmp-Tag__font-size: var(--ab-font-size-3);
|
|
3344
|
+
}
|
|
3076
3345
|
.ab-Tag {
|
|
3077
3346
|
display: inline-flex;
|
|
3078
3347
|
font-size: var(--ab-cmp-Tag__font-size);
|
|
3079
|
-
max-width: 100%;
|
|
3348
|
+
max-width: 100%;
|
|
3349
|
+
}
|
|
3080
3350
|
.ab-ModuleSelector__TabItem {
|
|
3081
3351
|
display: flex;
|
|
3082
3352
|
flex-direction: column;
|
|
@@ -3084,12 +3354,14 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3084
3354
|
margin-right: var(--ab-space-2);
|
|
3085
3355
|
width: var(--ab-cmp-module-module-selector__tab-item__width);
|
|
3086
3356
|
border: var(--ab-cmp-module-module-selector__tab-item__border);
|
|
3087
|
-
border-radius: var(--ab-cmp-module-module-selector__tab-item__border-radius);
|
|
3357
|
+
border-radius: var(--ab-cmp-module-module-selector__tab-item__border-radius);
|
|
3358
|
+
}
|
|
3088
3359
|
.ab-ModuleSelector__TabItem__header {
|
|
3089
3360
|
display: flex;
|
|
3090
3361
|
align-items: center;
|
|
3091
3362
|
padding: var(--ab-space-1);
|
|
3092
|
-
border-bottom: var(--ab-cmp-module-module-selector__tab-item__border);
|
|
3363
|
+
border-bottom: var(--ab-cmp-module-module-selector__tab-item__border);
|
|
3364
|
+
}
|
|
3093
3365
|
.ab-ModuleSelector__TabItem__header-input {
|
|
3094
3366
|
flex: 1;
|
|
3095
3367
|
width: 100%;
|
|
@@ -3098,80 +3370,102 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3098
3370
|
align-self: stretch;
|
|
3099
3371
|
background: transparent;
|
|
3100
3372
|
border: none;
|
|
3101
|
-
color: var(--ab-cmp-module-module-selector__tab-item__header-input__color);
|
|
3373
|
+
color: var(--ab-cmp-module-module-selector__tab-item__header-input__color);
|
|
3374
|
+
}
|
|
3102
3375
|
.ab-ModuleSelector__ToolbarList {
|
|
3103
3376
|
flex: 1;
|
|
3104
3377
|
padding: 4px;
|
|
3105
3378
|
padding-bottom: 0;
|
|
3106
|
-
min-height: 200px;
|
|
3379
|
+
min-height: 200px;
|
|
3380
|
+
}
|
|
3107
3381
|
.ab-ModuleSelector__ToolbarItem {
|
|
3108
|
-
border: var(--ab-cmp-module-module-selector__toolbar-item__border);
|
|
3382
|
+
border: var(--ab-cmp-module-module-selector__toolbar-item__border);
|
|
3383
|
+
}
|
|
3109
3384
|
.ab-ModuleSelector__UnusedPanel {
|
|
3110
3385
|
border: var(--ab-cmp-module-selector__unused-panel__border);
|
|
3111
3386
|
border-radius: var(--ab-cmp-module-selector__unused-panel__border-radius);
|
|
3112
|
-
background-color: var(--ab-cmp-module-selector__unused-panel__background);
|
|
3387
|
+
background-color: var(--ab-cmp-module-selector__unused-panel__background);
|
|
3388
|
+
}
|
|
3113
3389
|
.ab-AdaptableOptions {
|
|
3114
|
-
background: var(--ab-cmp-adaptable-options__background-color);
|
|
3390
|
+
background: var(--ab-cmp-adaptable-options__background-color);
|
|
3391
|
+
}
|
|
3115
3392
|
.ab-GridOptions {
|
|
3116
|
-
background: var(--ab-cmp-grid-options__background-color);
|
|
3393
|
+
background: var(--ab-cmp-grid-options__background-color);
|
|
3394
|
+
}
|
|
3117
3395
|
.ab-GridSummary {
|
|
3118
|
-
background: var(--ab-cmp-grid-summary__background-color);
|
|
3396
|
+
background: var(--ab-cmp-grid-summary__background-color);
|
|
3397
|
+
}
|
|
3119
3398
|
.ab-SystemStatus-Popup-List {
|
|
3120
|
-
background: var(--ab-cmp-system-status-list__background-color);
|
|
3399
|
+
background: var(--ab-cmp-system-status-list__background-color);
|
|
3400
|
+
}
|
|
3121
3401
|
.ab-DashboardToolbar__SystemStatus__text {
|
|
3122
3402
|
border-radius: var(--ab-cmp-system-status-list-text__border-radius);
|
|
3123
3403
|
font-weight: var(--ab-cmp-system-status-list-text__font-weight);
|
|
3124
3404
|
font-size: var(--ab-cmp-system-status-list-text__font-size);
|
|
3125
3405
|
color: var(--ab-cmp-system-status-list-text__color);
|
|
3126
3406
|
padding: var(--ab-cmp-system-status-list-text__padding);
|
|
3127
|
-
margin-right: var(--ab-space-2);
|
|
3407
|
+
margin-right: var(--ab-space-2);
|
|
3408
|
+
}
|
|
3128
3409
|
.ab-DashboardToolbar__SystemStatus__text--expandable {
|
|
3129
|
-
|
|
3410
|
+
cursor: pointer;
|
|
3411
|
+
}
|
|
3130
3412
|
.ab-DashboardToolbar__SystemStatus__further-information {
|
|
3131
|
-
white-space: normal;
|
|
3413
|
+
white-space: normal;
|
|
3414
|
+
}
|
|
3132
3415
|
.ab-ObjectCollection__list > * {
|
|
3133
3416
|
background: var(--ab-cmp-listgroupitem__background);
|
|
3134
|
-
color: var(--ab-cmp-listgroupitem__color);
|
|
3135
|
-
|
|
3417
|
+
color: var(--ab-cmp-listgroupitem__color);
|
|
3418
|
+
}
|
|
3419
|
+
.ab-ObjectCollection__list > *:nth-child(2n+1) {
|
|
3136
3420
|
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
3137
|
-
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3421
|
+
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3422
|
+
}
|
|
3138
3423
|
.ab-AdaptableObjectRow {
|
|
3139
3424
|
align-items: center;
|
|
3140
3425
|
padding: var(--ab-cmp-listgroupitem__padding);
|
|
3141
3426
|
margin: var(--ab-cmp-listgroupitem__margin);
|
|
3142
3427
|
background: var(--ab-cmp-listgroupitem__background);
|
|
3143
3428
|
color: var(--ab-cmp-listgroupitem__color);
|
|
3144
|
-
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3429
|
+
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
3430
|
+
}
|
|
3431
|
+
.ab-AdaptableObjectRow:nth-child(2n+1) {
|
|
3432
|
+
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
3433
|
+
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3434
|
+
}
|
|
3148
3435
|
.ab-AdaptableObjectRow--is-suspended {
|
|
3149
|
-
|
|
3436
|
+
text-decoration: line-through;
|
|
3437
|
+
}
|
|
3150
3438
|
.ab-AdaptableObjectRow__cell {
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3439
|
+
white-space: nowrap;
|
|
3440
|
+
text-overflow: ellipsis;
|
|
3441
|
+
overflow: hidden;
|
|
3442
|
+
font-size: var(--ab-cmp-listgroupitem-cell__font-size);
|
|
3443
|
+
}
|
|
3155
3444
|
.ab-ListBoxFilterForm {
|
|
3156
3445
|
overflow-y: auto;
|
|
3157
3446
|
overflow-x: hidden;
|
|
3158
3447
|
--ab-grid-row-height: 26px;
|
|
3159
|
-
margin-bottom: 0;
|
|
3448
|
+
margin-bottom: 0;
|
|
3449
|
+
}
|
|
3160
3450
|
.ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
|
|
3161
|
-
|
|
3451
|
+
overflow-x: hidden;
|
|
3452
|
+
}
|
|
3162
3453
|
.ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style,
|
|
3163
3454
|
.ag-theme-balham .ab-ListBoxFilterForm--aggrid-style {
|
|
3164
3455
|
--ab-cmp-dropdown__border-radius: 0;
|
|
3165
3456
|
--ab-cmp-input__border-radius: 0;
|
|
3166
3457
|
--ab-cmp-input__padding: 0;
|
|
3167
3458
|
--ab-cmp-dropdown__padding: 3px;
|
|
3168
|
-
--ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
|
|
3459
|
+
--ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
|
|
3460
|
+
}
|
|
3169
3461
|
.ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
|
|
3170
|
-
|
|
3171
|
-
|
|
3462
|
+
.ag-theme-balham .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap {
|
|
3463
|
+
border-radius: 0;
|
|
3464
|
+
}
|
|
3172
3465
|
html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
3173
3466
|
--ab-color-inputborder: white;
|
|
3174
|
-
--ab-cmp-dropdown__border: 1px solid white;
|
|
3467
|
+
--ab-cmp-dropdown__border: 1px solid white;
|
|
3468
|
+
}
|
|
3175
3469
|
.ab-Popover {
|
|
3176
3470
|
border-radius: var(--ab-cmp-popover__border-radius);
|
|
3177
3471
|
border: var(--ab-cmp-popover__border);
|
|
@@ -3179,128 +3473,161 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3179
3473
|
color: var(--ab-cmp-popover__color);
|
|
3180
3474
|
box-shadow: var(--ab-cmp-popover__box-shadow);
|
|
3181
3475
|
font-size: var(--ab-font-size-2);
|
|
3182
|
-
font-family: var(--ab__font-family);
|
|
3476
|
+
font-family: var(--ab__font-family);
|
|
3477
|
+
}
|
|
3183
3478
|
.ab-Overlay--show-triangle > .ab-Popover:before {
|
|
3184
|
-
content:
|
|
3479
|
+
content: "";
|
|
3185
3480
|
position: absolute;
|
|
3186
3481
|
width: 0;
|
|
3187
3482
|
height: 0;
|
|
3188
|
-
border-style: solid;
|
|
3483
|
+
border-style: solid;
|
|
3484
|
+
}
|
|
3189
3485
|
.ab-Overlay--position-bottom.ab-Overlay--show-triangle > .ab-Popover:before {
|
|
3190
3486
|
border-width: 0 5px 10px 5px;
|
|
3191
3487
|
border-color: transparent transparent var(--ab-cmp-popover__background) transparent;
|
|
3192
3488
|
left: 50%;
|
|
3193
3489
|
top: -10px;
|
|
3194
|
-
transform: translate3d(-5px, 0px, 0px);
|
|
3490
|
+
transform: translate3d(-5px, 0px, 0px);
|
|
3491
|
+
}
|
|
3195
3492
|
.ab-Overlay--position-top.ab-Overlay--show-triangle > .ab-Popover:before {
|
|
3196
3493
|
border-width: 10px 5px 0 5px;
|
|
3197
3494
|
border-color: var(--ab-cmp-popover__background) transparent transparent transparent;
|
|
3198
3495
|
left: 50%;
|
|
3199
3496
|
bottom: -10px;
|
|
3200
|
-
transform: translate3d(-5px, 0px, 0px);
|
|
3497
|
+
transform: translate3d(-5px, 0px, 0px);
|
|
3498
|
+
}
|
|
3201
3499
|
.ab-NocodeWizard {
|
|
3202
3500
|
padding: var(--ab-cmp-wizard__padding);
|
|
3203
3501
|
margin: var(--ab-cmp-wizard__margin);
|
|
3204
3502
|
background: var(--ab-cmp-wizard__background);
|
|
3205
3503
|
color: var(--ab-cmp-wizard__color);
|
|
3206
|
-
height: 100%;
|
|
3504
|
+
height: 100%;
|
|
3505
|
+
}
|
|
3207
3506
|
.ab-NocodeWizard,
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3507
|
+
.ab-NocodeWizard *,
|
|
3508
|
+
.ab-NocodeWizard *:before,
|
|
3509
|
+
.ab-NocodeWizard *:after {
|
|
3510
|
+
box-sizing: border-box;
|
|
3511
|
+
}
|
|
3212
3512
|
.ab-NocodeWizardFormBox {
|
|
3213
3513
|
border: 1px solid var(--ab-color-primarydark);
|
|
3214
3514
|
border-radius: var(--ab__border-radius);
|
|
3215
|
-
background-color: var(--ab-color-defaultbackground);
|
|
3515
|
+
background-color: var(--ab-color-defaultbackground);
|
|
3516
|
+
}
|
|
3216
3517
|
.ab-AvailableDropZone .placeholder,
|
|
3217
3518
|
.ab-SelectedDropZone .placeholder {
|
|
3218
|
-
width: 100%;
|
|
3519
|
+
width: 100%;
|
|
3520
|
+
}
|
|
3219
3521
|
.ab-AvailableDropZone .placeholder:before,
|
|
3220
|
-
|
|
3221
|
-
|
|
3522
|
+
.ab-SelectedDropZone .placeholder:before {
|
|
3523
|
+
content: "DROPS HERE";
|
|
3524
|
+
}
|
|
3222
3525
|
.ab-Button.ab-Button {
|
|
3223
3526
|
border-radius: var(--ab-cmp-button-border-radius);
|
|
3224
|
-
padding: var(--ab-space-2);
|
|
3527
|
+
padding: var(--ab-space-2);
|
|
3528
|
+
}
|
|
3225
3529
|
.ab-Button.ab-Button--enabled {
|
|
3226
|
-
|
|
3227
|
-
|
|
3530
|
+
cursor: pointer;
|
|
3531
|
+
background: var(--ab-cmp-button-background);
|
|
3532
|
+
}
|
|
3228
3533
|
.ab-Button.ab-Button--disabled {
|
|
3229
|
-
|
|
3230
|
-
|
|
3534
|
+
opacity: var(--ab-cmp-button-disabled-opacity);
|
|
3535
|
+
background: var(--ab-cmp-button-disabled-background);
|
|
3536
|
+
}
|
|
3231
3537
|
.ab-DashboardPanel .ab-CheckBox:not(.ab-dd-checkbox),
|
|
3232
3538
|
.ab-DashboardPanel .ab-SimpleButton.ab-SimpleButton--tone-neutral:not(.ab-DropdownButton) {
|
|
3233
3539
|
fill: currentColor;
|
|
3234
3540
|
color: var(--ab-cmp-dashboardpanel_header__color);
|
|
3235
|
-
border-color: currentColor;
|
|
3541
|
+
border-color: currentColor;
|
|
3542
|
+
}
|
|
3236
3543
|
.ab-DashboardPanel .glyphicon.glyphicon {
|
|
3237
|
-
color: var(--ab-cmp-dashboardpanel__fill);
|
|
3544
|
+
color: var(--ab-cmp-dashboardpanel__fill);
|
|
3545
|
+
}
|
|
3238
3546
|
.ab-FilterFormPanel {
|
|
3239
|
-
--ab-cmp-panel_body__background: var(--ag-control-panel-background-color);
|
|
3547
|
+
--ab-cmp-panel_body__background: var(--ag-control-panel-background-color);
|
|
3548
|
+
}
|
|
3240
3549
|
.ab-Dashboard__application-icon {
|
|
3241
|
-
margin-right: var(--ab-space-2);
|
|
3550
|
+
margin-right: var(--ab-space-2);
|
|
3551
|
+
}
|
|
3242
3552
|
.ab-Dashboard-Popup__Module-Selector {
|
|
3243
|
-
background: var(--ab-cmp-dashboard-module-selector-background);
|
|
3553
|
+
background: var(--ab-cmp-dashboard-module-selector-background);
|
|
3554
|
+
}
|
|
3244
3555
|
.ab-ToolPanel {
|
|
3245
3556
|
flex: 1 1 0;
|
|
3246
3557
|
min-width: 0;
|
|
3247
3558
|
color: var(--ab-cmp-toolpanel__color);
|
|
3248
|
-
font-family: var(--ab-cmp-toolpanel__font-family);
|
|
3559
|
+
font-family: var(--ab-cmp-toolpanel__font-family);
|
|
3560
|
+
}
|
|
3249
3561
|
.ab-ToolPanel .ab-ToolPanel__header {
|
|
3250
|
-
|
|
3251
|
-
|
|
3562
|
+
background: var(--ab-cmp-toolpanel-header__background);
|
|
3563
|
+
color: var(--ab-cmp-toolpanel-header__color);
|
|
3564
|
+
}
|
|
3252
3565
|
.ab-ToolPanel .ab-ToolPanel__header__buttons {
|
|
3253
|
-
|
|
3566
|
+
grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
|
|
3567
|
+
}
|
|
3254
3568
|
.ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3569
|
+
display: flex;
|
|
3570
|
+
flex-direction: row;
|
|
3571
|
+
flex-wrap: wrap;
|
|
3572
|
+
grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
|
|
3573
|
+
}
|
|
3259
3574
|
.ab-ToolPanel .ab-StateManagement__Clear-Button,
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3575
|
+
.ab-ToolPanel .ab-StateManagement__Load-Button {
|
|
3576
|
+
justify-content: center;
|
|
3577
|
+
flex: 1;
|
|
3578
|
+
}
|
|
3263
3579
|
.ab-ToolPanel .ab-StateManagement__Clear-Button,
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3580
|
+
.ab-ToolPanel .ab-StateManagement__Load-Button,
|
|
3581
|
+
.ab-ToolPanel .ab-StateManagement__Export-Dropdown {
|
|
3582
|
+
margin-bottom: var(--ab-space-1);
|
|
3583
|
+
}
|
|
3267
3584
|
.ab-CustomSortWizard__SortOrder .ab-Loader__text {
|
|
3268
|
-
font-size: var(--ab-cmp-custom-sort-wizard-loader__font-size);
|
|
3585
|
+
font-size: var(--ab-cmp-custom-sort-wizard-loader__font-size);
|
|
3586
|
+
}
|
|
3269
3587
|
.ab-Adaptable-Popup {
|
|
3270
3588
|
background: var(--ab-cmp-adaptable-popup__background);
|
|
3271
|
-
max-height: var(--ab-cmp-adaptable-popup__max-height);
|
|
3589
|
+
max-height: var(--ab-cmp-adaptable-popup__max-height);
|
|
3590
|
+
}
|
|
3272
3591
|
.ab-Adaptable-Popup--window {
|
|
3273
|
-
|
|
3592
|
+
box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
|
|
3593
|
+
}
|
|
3274
3594
|
.ab-Adaptable-Popup__Navigation {
|
|
3275
3595
|
padding-top: 10px;
|
|
3276
3596
|
overflow: auto;
|
|
3277
3597
|
border-right: var(--ab-cmp-adaptable-popup-navigation-list__border-right);
|
|
3278
|
-
font-family: var(--ab__font-family);
|
|
3598
|
+
font-family: var(--ab__font-family);
|
|
3599
|
+
}
|
|
3279
3600
|
.ab-Adaptable-Popup__Navigation__List {
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3601
|
+
list-style: none;
|
|
3602
|
+
padding: var(--ab-cmp-adaptable-popup-navigation-list__padding);
|
|
3603
|
+
margin: 0;
|
|
3604
|
+
font-size: var(--ab-cmp-adaptable-popup-navigation-list__font-size);
|
|
3605
|
+
}
|
|
3284
3606
|
.ab-Adaptable-Popup__Navigation__List__Item {
|
|
3285
|
-
|
|
3286
|
-
|
|
3607
|
+
padding: var(--ab-cmp-adaptable-popup-navigation-list-item__padding);
|
|
3608
|
+
margin-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item__margin-bottom);
|
|
3609
|
+
}
|
|
3287
3610
|
.ab-Adaptable-Popup__Navigation__List__Item__Separator {
|
|
3288
|
-
|
|
3289
|
-
|
|
3611
|
+
border-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__border);
|
|
3612
|
+
margin: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__margin);
|
|
3613
|
+
}
|
|
3290
3614
|
.ab-Adaptable-Popup__Navigation__List__Item__Button {
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3615
|
+
background: none;
|
|
3616
|
+
border: none;
|
|
3617
|
+
width: 100%;
|
|
3618
|
+
text-align: left;
|
|
3619
|
+
cursor: pointer;
|
|
3620
|
+
padding: var(--ab-cmp-adaptable-popup-navigation-list-item-button__padding);
|
|
3621
|
+
border-radius: var(--ab-cmp-adaptable-popup-navigation-list-item-button__border-radius);
|
|
3622
|
+
color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__color);
|
|
3623
|
+
}
|
|
3299
3624
|
.ab-Adaptable-Popup__Navigation__List__Item__Icon {
|
|
3300
|
-
|
|
3625
|
+
margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
|
|
3626
|
+
}
|
|
3301
3627
|
.ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
|
|
3302
|
-
|
|
3303
|
-
|
|
3628
|
+
background: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--active);
|
|
3629
|
+
color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--color);
|
|
3630
|
+
}
|
|
3304
3631
|
.ab-Adaptable-Popup__TopBar {
|
|
3305
3632
|
display: flex;
|
|
3306
3633
|
align-items: center;
|
|
@@ -3309,237 +3636,301 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3309
3636
|
color: var(--ab-cmp-adaptable-popup-topbar__color);
|
|
3310
3637
|
font-weight: var(--ab-cmp-adaptable-popup-topbar__font-weight);
|
|
3311
3638
|
padding: var(--ab-cmp-adaptable-popup-topbar__padding);
|
|
3312
|
-
box-sizing: border-box;
|
|
3639
|
+
box-sizing: border-box;
|
|
3640
|
+
}
|
|
3313
3641
|
.ab-Adaptable-Popup__TopBar__Icon {
|
|
3314
|
-
margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
|
|
3642
|
+
margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
|
|
3643
|
+
}
|
|
3315
3644
|
.ab-Adaptable-Popup__TopBar__Close .ab-Icon {
|
|
3316
|
-
color: var(--ab-cmp-adaptable-popup-topbar-icon__color);
|
|
3645
|
+
color: var(--ab-cmp-adaptable-popup-topbar-icon__color);
|
|
3646
|
+
}
|
|
3317
3647
|
.ab-Adaptable-Popup--settings-popup {
|
|
3318
|
-
height: var(--ab-cmp-adaptable-popup--settings__height);
|
|
3648
|
+
height: var(--ab-cmp-adaptable-popup--settings__height);
|
|
3649
|
+
}
|
|
3319
3650
|
.ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
|
|
3320
|
-
|
|
3651
|
+
top: 9px;
|
|
3652
|
+
}
|
|
3321
3653
|
.ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
|
|
3322
|
-
|
|
3323
|
-
|
|
3654
|
+
padding: var(--ab-cmp-adaptable-popup--settings__padding);
|
|
3655
|
+
min-width: 0;
|
|
3656
|
+
}
|
|
3324
3657
|
.ab-Adaptable-Popup__Panel {
|
|
3325
|
-
width: 100%;
|
|
3658
|
+
width: 100%;
|
|
3659
|
+
}
|
|
3326
3660
|
.ab-Adaptable-Popup__Panel__Header {
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3661
|
+
display: flex;
|
|
3662
|
+
padding: 0 var(--ab-cmp-adaptable-popup-panel__padding);
|
|
3663
|
+
margin-bottom: var(--ab-cmp-adaptable-popup-panel__margin-bottom);
|
|
3664
|
+
margin-top: var(--ab-cmp-adaptable-popup-panel__margin-top);
|
|
3665
|
+
}
|
|
3331
3666
|
.ab-Adaptable-Popup__Panel__Header__Title {
|
|
3332
|
-
|
|
3667
|
+
font-size: var(--ab-cmp-adaptable-popup-panel-title__font-size);
|
|
3668
|
+
}
|
|
3333
3669
|
.ab-Adaptable-Popup__Panel__Body {
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3670
|
+
padding: var(--ab-cmp-adaptable-popup-panel-body__padding);
|
|
3671
|
+
flex: 1 1 0;
|
|
3672
|
+
min-height: 0;
|
|
3673
|
+
overflow: auto;
|
|
3674
|
+
}
|
|
3338
3675
|
.ab-Adaptable-Popup--window .ab-Adaptable-Popup__TopBar {
|
|
3339
|
-
cursor: move;
|
|
3676
|
+
cursor: move;
|
|
3677
|
+
}
|
|
3340
3678
|
.ab-Adaptable-Popup--window.ab-Adaptable-Popup--action-popup .ab-Panel__header {
|
|
3341
|
-
cursor: move;
|
|
3679
|
+
cursor: move;
|
|
3680
|
+
}
|
|
3342
3681
|
.ab-Window-Modal .ab-Panel__header {
|
|
3343
|
-
cursor: move;
|
|
3682
|
+
cursor: move;
|
|
3683
|
+
}
|
|
3344
3684
|
.ab-Window-Modal {
|
|
3345
3685
|
max-height: 100%;
|
|
3346
|
-
box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
|
|
3686
|
+
box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
|
|
3687
|
+
}
|
|
3347
3688
|
.ab-Window-Modal .ab-Dialog__close-button {
|
|
3348
|
-
|
|
3689
|
+
top: 3px;
|
|
3690
|
+
}
|
|
3349
3691
|
.ab-Window-Modal .ab-Panel {
|
|
3350
|
-
|
|
3692
|
+
max-height: initial;
|
|
3693
|
+
}
|
|
3351
3694
|
.ab-Adaptable-Object-List {
|
|
3352
3695
|
list-style: none;
|
|
3353
|
-
padding: 0;
|
|
3696
|
+
padding: 0;
|
|
3697
|
+
}
|
|
3354
3698
|
.ab-Adaptable-Object-List__Item {
|
|
3355
3699
|
background-color: var(--ab-cmp-adaptable-object-list-item__background-color);
|
|
3356
3700
|
padding: var(--ab-cmp-adaptable-object-list-item__padding);
|
|
3357
|
-
margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
|
|
3701
|
+
margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
|
|
3702
|
+
}
|
|
3358
3703
|
.ab-Adaptable-Object-List__Item__edit-property {
|
|
3359
|
-
|
|
3704
|
+
visibility: hidden;
|
|
3705
|
+
}
|
|
3360
3706
|
.ab-Adaptable-Object-List__Item__values {
|
|
3361
|
-
|
|
3362
|
-
|
|
3707
|
+
min-width: 0;
|
|
3708
|
+
word-break: break-all;
|
|
3709
|
+
}
|
|
3363
3710
|
.ab-Adaptable-Object-List__Item__buttons {
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3711
|
+
padding-left: var(--ab-space-2);
|
|
3712
|
+
min-width: 80px;
|
|
3713
|
+
text-align: right;
|
|
3714
|
+
margin-left: var(--ab-space-3);
|
|
3715
|
+
}
|
|
3368
3716
|
.ab-Adaptable-Object-List__Item__label {
|
|
3369
|
-
|
|
3370
|
-
|
|
3717
|
+
padding-top: var(--ab-cmp-adaptable-object-list-item-label__padding-top);
|
|
3718
|
+
width: var(--ab-cmp-adaptable-object-list-item-label__width);
|
|
3719
|
+
}
|
|
3371
3720
|
.ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
|
|
3372
|
-
|
|
3721
|
+
visibility: visible;
|
|
3722
|
+
}
|
|
3373
3723
|
.ab-Adaptable-Object-List__Item .ab-Tag {
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3724
|
+
margin-right: var(--ab-cmp-adaptable-object-list-tag__margin-right);
|
|
3725
|
+
margin-top: var(--ab-cmp-adaptable-object-list-tag__margin-top);
|
|
3726
|
+
padding: var(--ab-cmp-adaptable-object-list-item-tag__padding);
|
|
3727
|
+
}
|
|
3377
3728
|
.ab-Adaptable-Object-Compact-List {
|
|
3378
3729
|
padding: var(--ab-cmp-adaptable-object-compact-list__padding);
|
|
3379
3730
|
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
3380
|
-
max-height: 70vh;
|
|
3731
|
+
max-height: 70vh;
|
|
3732
|
+
}
|
|
3381
3733
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
|
|
3382
|
-
|
|
3383
|
-
|
|
3734
|
+
padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
|
|
3735
|
+
margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom);
|
|
3736
|
+
}
|
|
3384
3737
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
|
|
3385
|
-
|
|
3738
|
+
font-size: var(--ab-font-size-4);
|
|
3739
|
+
}
|
|
3386
3740
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
|
|
3387
|
-
|
|
3388
|
-
|
|
3741
|
+
overflow: auto;
|
|
3742
|
+
height: 100%;
|
|
3743
|
+
}
|
|
3389
3744
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3745
|
+
padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
|
|
3746
|
+
margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
|
|
3747
|
+
background: var(--ab-cmp-adaptable-object-compact-list-item__background);
|
|
3748
|
+
}
|
|
3393
3749
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
|
|
3394
|
-
|
|
3750
|
+
margin-bottom: 0;
|
|
3751
|
+
}
|
|
3395
3752
|
.ab-Adaptable-Object-Compact-List__Item__Name {
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3753
|
+
width: var(--ab-cmp-adaptable-object-compact-list-item-name__width);
|
|
3754
|
+
padding: var(--ab-cmp-adaptable-object-compact-list-item-name__padding);
|
|
3755
|
+
margin-right: var(--ab-cmp-adaptable-object-compact-list-item-name__margin-right);
|
|
3756
|
+
font-size: var(--ab-cmp-adaptable-object-compact-list-item-name__font-size);
|
|
3757
|
+
}
|
|
3400
3758
|
.ab-StatusBar {
|
|
3401
3759
|
display: flex;
|
|
3402
3760
|
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3403
|
-
border-left: var(--ab-cmp-adaptable-statusbar__border);
|
|
3761
|
+
border-left: var(--ab-cmp-adaptable-statusbar__border);
|
|
3762
|
+
}
|
|
3404
3763
|
.ab-StatusBar__SubPanel {
|
|
3405
3764
|
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
3406
3765
|
border: 0;
|
|
3407
3766
|
background: none;
|
|
3408
3767
|
font-weight: 400;
|
|
3409
|
-
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3768
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3769
|
+
}
|
|
3410
3770
|
.ab-StatusBar__SubPanel:last-child {
|
|
3411
|
-
|
|
3771
|
+
border-right: 0;
|
|
3772
|
+
}
|
|
3412
3773
|
.ab-StatusBar__SubPanel,
|
|
3413
|
-
|
|
3414
|
-
|
|
3774
|
+
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
3775
|
+
color: var(--ab-cmp-adaptable-statusbar__color);
|
|
3776
|
+
}
|
|
3415
3777
|
button.ab-StatusBar__SubPanel:hover {
|
|
3416
3778
|
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
3417
|
-
cursor: pointer;
|
|
3779
|
+
cursor: pointer;
|
|
3780
|
+
}
|
|
3418
3781
|
.ab-Shared-Entity-Shared-Object {
|
|
3419
|
-
border: var(--ab-cmp-adaptable-shared-entity-shared-object__border);
|
|
3782
|
+
border: var(--ab-cmp-adaptable-shared-entity-shared-object__border);
|
|
3783
|
+
}
|
|
3420
3784
|
.ab-Layout-Wizard__ColumnRow__Header {
|
|
3421
|
-
cursor: pointer;
|
|
3785
|
+
cursor: pointer;
|
|
3786
|
+
}
|
|
3422
3787
|
.ab-Layout-Wizard__ColumnRow__Title {
|
|
3423
3788
|
border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-title__border-radious);
|
|
3424
3789
|
background: var(--ab-cmp-adaptable-layout-wizard-column-row-title__background);
|
|
3425
|
-
color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
|
|
3790
|
+
color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
|
|
3791
|
+
}
|
|
3426
3792
|
.ab-Layout-Wizard__ColumnRow__Expanded-Container {
|
|
3427
3793
|
background: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__background);
|
|
3428
|
-
border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
|
|
3794
|
+
border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
|
|
3795
|
+
}
|
|
3429
3796
|
.ab-Layout-Wizard__ColumnRow__Input {
|
|
3430
3797
|
max-width: var(--ab-cmp-adaptable-layout-wizard-column-input__max-width);
|
|
3431
|
-
width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
|
|
3798
|
+
width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
|
|
3799
|
+
}
|
|
3432
3800
|
:root {
|
|
3433
3801
|
--ab-cmp-adaptable-permitted-values-selector__font-size: var(--ab-font-size-2);
|
|
3434
3802
|
--ab-cmp-adaptable-permitted-values-selector__border: 1px solid var(--ab-color-primarydark);
|
|
3435
3803
|
--ab-cmp-adaptable-permitted-values-selector__background-color: var(--ab-color-defaultbackground);
|
|
3436
|
-
--ab-cmp-adaptable-permitted-values-selector__padding: var(--ab-space-1);
|
|
3804
|
+
--ab-cmp-adaptable-permitted-values-selector__padding: var(--ab-space-1);
|
|
3805
|
+
}
|
|
3437
3806
|
.ab-ValueSelector {
|
|
3438
|
-
overflow: hidden;
|
|
3807
|
+
overflow: hidden;
|
|
3808
|
+
}
|
|
3439
3809
|
.ab-ValueSelector__option {
|
|
3440
|
-
|
|
3810
|
+
border-radius: "var(--ab__border-radius)";
|
|
3811
|
+
}
|
|
3441
3812
|
.ab-ValueSelector__show-selected-only-checkbox {
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3813
|
+
position: sticky;
|
|
3814
|
+
top: 0;
|
|
3815
|
+
z-index: 10000;
|
|
3816
|
+
}
|
|
3445
3817
|
.ab-ValueSelector__show-selected-only-checkbox__text {
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
overflow: hidden;
|
|
3450
|
-
border-radius: var(--ab__border-radius);
|
|
3451
|
-
margin-right: var(--ab-space-1);
|
|
3452
|
-
margin-top: var(--ab-space-1);
|
|
3453
|
-
padding: 0 var(--ab-space-2);
|
|
3454
|
-
font-size: var(--ab-font-size-2); }
|
|
3455
|
-
.ab-EntityRulesEditor__predicate-dropdown {
|
|
3456
|
-
min-width: 15rem;
|
|
3457
|
-
white-space: nowrap;
|
|
3818
|
+
position: absolute;
|
|
3819
|
+
top: 2px;
|
|
3820
|
+
right: 4px;
|
|
3458
3821
|
overflow: hidden;
|
|
3459
|
-
|
|
3460
|
-
|
|
3822
|
+
border-radius: var(--ab__border-radius);
|
|
3823
|
+
margin-right: var(--ab-space-1);
|
|
3824
|
+
margin-top: var(--ab-space-1);
|
|
3825
|
+
padding: 0 var(--ab-space-2);
|
|
3826
|
+
font-size: var(--ab-font-size-2);
|
|
3827
|
+
}
|
|
3461
3828
|
.ab-ExpressionEditor {
|
|
3462
|
-
overflow: auto;
|
|
3829
|
+
overflow: auto;
|
|
3830
|
+
}
|
|
3463
3831
|
.ab-ExpressionEditor__column-picker {
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3832
|
+
overflow: auto;
|
|
3833
|
+
min-width: 255px;
|
|
3834
|
+
height: 100%;
|
|
3835
|
+
}
|
|
3467
3836
|
.ab-ExpressionEditorInput {
|
|
3468
3837
|
background: var(--ab-cmp-expression-editor-input__background);
|
|
3469
3838
|
border-radius: var(--ab-cmp-expression-editor-input__border-radius);
|
|
3470
3839
|
width: 100%;
|
|
3471
|
-
--ab-overlay-horizontal-align: left;
|
|
3840
|
+
--ab-overlay-horizontal-align: left;
|
|
3841
|
+
}
|
|
3472
3842
|
.ab-ExpressionEditorInput__info-button {
|
|
3473
|
-
|
|
3843
|
+
margin-right: 5px;
|
|
3844
|
+
}
|
|
3474
3845
|
.ab-ExpressionEditorInput__dropdown-functions-list {
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3846
|
+
font-size: var(--ab-cmp-expression-editor-input-dropdown-functions-list__font-size);
|
|
3847
|
+
border: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border);
|
|
3848
|
+
border-radius: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius);
|
|
3849
|
+
background: var(--ab-cmp-expression-editor-input__background);
|
|
3850
|
+
z-index: 1000;
|
|
3851
|
+
max-height: 300;
|
|
3852
|
+
overflow: auto;
|
|
3853
|
+
}
|
|
3482
3854
|
.ab-ExpressionEditorInput__textarea {
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3855
|
+
width: 100%;
|
|
3856
|
+
min-height: 100px;
|
|
3857
|
+
font-family: var(--ab-cmp-expression-editor-input__font-family);
|
|
3858
|
+
resize: vertical;
|
|
3859
|
+
font-size: 1rem;
|
|
3860
|
+
padding: var(--ab-space-2);
|
|
3861
|
+
}
|
|
3489
3862
|
.ab-ExpressionEditorInput__editor-feedback {
|
|
3490
|
-
|
|
3491
|
-
|
|
3863
|
+
background: var(--ab-cmp-expression-editor-input__background);
|
|
3864
|
+
border-radius: var(--ab-cmp-expression-editor-feedback__border-radius);
|
|
3865
|
+
}
|
|
3492
3866
|
.ab-QuickFilter {
|
|
3493
3867
|
overflow-y: auto;
|
|
3494
3868
|
font-size: var(--ab-cmp-quickfilter__font-size);
|
|
3495
3869
|
border: var(--ab-cmp-quickfilter__border);
|
|
3496
|
-
background: var(--ab-cmp-quickfilter__background);
|
|
3870
|
+
background: var(--ab-cmp-quickfilter__background);
|
|
3871
|
+
}
|
|
3497
3872
|
.ab-alert--error {
|
|
3498
|
-
background: var(--ab-color-error);
|
|
3873
|
+
background: var(--ab-color-error);
|
|
3874
|
+
}
|
|
3499
3875
|
.ab-alert--success {
|
|
3500
|
-
background: var(--ab-color-success);
|
|
3876
|
+
background: var(--ab-color-success);
|
|
3877
|
+
}
|
|
3501
3878
|
.ab-alert--warn,
|
|
3502
3879
|
.ab-alert--warning {
|
|
3503
|
-
background: var(--ab-color-warn);
|
|
3880
|
+
background: var(--ab-color-warn);
|
|
3881
|
+
}
|
|
3504
3882
|
.ab-alert--info {
|
|
3505
|
-
background: var(--ab-color-info);
|
|
3883
|
+
background: var(--ab-color-info);
|
|
3884
|
+
}
|
|
3506
3885
|
.ab-cell--align-left {
|
|
3507
|
-
text-align: left;
|
|
3886
|
+
text-align: left;
|
|
3887
|
+
}
|
|
3508
3888
|
.ab-cell--align-right {
|
|
3509
|
-
text-align: right;
|
|
3889
|
+
text-align: right;
|
|
3890
|
+
}
|
|
3510
3891
|
.ab-cell--align-center {
|
|
3511
|
-
text-align: center;
|
|
3892
|
+
text-align: center;
|
|
3893
|
+
}
|
|
3512
3894
|
.popover-content {
|
|
3513
|
-
padding: 1px;
|
|
3895
|
+
padding: 1px;
|
|
3896
|
+
}
|
|
3514
3897
|
/* Styles for the coloured cell render
|
|
3515
3898
|
*/
|
|
3516
3899
|
.ab_div-colour-render-bar {
|
|
3517
3900
|
display: inline-block;
|
|
3518
3901
|
height: 100%;
|
|
3519
3902
|
position: relative;
|
|
3520
|
-
z-index: 0;
|
|
3903
|
+
z-index: 0;
|
|
3904
|
+
}
|
|
3521
3905
|
.ab_div-colour-render-text {
|
|
3522
3906
|
position: absolute;
|
|
3523
3907
|
font-weight: normal;
|
|
3524
3908
|
font-size: 12px;
|
|
3525
|
-
z-index: 100;
|
|
3909
|
+
z-index: 100;
|
|
3910
|
+
}
|
|
3526
3911
|
.ab_div-colour-render-div {
|
|
3527
3912
|
display: inline-block;
|
|
3528
3913
|
height: 100%;
|
|
3529
|
-
width: 100%;
|
|
3914
|
+
width: 100%;
|
|
3915
|
+
}
|
|
3530
3916
|
.ab-ActionColumn {
|
|
3531
3917
|
height: 100%;
|
|
3532
3918
|
display: flex;
|
|
3533
|
-
column-gap: var(--ab-space-1);
|
|
3919
|
+
column-gap: var(--ab-space-1);
|
|
3920
|
+
}
|
|
3534
3921
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
3535
|
-
|
|
3922
|
+
height: 100%;
|
|
3923
|
+
}
|
|
3536
3924
|
.adaptableRowActionButtons.ag-cell {
|
|
3537
|
-
padding: 0;
|
|
3925
|
+
padding: 0;
|
|
3926
|
+
}
|
|
3538
3927
|
.adaptableRowActionButtons.ag-cell .ab-ActionColumn {
|
|
3539
|
-
|
|
3928
|
+
column-gap: 0;
|
|
3929
|
+
}
|
|
3540
3930
|
.Toastify__toast-container {
|
|
3541
3931
|
border-style: none;
|
|
3542
|
-
border-width: 0px;
|
|
3932
|
+
border-width: 0px;
|
|
3933
|
+
}
|
|
3543
3934
|
.Toastify__toast {
|
|
3544
3935
|
padding: 0;
|
|
3545
3936
|
padding-bottom: 5px;
|
|
@@ -3555,17 +3946,23 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3555
3946
|
--toastify-color-info: var(--ab-color-info);
|
|
3556
3947
|
--toastify-color-success: var(--ab-color-success);
|
|
3557
3948
|
--toastify-color-warning: var(--ab-color-warn);
|
|
3558
|
-
--toastify-color-error: var(--ab-color-error);
|
|
3949
|
+
--toastify-color-error: var(--ab-color-error);
|
|
3950
|
+
}
|
|
3559
3951
|
.Toastify__toast-body {
|
|
3560
|
-
padding: 0;
|
|
3952
|
+
padding: 0;
|
|
3953
|
+
}
|
|
3561
3954
|
.Toastify__toast--info {
|
|
3562
|
-
--ab-toast-cmp__shadow-color: var(--ab-color-info);
|
|
3955
|
+
--ab-toast-cmp__shadow-color: var(--ab-color-info);
|
|
3956
|
+
}
|
|
3563
3957
|
.Toastify__toast--success {
|
|
3564
|
-
--ab-toast-cmp__shadow-color: var(--ab-color-success);
|
|
3958
|
+
--ab-toast-cmp__shadow-color: var(--ab-color-success);
|
|
3959
|
+
}
|
|
3565
3960
|
.Toastify__toast--warning {
|
|
3566
|
-
--ab-toast-cmp__shadow-color: var(--ab-color-warn);
|
|
3961
|
+
--ab-toast-cmp__shadow-color: var(--ab-color-warn);
|
|
3962
|
+
}
|
|
3567
3963
|
.Toastify__toast--error {
|
|
3568
|
-
--ab-toast-cmp__shadow-color: var(--ab-color-error);
|
|
3964
|
+
--ab-toast-cmp__shadow-color: var(--ab-color-error);
|
|
3965
|
+
}
|
|
3569
3966
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar,
|
|
3570
3967
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar,
|
|
3571
3968
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar,
|
|
@@ -3575,7 +3972,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3575
3972
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar,
|
|
3576
3973
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar {
|
|
3577
3974
|
background-color: rgba(0, 0, 0, 0);
|
|
3578
|
-
border-radius: 100px;
|
|
3975
|
+
border-radius: 100px;
|
|
3976
|
+
}
|
|
3579
3977
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
|
|
3580
3978
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
|
|
3581
3979
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical,
|
|
@@ -3584,7 +3982,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3584
3982
|
.ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:vertical,
|
|
3585
3983
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:vertical,
|
|
3586
3984
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
|
|
3587
|
-
width: var(--ab-custom-scrollbar-size);
|
|
3985
|
+
width: var(--ab-custom-scrollbar-size);
|
|
3986
|
+
}
|
|
3588
3987
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
|
|
3589
3988
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
|
|
3590
3989
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal,
|
|
@@ -3593,7 +3992,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3593
3992
|
.ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:horizontal,
|
|
3594
3993
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:horizontal,
|
|
3595
3994
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
|
|
3596
|
-
height: var(--ab-custom-scrollbar-size);
|
|
3995
|
+
height: var(--ab-custom-scrollbar-size);
|
|
3996
|
+
}
|
|
3597
3997
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
|
|
3598
3998
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
|
|
3599
3999
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover,
|
|
@@ -3602,7 +4002,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3602
4002
|
.ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar:hover,
|
|
3603
4003
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar:hover,
|
|
3604
4004
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
|
|
3605
|
-
background-color: rgba(0, 0, 0, 0.09);
|
|
4005
|
+
background-color: rgba(0, 0, 0, 0.09);
|
|
4006
|
+
}
|
|
3606
4007
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
|
|
3607
4008
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
|
|
3608
4009
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb,
|
|
@@ -3614,7 +4015,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3614
4015
|
background: rgba(0, 0, 0, 0.5);
|
|
3615
4016
|
border-radius: 100px;
|
|
3616
4017
|
background-clip: padding-box;
|
|
3617
|
-
border: 2px solid rgba(0, 0, 0, 0);
|
|
4018
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
4019
|
+
}
|
|
3618
4020
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
|
|
3619
4021
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
|
|
3620
4022
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical,
|
|
@@ -3623,7 +4025,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3623
4025
|
.ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb:vertical,
|
|
3624
4026
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:vertical,
|
|
3625
4027
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
|
|
3626
|
-
min-height: var(--ab-custom-scrollbar-size);
|
|
4028
|
+
min-height: var(--ab-custom-scrollbar-size);
|
|
4029
|
+
}
|
|
3627
4030
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
|
|
3628
4031
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
|
|
3629
4032
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal,
|
|
@@ -3632,7 +4035,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3632
4035
|
.ab--custom-mac-like-scrollbars .ab-Panel * ::-webkit-scrollbar-thumb:horizontal,
|
|
3633
4036
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:horizontal,
|
|
3634
4037
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
|
|
3635
|
-
min-width: var(--ab-custom-scrollbar-size);
|
|
4038
|
+
min-width: var(--ab-custom-scrollbar-size);
|
|
4039
|
+
}
|
|
3636
4040
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
|
|
3637
4041
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
|
|
3638
4042
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active,
|
|
@@ -3642,18 +4046,24 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3642
4046
|
.ab--custom-mac-like-scrollbars .ab-Modal ::-webkit-scrollbar-thumb:active,
|
|
3643
4047
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:active {
|
|
3644
4048
|
background: rgba(0, 0, 0, 0.61);
|
|
3645
|
-
border-radius: 100px;
|
|
4049
|
+
border-radius: 100px;
|
|
4050
|
+
}
|
|
3646
4051
|
.ag-details-row {
|
|
3647
4052
|
display: flex;
|
|
3648
|
-
flex-flow: column;
|
|
4053
|
+
flex-flow: column;
|
|
4054
|
+
}
|
|
3649
4055
|
.ag-details-row .ag-details-grid {
|
|
3650
|
-
|
|
4056
|
+
flex: 1;
|
|
4057
|
+
}
|
|
3651
4058
|
.ab-wait-for-progress-indicator.ab-Grid {
|
|
3652
|
-
pointer-events: none;
|
|
4059
|
+
pointer-events: none;
|
|
4060
|
+
}
|
|
3653
4061
|
:root {
|
|
3654
|
-
--ab_flex-direction: column;
|
|
4062
|
+
--ab_flex-direction: column;
|
|
4063
|
+
}
|
|
3655
4064
|
.ab__react-wrapper {
|
|
3656
4065
|
display: flex;
|
|
3657
|
-
flex-flow: var(--ab_flex-direction);
|
|
4066
|
+
flex-flow: var(--ab_flex-direction);
|
|
4067
|
+
}
|
|
3658
4068
|
|
|
3659
4069
|
/*# sourceMappingURL=base.css.map */
|