@syncfusion/ej2-splitbuttons 32.1.22 → 32.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +6 -2
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +6 -2
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/styles/bds-lite.css +997 -313
- package/styles/bds-lite.scss +4 -4
- package/styles/bds.css +1314 -288
- package/styles/bds.scss +8 -8
- package/styles/bootstrap-dark-lite.css +227 -227
- package/styles/bootstrap-dark-lite.scss +4 -4
- package/styles/bootstrap-dark.css +227 -227
- package/styles/bootstrap-dark.scss +8 -8
- package/styles/bootstrap-lite.css +227 -227
- package/styles/bootstrap-lite.scss +4 -4
- package/styles/bootstrap.css +227 -227
- package/styles/bootstrap.scss +8 -8
- package/styles/bootstrap4-lite.css +235 -235
- package/styles/bootstrap4-lite.scss +4 -4
- package/styles/bootstrap4.css +235 -235
- package/styles/bootstrap4.scss +8 -8
- package/styles/bootstrap5-dark-lite.css +235 -235
- package/styles/bootstrap5-dark-lite.scss +4 -4
- package/styles/bootstrap5-dark.css +235 -235
- package/styles/bootstrap5-dark.scss +8 -8
- package/styles/bootstrap5-lite.css +235 -235
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +996 -324
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +1697 -689
- package/styles/bootstrap5.3.scss +8 -8
- package/styles/bootstrap5.css +235 -235
- package/styles/bootstrap5.scss +8 -8
- package/styles/button-group/_all.bds.scss +2 -0
- package/styles/button-group/_all.bootstrap-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap.scss +2 -0
- package/styles/button-group/_all.bootstrap4.scss +2 -0
- package/styles/button-group/_all.bootstrap5-dark.scss +2 -0
- package/styles/button-group/_all.bootstrap5.3.scss +2 -0
- package/styles/button-group/_all.bootstrap5.scss +2 -0
- package/styles/button-group/_all.fabric-dark.scss +2 -0
- package/styles/button-group/_all.fabric.scss +2 -0
- package/styles/button-group/_all.fluent-dark.scss +2 -0
- package/styles/button-group/_all.fluent.scss +2 -0
- package/styles/button-group/_all.fluent2.scss +2 -0
- package/styles/button-group/_all.highcontrast-light.scss +2 -0
- package/styles/button-group/_all.highcontrast.scss +2 -0
- package/styles/button-group/_all.material-dark.scss +2 -0
- package/styles/button-group/_all.material.scss +2 -0
- package/styles/button-group/_all.material3-dark.scss +2 -0
- package/styles/button-group/_all.material3.scss +2 -0
- package/styles/button-group/_all.tailwind-dark.scss +2 -0
- package/styles/button-group/_all.tailwind.scss +2 -0
- package/styles/button-group/_all.tailwind3.scss +2 -0
- package/styles/button-group/_bigger.bds.scss +4 -0
- package/styles/button-group/_bigger.bootstrap-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap.scss +4 -0
- package/styles/button-group/_bigger.bootstrap4.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.3.scss +4 -0
- package/styles/button-group/_bigger.bootstrap5.scss +4 -0
- package/styles/button-group/_bigger.fabric-dark.scss +4 -0
- package/styles/button-group/_bigger.fabric.scss +4 -0
- package/styles/button-group/_bigger.fluent-dark.scss +4 -0
- package/styles/button-group/_bigger.fluent.scss +4 -0
- package/styles/button-group/_bigger.fluent2.scss +4 -0
- package/styles/button-group/_bigger.highcontrast-light.scss +4 -0
- package/styles/button-group/_bigger.highcontrast.scss +4 -0
- package/styles/button-group/_bigger.material-dark.scss +4 -0
- package/styles/button-group/_bigger.material.scss +4 -0
- package/styles/button-group/_bigger.material3-dark.scss +4 -0
- package/styles/button-group/_bigger.material3.scss +4 -0
- package/styles/button-group/_bigger.scss +0 -1
- package/styles/button-group/_bigger.tailwind-dark.scss +4 -0
- package/styles/button-group/_bigger.tailwind.scss +4 -0
- package/styles/button-group/_bigger.tailwind3.scss +4 -0
- package/styles/button-group/_group-button-mixin.scss +0 -2
- package/styles/button-group/_layout.bds.scss +4 -0
- package/styles/button-group/_layout.bootstrap-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap.scss +4 -0
- package/styles/button-group/_layout.bootstrap4.scss +4 -0
- package/styles/button-group/_layout.bootstrap5-dark.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.3.scss +4 -0
- package/styles/button-group/_layout.bootstrap5.scss +4 -0
- package/styles/button-group/_layout.fabric-dark.scss +4 -0
- package/styles/button-group/_layout.fabric.scss +4 -0
- package/styles/button-group/_layout.fluent-dark.scss +4 -0
- package/styles/button-group/_layout.fluent.scss +4 -0
- package/styles/button-group/_layout.fluent2.scss +4 -0
- package/styles/button-group/_layout.highcontrast-light.scss +4 -0
- package/styles/button-group/_layout.highcontrast.scss +4 -0
- package/styles/button-group/_layout.material-dark.scss +4 -0
- package/styles/button-group/_layout.material.scss +4 -0
- package/styles/button-group/_layout.material3-dark.scss +4 -0
- package/styles/button-group/_layout.material3.scss +4 -0
- package/styles/button-group/_layout.scss +0 -1
- package/styles/button-group/_layout.tailwind-dark.scss +4 -0
- package/styles/button-group/_layout.tailwind.scss +4 -0
- package/styles/button-group/_layout.tailwind3.scss +4 -0
- package/styles/button-group/_theme-variables.bds.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap4.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/button-group/_theme-variables.bootstrap5.scss +1 -0
- package/styles/button-group/_theme-variables.fabric-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fabric.scss +1 -0
- package/styles/button-group/_theme-variables.fluent-dark.scss +1 -0
- package/styles/button-group/_theme-variables.fluent.scss +1 -0
- package/styles/button-group/_theme-variables.fluent2.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/button-group/_theme-variables.highcontrast.scss +1 -0
- package/styles/button-group/_theme-variables.material-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material.scss +1 -0
- package/styles/button-group/_theme-variables.material3-dark.scss +1 -0
- package/styles/button-group/_theme-variables.material3.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/button-group/_theme-variables.tailwind.scss +1 -0
- package/styles/button-group/_theme.bds.scss +6 -0
- package/styles/button-group/_theme.bootstrap-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap.scss +6 -0
- package/styles/button-group/_theme.bootstrap4.scss +6 -0
- package/styles/button-group/_theme.bootstrap5-dark.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.3.scss +6 -0
- package/styles/button-group/_theme.bootstrap5.scss +6 -0
- package/styles/button-group/_theme.fabric-dark.scss +6 -0
- package/styles/button-group/_theme.fabric.scss +6 -0
- package/styles/button-group/_theme.fluent-dark.scss +6 -0
- package/styles/button-group/_theme.fluent.scss +6 -0
- package/styles/button-group/_theme.fluent2.scss +6 -0
- package/styles/button-group/_theme.highcontrast-light.scss +6 -0
- package/styles/button-group/_theme.highcontrast.scss +6 -0
- package/styles/button-group/_theme.material-dark.scss +6 -0
- package/styles/button-group/_theme.material.scss +6 -0
- package/styles/button-group/_theme.material3-dark.scss +6 -0
- package/styles/button-group/_theme.material3.scss +6 -0
- package/styles/button-group/_theme.scss +0 -3
- package/styles/button-group/_theme.tailwind-dark.scss +6 -0
- package/styles/button-group/_theme.tailwind.scss +6 -0
- package/styles/button-group/_theme.tailwind3.scss +6 -0
- package/styles/button-group/bds.css +661 -472
- package/styles/button-group/bds.scss +2 -2
- package/styles/button-group/bootstrap-dark.css +227 -227
- package/styles/button-group/bootstrap-dark.scss +2 -2
- package/styles/button-group/bootstrap.css +227 -227
- package/styles/button-group/bootstrap.scss +2 -2
- package/styles/button-group/bootstrap4.css +235 -235
- package/styles/button-group/bootstrap4.scss +2 -2
- package/styles/button-group/bootstrap5-dark.css +235 -235
- package/styles/button-group/bootstrap5-dark.scss +2 -2
- package/styles/button-group/bootstrap5.3.css +937 -685
- package/styles/button-group/bootstrap5.3.scss +2 -2
- package/styles/button-group/bootstrap5.css +235 -235
- package/styles/button-group/bootstrap5.scss +2 -2
- package/styles/button-group/fabric-dark.css +227 -227
- package/styles/button-group/fabric-dark.scss +2 -2
- package/styles/button-group/fabric.css +227 -227
- package/styles/button-group/fabric.scss +2 -2
- package/styles/button-group/fluent-dark.css +227 -227
- package/styles/button-group/fluent-dark.scss +2 -2
- package/styles/button-group/fluent.css +227 -227
- package/styles/button-group/fluent.scss +2 -2
- package/styles/button-group/fluent2.css +901 -643
- package/styles/button-group/fluent2.scss +2 -2
- package/styles/button-group/highcontrast-light.css +227 -227
- package/styles/button-group/highcontrast-light.scss +2 -2
- package/styles/button-group/highcontrast.css +227 -227
- package/styles/button-group/highcontrast.scss +2 -2
- package/styles/button-group/material-dark.css +227 -227
- package/styles/button-group/material-dark.scss +2 -2
- package/styles/button-group/material.css +227 -227
- package/styles/button-group/material.scss +2 -2
- package/styles/button-group/material3-dark.css +1000 -754
- package/styles/button-group/material3-dark.scss +2 -2
- package/styles/button-group/material3.css +1006 -754
- package/styles/button-group/material3.scss +2 -2
- package/styles/button-group/tailwind-dark.css +235 -235
- package/styles/button-group/tailwind-dark.scss +2 -2
- package/styles/button-group/tailwind.css +235 -235
- package/styles/button-group/tailwind.scss +2 -2
- package/styles/button-group/tailwind3.css +945 -723
- package/styles/button-group/tailwind3.scss +2 -2
- package/styles/drop-down-button/_all.bds.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-button/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-button/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-button/_all.fabric.scss +2 -0
- package/styles/drop-down-button/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-button/_all.fluent.scss +2 -0
- package/styles/drop-down-button/_all.fluent2.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-button/_all.highcontrast.scss +2 -0
- package/styles/drop-down-button/_all.material-dark.scss +2 -0
- package/styles/drop-down-button/_all.material.scss +2 -0
- package/styles/drop-down-button/_all.material3-dark.scss +2 -0
- package/styles/drop-down-button/_all.material3.scss +2 -0
- package/styles/drop-down-button/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-button/_all.tailwind.scss +2 -0
- package/styles/drop-down-button/_all.tailwind3.scss +2 -0
- package/styles/drop-down-button/_bigger.bds.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fabric.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent.scss +3 -0
- package/styles/drop-down-button/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-button/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material.scss +3 -0
- package/styles/drop-down-button/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.material3.scss +3 -0
- package/styles/drop-down-button/_bigger.scss +0 -1
- package/styles/drop-down-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-button/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-button/_layout.bds.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-button/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-button/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fabric.scss +3 -0
- package/styles/drop-down-button/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-button/_layout.fluent.scss +3 -0
- package/styles/drop-down-button/_layout.fluent2.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-button/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-button/_layout.material-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material.scss +3 -0
- package/styles/drop-down-button/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-button/_layout.material3.scss +3 -0
- package/styles/drop-down-button/_layout.scss +0 -1
- package/styles/drop-down-button/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind.scss +3 -0
- package/styles/drop-down-button/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-button/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-button/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-button/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-button/_theme.bds.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-button/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-button/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fabric.scss +4 -0
- package/styles/drop-down-button/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-button/_theme.fluent.scss +4 -0
- package/styles/drop-down-button/_theme.fluent2.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-button/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-button/_theme.material-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material.scss +4 -0
- package/styles/drop-down-button/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-button/_theme.material3.scss +4 -0
- package/styles/drop-down-button/_theme.scss +0 -1
- package/styles/drop-down-button/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind.scss +4 -0
- package/styles/drop-down-button/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-button/bds.css +324 -0
- package/styles/drop-down-button/bds.scss +2 -2
- package/styles/drop-down-button/bootstrap-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap.scss +2 -2
- package/styles/drop-down-button/bootstrap4.scss +2 -2
- package/styles/drop-down-button/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-button/bootstrap5.3.css +252 -0
- package/styles/drop-down-button/bootstrap5.3.scss +2 -2
- package/styles/drop-down-button/bootstrap5.scss +2 -2
- package/styles/drop-down-button/fabric-dark.scss +2 -2
- package/styles/drop-down-button/fabric.scss +2 -2
- package/styles/drop-down-button/fluent-dark.scss +2 -2
- package/styles/drop-down-button/fluent.scss +2 -2
- package/styles/drop-down-button/fluent2.css +258 -0
- package/styles/drop-down-button/fluent2.scss +2 -2
- package/styles/drop-down-button/highcontrast-light.scss +2 -2
- package/styles/drop-down-button/highcontrast.scss +2 -2
- package/styles/drop-down-button/material-dark.scss +2 -2
- package/styles/drop-down-button/material.scss +2 -2
- package/styles/drop-down-button/material3-dark.css +246 -0
- package/styles/drop-down-button/material3-dark.scss +2 -2
- package/styles/drop-down-button/material3.css +252 -0
- package/styles/drop-down-button/material3.scss +2 -2
- package/styles/drop-down-button/tailwind-dark.scss +2 -2
- package/styles/drop-down-button/tailwind.scss +2 -2
- package/styles/drop-down-button/tailwind3.css +222 -0
- package/styles/drop-down-button/tailwind3.scss +2 -2
- package/styles/fabric-dark-lite.css +227 -227
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +227 -227
- package/styles/fabric-dark.scss +8 -8
- package/styles/fabric-lite.css +227 -227
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +227 -227
- package/styles/fabric.scss +8 -8
- package/styles/fluent-dark-lite.css +227 -227
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +227 -227
- package/styles/fluent-dark.scss +8 -8
- package/styles/fluent-lite.css +227 -227
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +227 -227
- package/styles/fluent.scss +8 -8
- package/styles/fluent2-lite.css +1351 -663
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +1385 -353
- package/styles/fluent2.scss +8 -8
- package/styles/highcontrast-light-lite.css +227 -227
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +227 -227
- package/styles/highcontrast-light.scss +8 -8
- package/styles/highcontrast-lite.css +227 -227
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +227 -227
- package/styles/highcontrast.scss +8 -8
- package/styles/material-dark-lite.css +227 -227
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +227 -227
- package/styles/material-dark.scss +8 -8
- package/styles/material-lite.css +227 -227
- package/styles/material-lite.scss +4 -4
- package/styles/material.css +227 -227
- package/styles/material.scss +8 -8
- package/styles/material3-dark-lite.css +982 -326
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +1805 -821
- package/styles/material3-dark.scss +8 -8
- package/styles/material3-lite.css +992 -320
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +1766 -758
- package/styles/material3.scss +8 -8
- package/styles/progress-button/_all.bds.scss +2 -0
- package/styles/progress-button/_all.bootstrap-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap.scss +2 -0
- package/styles/progress-button/_all.bootstrap4.scss +2 -0
- package/styles/progress-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.3.scss +2 -0
- package/styles/progress-button/_all.bootstrap5.scss +2 -0
- package/styles/progress-button/_all.fabric-dark.scss +2 -0
- package/styles/progress-button/_all.fabric.scss +2 -0
- package/styles/progress-button/_all.fluent-dark.scss +2 -0
- package/styles/progress-button/_all.fluent.scss +2 -0
- package/styles/progress-button/_all.fluent2.scss +2 -0
- package/styles/progress-button/_all.highcontrast-light.scss +2 -0
- package/styles/progress-button/_all.highcontrast.scss +2 -0
- package/styles/progress-button/_all.material-dark.scss +2 -0
- package/styles/progress-button/_all.material.scss +2 -0
- package/styles/progress-button/_all.material3-dark.scss +2 -0
- package/styles/progress-button/_all.material3.scss +2 -0
- package/styles/progress-button/_all.tailwind-dark.scss +2 -0
- package/styles/progress-button/_all.tailwind.scss +2 -0
- package/styles/progress-button/_all.tailwind3.scss +2 -0
- package/styles/progress-button/_bigger.bds.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap4.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_bigger.bootstrap5.scss +3 -0
- package/styles/progress-button/_bigger.fabric-dark.scss +3 -0
- package/styles/progress-button/_bigger.fabric.scss +3 -0
- package/styles/progress-button/_bigger.fluent-dark.scss +3 -0
- package/styles/progress-button/_bigger.fluent.scss +3 -0
- package/styles/progress-button/_bigger.fluent2.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/progress-button/_bigger.highcontrast.scss +3 -0
- package/styles/progress-button/_bigger.material-dark.scss +3 -0
- package/styles/progress-button/_bigger.material.scss +3 -0
- package/styles/progress-button/_bigger.material3-dark.scss +3 -0
- package/styles/progress-button/_bigger.material3.scss +3 -0
- package/styles/progress-button/_bigger.scss +0 -1
- package/styles/progress-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/progress-button/_bigger.tailwind.scss +3 -0
- package/styles/progress-button/_bigger.tailwind3.scss +3 -0
- package/styles/progress-button/_layout.bds.scss +3 -0
- package/styles/progress-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap.scss +3 -0
- package/styles/progress-button/_layout.bootstrap4.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/progress-button/_layout.bootstrap5.scss +3 -0
- package/styles/progress-button/_layout.fabric-dark.scss +3 -0
- package/styles/progress-button/_layout.fabric.scss +3 -0
- package/styles/progress-button/_layout.fluent-dark.scss +3 -0
- package/styles/progress-button/_layout.fluent.scss +3 -0
- package/styles/progress-button/_layout.fluent2.scss +3 -0
- package/styles/progress-button/_layout.highcontrast-light.scss +3 -0
- package/styles/progress-button/_layout.highcontrast.scss +3 -0
- package/styles/progress-button/_layout.material-dark.scss +3 -0
- package/styles/progress-button/_layout.material.scss +3 -0
- package/styles/progress-button/_layout.material3-dark.scss +3 -0
- package/styles/progress-button/_layout.material3.scss +3 -0
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/_layout.tailwind-dark.scss +3 -0
- package/styles/progress-button/_layout.tailwind.scss +3 -0
- package/styles/progress-button/_layout.tailwind3.scss +3 -0
- package/styles/progress-button/_theme-variables.bds.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/progress-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fabric.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent.scss +1 -0
- package/styles/progress-button/_theme-variables.fluent2.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/progress-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/progress-button/_theme-variables.material-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material.scss +1 -0
- package/styles/progress-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.material3.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/progress-button/_theme-variables.tailwind.scss +1 -0
- package/styles/progress-button/_theme.bds.scss +4 -0
- package/styles/progress-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap.scss +4 -0
- package/styles/progress-button/_theme.bootstrap4.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/progress-button/_theme.bootstrap5.scss +4 -0
- package/styles/progress-button/_theme.fabric-dark.scss +4 -0
- package/styles/progress-button/_theme.fabric.scss +4 -0
- package/styles/progress-button/_theme.fluent-dark.scss +4 -0
- package/styles/progress-button/_theme.fluent.scss +4 -0
- package/styles/progress-button/_theme.fluent2.scss +4 -0
- package/styles/progress-button/_theme.highcontrast-light.scss +4 -0
- package/styles/progress-button/_theme.highcontrast.scss +4 -0
- package/styles/progress-button/_theme.material-dark.scss +4 -0
- package/styles/progress-button/_theme.material.scss +4 -0
- package/styles/progress-button/_theme.material3-dark.scss +4 -0
- package/styles/progress-button/_theme.material3.scss +4 -0
- package/styles/progress-button/_theme.scss +0 -1
- package/styles/progress-button/_theme.tailwind-dark.scss +4 -0
- package/styles/progress-button/_theme.tailwind.scss +4 -0
- package/styles/progress-button/_theme.tailwind3.scss +4 -0
- package/styles/progress-button/bds.css +189 -0
- package/styles/progress-button/bds.scss +2 -2
- package/styles/progress-button/bootstrap-dark.scss +2 -2
- package/styles/progress-button/bootstrap.scss +2 -2
- package/styles/progress-button/bootstrap4.scss +2 -2
- package/styles/progress-button/bootstrap5-dark.scss +2 -2
- package/styles/progress-button/bootstrap5.3.css +252 -0
- package/styles/progress-button/bootstrap5.3.scss +2 -2
- package/styles/progress-button/bootstrap5.scss +2 -2
- package/styles/progress-button/fabric-dark.scss +2 -2
- package/styles/progress-button/fabric.scss +2 -2
- package/styles/progress-button/fluent-dark.scss +2 -2
- package/styles/progress-button/fluent.scss +2 -2
- package/styles/progress-button/fluent2.css +258 -0
- package/styles/progress-button/fluent2.scss +2 -2
- package/styles/progress-button/highcontrast-light.scss +2 -2
- package/styles/progress-button/highcontrast.scss +2 -2
- package/styles/progress-button/material-dark.scss +2 -2
- package/styles/progress-button/material.scss +2 -2
- package/styles/progress-button/material3-dark.css +246 -0
- package/styles/progress-button/material3-dark.scss +2 -2
- package/styles/progress-button/material3.css +252 -0
- package/styles/progress-button/material3.scss +2 -2
- package/styles/progress-button/tailwind-dark.scss +2 -2
- package/styles/progress-button/tailwind.scss +2 -2
- package/styles/progress-button/tailwind3.css +222 -0
- package/styles/progress-button/tailwind3.scss +2 -2
- package/styles/split-button/_all.bds.scss +2 -0
- package/styles/split-button/_all.bootstrap-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap.scss +2 -0
- package/styles/split-button/_all.bootstrap4.scss +2 -0
- package/styles/split-button/_all.bootstrap5-dark.scss +2 -0
- package/styles/split-button/_all.bootstrap5.3.scss +2 -0
- package/styles/split-button/_all.bootstrap5.scss +2 -0
- package/styles/split-button/_all.fabric-dark.scss +2 -0
- package/styles/split-button/_all.fabric.scss +2 -0
- package/styles/split-button/_all.fluent-dark.scss +2 -0
- package/styles/split-button/_all.fluent.scss +2 -0
- package/styles/split-button/_all.fluent2.scss +2 -0
- package/styles/split-button/_all.highcontrast-light.scss +2 -0
- package/styles/split-button/_all.highcontrast.scss +2 -0
- package/styles/split-button/_all.material-dark.scss +2 -0
- package/styles/split-button/_all.material.scss +2 -0
- package/styles/split-button/_all.material3-dark.scss +2 -0
- package/styles/split-button/_all.material3.scss +2 -0
- package/styles/split-button/_all.tailwind-dark.scss +2 -0
- package/styles/split-button/_all.tailwind.scss +2 -0
- package/styles/split-button/_all.tailwind3.scss +2 -0
- package/styles/split-button/_bigger.bds.scss +3 -0
- package/styles/split-button/_bigger.bootstrap-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap.scss +3 -0
- package/styles/split-button/_bigger.bootstrap4.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.3.scss +3 -0
- package/styles/split-button/_bigger.bootstrap5.scss +3 -0
- package/styles/split-button/_bigger.fabric-dark.scss +3 -0
- package/styles/split-button/_bigger.fabric.scss +3 -0
- package/styles/split-button/_bigger.fluent-dark.scss +3 -0
- package/styles/split-button/_bigger.fluent.scss +3 -0
- package/styles/split-button/_bigger.fluent2.scss +3 -0
- package/styles/split-button/_bigger.highcontrast-light.scss +3 -0
- package/styles/split-button/_bigger.highcontrast.scss +3 -0
- package/styles/split-button/_bigger.material-dark.scss +3 -0
- package/styles/split-button/_bigger.material.scss +3 -0
- package/styles/split-button/_bigger.material3-dark.scss +3 -0
- package/styles/split-button/_bigger.material3.scss +3 -0
- package/styles/split-button/_bigger.scss +0 -1
- package/styles/split-button/_bigger.tailwind-dark.scss +3 -0
- package/styles/split-button/_bigger.tailwind.scss +3 -0
- package/styles/split-button/_bigger.tailwind3.scss +3 -0
- package/styles/split-button/_layout.bds.scss +3 -0
- package/styles/split-button/_layout.bootstrap-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap.scss +3 -0
- package/styles/split-button/_layout.bootstrap4.scss +3 -0
- package/styles/split-button/_layout.bootstrap5-dark.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.3.scss +3 -0
- package/styles/split-button/_layout.bootstrap5.scss +3 -0
- package/styles/split-button/_layout.fabric-dark.scss +3 -0
- package/styles/split-button/_layout.fabric.scss +3 -0
- package/styles/split-button/_layout.fluent-dark.scss +3 -0
- package/styles/split-button/_layout.fluent.scss +3 -0
- package/styles/split-button/_layout.fluent2.scss +3 -0
- package/styles/split-button/_layout.highcontrast-light.scss +3 -0
- package/styles/split-button/_layout.highcontrast.scss +3 -0
- package/styles/split-button/_layout.material-dark.scss +3 -0
- package/styles/split-button/_layout.material.scss +3 -0
- package/styles/split-button/_layout.material3-dark.scss +3 -0
- package/styles/split-button/_layout.material3.scss +3 -0
- package/styles/split-button/_layout.scss +0 -1
- package/styles/split-button/_layout.tailwind-dark.scss +3 -0
- package/styles/split-button/_layout.tailwind.scss +3 -0
- package/styles/split-button/_layout.tailwind3.scss +3 -0
- package/styles/split-button/_theme-variables.bds.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap4.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/split-button/_theme-variables.bootstrap5.scss +1 -0
- package/styles/split-button/_theme-variables.fabric-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fabric.scss +1 -0
- package/styles/split-button/_theme-variables.fluent-dark.scss +1 -0
- package/styles/split-button/_theme-variables.fluent.scss +1 -0
- package/styles/split-button/_theme-variables.fluent2.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/split-button/_theme-variables.highcontrast.scss +1 -0
- package/styles/split-button/_theme-variables.material-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material.scss +1 -0
- package/styles/split-button/_theme-variables.material3-dark.scss +1 -0
- package/styles/split-button/_theme-variables.material3.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/split-button/_theme-variables.tailwind.scss +1 -0
- package/styles/split-button/_theme.bds.scss +4 -0
- package/styles/split-button/_theme.bootstrap-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap.scss +4 -0
- package/styles/split-button/_theme.bootstrap4.scss +4 -0
- package/styles/split-button/_theme.bootstrap5-dark.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.3.scss +4 -0
- package/styles/split-button/_theme.bootstrap5.scss +4 -0
- package/styles/split-button/_theme.fabric-dark.scss +4 -0
- package/styles/split-button/_theme.fabric.scss +4 -0
- package/styles/split-button/_theme.fluent-dark.scss +4 -0
- package/styles/split-button/_theme.fluent.scss +4 -0
- package/styles/split-button/_theme.fluent2.scss +4 -0
- package/styles/split-button/_theme.highcontrast-light.scss +4 -0
- package/styles/split-button/_theme.highcontrast.scss +4 -0
- package/styles/split-button/_theme.material-dark.scss +4 -0
- package/styles/split-button/_theme.material.scss +4 -0
- package/styles/split-button/_theme.material3-dark.scss +4 -0
- package/styles/split-button/_theme.material3.scss +4 -0
- package/styles/split-button/_theme.scss +0 -1
- package/styles/split-button/_theme.tailwind-dark.scss +4 -0
- package/styles/split-button/_theme.tailwind.scss +4 -0
- package/styles/split-button/_theme.tailwind3.scss +4 -0
- package/styles/split-button/bds.css +324 -0
- package/styles/split-button/bds.scss +2 -2
- package/styles/split-button/bootstrap-dark.scss +2 -2
- package/styles/split-button/bootstrap.scss +2 -2
- package/styles/split-button/bootstrap4.scss +2 -2
- package/styles/split-button/bootstrap5-dark.scss +2 -2
- package/styles/split-button/bootstrap5.3.css +252 -0
- package/styles/split-button/bootstrap5.3.scss +2 -2
- package/styles/split-button/bootstrap5.scss +2 -2
- package/styles/split-button/fabric-dark.scss +2 -2
- package/styles/split-button/fabric.scss +2 -2
- package/styles/split-button/fluent-dark.scss +2 -2
- package/styles/split-button/fluent.scss +2 -2
- package/styles/split-button/fluent2.css +258 -0
- package/styles/split-button/fluent2.scss +2 -2
- package/styles/split-button/highcontrast-light.scss +2 -2
- package/styles/split-button/highcontrast.scss +2 -2
- package/styles/split-button/material-dark.scss +2 -2
- package/styles/split-button/material.scss +2 -2
- package/styles/split-button/material3-dark.css +246 -0
- package/styles/split-button/material3-dark.scss +2 -2
- package/styles/split-button/material3.css +252 -0
- package/styles/split-button/material3.scss +2 -2
- package/styles/split-button/tailwind-dark.scss +2 -2
- package/styles/split-button/tailwind.scss +2 -2
- package/styles/split-button/tailwind3.css +222 -0
- package/styles/split-button/tailwind3.scss +2 -2
- package/styles/tailwind-dark-lite.css +235 -235
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +235 -235
- package/styles/tailwind-dark.scss +8 -8
- package/styles/tailwind-lite.css +235 -235
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +235 -235
- package/styles/tailwind.scss +8 -8
- package/styles/tailwind3-lite.css +956 -364
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +1645 -757
- package/styles/tailwind3.scss +8 -8
- /package/styles/button-group/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/drop-down-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/progress-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
- /package/styles/split-button/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
package/styles/fluent2-lite.css
CHANGED
|
@@ -90,6 +90,92 @@
|
|
|
90
90
|
content: "\e729";
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
/* Font Family */
|
|
102
|
+
/* Font Sizes */
|
|
103
|
+
/* Radius */
|
|
104
|
+
/* 1px */
|
|
105
|
+
/* 2px */
|
|
106
|
+
/* 3px */
|
|
107
|
+
/* 4px */
|
|
108
|
+
/* 5px */
|
|
109
|
+
/* 6px */
|
|
110
|
+
/* 7px */
|
|
111
|
+
/* 8px */
|
|
112
|
+
/* 9px */
|
|
113
|
+
/* 10px */
|
|
114
|
+
/* 11px */
|
|
115
|
+
/* 12px */
|
|
116
|
+
/* 13px */
|
|
117
|
+
/* 14px */
|
|
118
|
+
/* 15px */
|
|
119
|
+
/* 16px */
|
|
120
|
+
/* 17px */
|
|
121
|
+
/* 18px */
|
|
122
|
+
/* 19px */
|
|
123
|
+
/* 20px */
|
|
124
|
+
/* 21px */
|
|
125
|
+
/* 22px */
|
|
126
|
+
/* 23px */
|
|
127
|
+
/* 24px */
|
|
128
|
+
/* 25px */
|
|
129
|
+
/* 26px */
|
|
130
|
+
/* 27px */
|
|
131
|
+
/* 28px */
|
|
132
|
+
/* 29px */
|
|
133
|
+
/* 30px */
|
|
134
|
+
/* 31px */
|
|
135
|
+
/* 32px */
|
|
136
|
+
/* 33px */
|
|
137
|
+
/* 34px */
|
|
138
|
+
/* 35px */
|
|
139
|
+
/* 36px */
|
|
140
|
+
/* 37px */
|
|
141
|
+
/* 38px */
|
|
142
|
+
/* 39px */
|
|
143
|
+
/* 40px */
|
|
144
|
+
/* 41px */
|
|
145
|
+
/* 42px */
|
|
146
|
+
/* 43px */
|
|
147
|
+
/* 44px */
|
|
148
|
+
/* 45px */
|
|
149
|
+
/* 46px */
|
|
150
|
+
/* 47px */
|
|
151
|
+
/* 48px */
|
|
152
|
+
/* 49px */
|
|
153
|
+
/* 50px */
|
|
154
|
+
/* 5em */
|
|
155
|
+
/* 65% */
|
|
156
|
+
/* border */
|
|
157
|
+
/* 0px */
|
|
158
|
+
/* 1px */
|
|
159
|
+
/* 1.5px */
|
|
160
|
+
/* 2px */
|
|
161
|
+
/* 3px */
|
|
162
|
+
/* 4px */
|
|
163
|
+
/* 5px */
|
|
164
|
+
/* 6px */
|
|
165
|
+
/* 7px */
|
|
166
|
+
/* 8px */
|
|
167
|
+
/* 9px */
|
|
168
|
+
/* 10px */
|
|
169
|
+
/* 11px */
|
|
170
|
+
/* 12px */
|
|
171
|
+
/* 13px */
|
|
172
|
+
/* 14px */
|
|
173
|
+
/* 15px */
|
|
174
|
+
/* 16px */
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
93
179
|
.e-dropdown-btn,
|
|
94
180
|
.e-dropdown-btn.e-btn {
|
|
95
181
|
text-transform: none;
|
|
@@ -260,6 +346,92 @@
|
|
|
260
346
|
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
261
347
|
}
|
|
262
348
|
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
/* Font Family */
|
|
358
|
+
/* Font Sizes */
|
|
359
|
+
/* Radius */
|
|
360
|
+
/* 1px */
|
|
361
|
+
/* 2px */
|
|
362
|
+
/* 3px */
|
|
363
|
+
/* 4px */
|
|
364
|
+
/* 5px */
|
|
365
|
+
/* 6px */
|
|
366
|
+
/* 7px */
|
|
367
|
+
/* 8px */
|
|
368
|
+
/* 9px */
|
|
369
|
+
/* 10px */
|
|
370
|
+
/* 11px */
|
|
371
|
+
/* 12px */
|
|
372
|
+
/* 13px */
|
|
373
|
+
/* 14px */
|
|
374
|
+
/* 15px */
|
|
375
|
+
/* 16px */
|
|
376
|
+
/* 17px */
|
|
377
|
+
/* 18px */
|
|
378
|
+
/* 19px */
|
|
379
|
+
/* 20px */
|
|
380
|
+
/* 21px */
|
|
381
|
+
/* 22px */
|
|
382
|
+
/* 23px */
|
|
383
|
+
/* 24px */
|
|
384
|
+
/* 25px */
|
|
385
|
+
/* 26px */
|
|
386
|
+
/* 27px */
|
|
387
|
+
/* 28px */
|
|
388
|
+
/* 29px */
|
|
389
|
+
/* 30px */
|
|
390
|
+
/* 31px */
|
|
391
|
+
/* 32px */
|
|
392
|
+
/* 33px */
|
|
393
|
+
/* 34px */
|
|
394
|
+
/* 35px */
|
|
395
|
+
/* 36px */
|
|
396
|
+
/* 37px */
|
|
397
|
+
/* 38px */
|
|
398
|
+
/* 39px */
|
|
399
|
+
/* 40px */
|
|
400
|
+
/* 41px */
|
|
401
|
+
/* 42px */
|
|
402
|
+
/* 43px */
|
|
403
|
+
/* 44px */
|
|
404
|
+
/* 45px */
|
|
405
|
+
/* 46px */
|
|
406
|
+
/* 47px */
|
|
407
|
+
/* 48px */
|
|
408
|
+
/* 49px */
|
|
409
|
+
/* 50px */
|
|
410
|
+
/* 5em */
|
|
411
|
+
/* 65% */
|
|
412
|
+
/* border */
|
|
413
|
+
/* 0px */
|
|
414
|
+
/* 1px */
|
|
415
|
+
/* 1.5px */
|
|
416
|
+
/* 2px */
|
|
417
|
+
/* 3px */
|
|
418
|
+
/* 4px */
|
|
419
|
+
/* 5px */
|
|
420
|
+
/* 6px */
|
|
421
|
+
/* 7px */
|
|
422
|
+
/* 8px */
|
|
423
|
+
/* 9px */
|
|
424
|
+
/* 10px */
|
|
425
|
+
/* 11px */
|
|
426
|
+
/* 12px */
|
|
427
|
+
/* 13px */
|
|
428
|
+
/* 14px */
|
|
429
|
+
/* 15px */
|
|
430
|
+
/* 16px */
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
263
435
|
.e-dropdown-popup {
|
|
264
436
|
background: var(--color-sf-flyout-bg-color);
|
|
265
437
|
color: var(--color-sf-secondary-text-color);
|
|
@@ -325,90 +497,176 @@
|
|
|
325
497
|
color: inherit;
|
|
326
498
|
}
|
|
327
499
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
/* Font Family */
|
|
509
|
+
/* Font Sizes */
|
|
510
|
+
/* Radius */
|
|
511
|
+
/* 1px */
|
|
512
|
+
/* 2px */
|
|
513
|
+
/* 3px */
|
|
514
|
+
/* 4px */
|
|
515
|
+
/* 5px */
|
|
516
|
+
/* 6px */
|
|
517
|
+
/* 7px */
|
|
518
|
+
/* 8px */
|
|
519
|
+
/* 9px */
|
|
520
|
+
/* 10px */
|
|
521
|
+
/* 11px */
|
|
522
|
+
/* 12px */
|
|
523
|
+
/* 13px */
|
|
524
|
+
/* 14px */
|
|
525
|
+
/* 15px */
|
|
526
|
+
/* 16px */
|
|
527
|
+
/* 17px */
|
|
528
|
+
/* 18px */
|
|
529
|
+
/* 19px */
|
|
530
|
+
/* 20px */
|
|
531
|
+
/* 21px */
|
|
532
|
+
/* 22px */
|
|
533
|
+
/* 23px */
|
|
534
|
+
/* 24px */
|
|
535
|
+
/* 25px */
|
|
536
|
+
/* 26px */
|
|
537
|
+
/* 27px */
|
|
538
|
+
/* 28px */
|
|
539
|
+
/* 29px */
|
|
540
|
+
/* 30px */
|
|
541
|
+
/* 31px */
|
|
542
|
+
/* 32px */
|
|
543
|
+
/* 33px */
|
|
544
|
+
/* 34px */
|
|
545
|
+
/* 35px */
|
|
546
|
+
/* 36px */
|
|
547
|
+
/* 37px */
|
|
548
|
+
/* 38px */
|
|
549
|
+
/* 39px */
|
|
550
|
+
/* 40px */
|
|
551
|
+
/* 41px */
|
|
552
|
+
/* 42px */
|
|
553
|
+
/* 43px */
|
|
554
|
+
/* 44px */
|
|
555
|
+
/* 45px */
|
|
556
|
+
/* 46px */
|
|
557
|
+
/* 47px */
|
|
558
|
+
/* 48px */
|
|
559
|
+
/* 49px */
|
|
560
|
+
/* 50px */
|
|
561
|
+
/* 5em */
|
|
562
|
+
/* 65% */
|
|
563
|
+
/* border */
|
|
564
|
+
/* 0px */
|
|
565
|
+
/* 1px */
|
|
566
|
+
/* 1.5px */
|
|
567
|
+
/* 2px */
|
|
568
|
+
/* 3px */
|
|
569
|
+
/* 4px */
|
|
570
|
+
/* 5px */
|
|
571
|
+
/* 6px */
|
|
572
|
+
/* 7px */
|
|
573
|
+
/* 8px */
|
|
574
|
+
/* 9px */
|
|
575
|
+
/* 10px */
|
|
576
|
+
/* 11px */
|
|
577
|
+
/* 12px */
|
|
578
|
+
/* 13px */
|
|
579
|
+
/* 14px */
|
|
580
|
+
/* 15px */
|
|
581
|
+
/* 16px */
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
.e-split-btn-wrapper {
|
|
587
|
+
display: -webkit-inline-box;
|
|
588
|
+
display: -ms-inline-flexbox;
|
|
589
|
+
display: inline-flex;
|
|
590
|
+
white-space: nowrap;
|
|
591
|
+
width: -webkit-min-content;
|
|
592
|
+
width: -moz-min-content;
|
|
593
|
+
width: min-content;
|
|
594
|
+
}
|
|
595
|
+
.e-split-btn-wrapper .e-split-btn {
|
|
596
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
597
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
598
|
+
text-transform: none;
|
|
599
|
+
padding: 3.75px 11px;
|
|
600
|
+
}
|
|
601
|
+
.e-split-btn-wrapper .e-split-btn:focus {
|
|
602
|
+
outline-offset: 0;
|
|
603
|
+
}
|
|
604
|
+
.e-split-btn-wrapper .e-split-btn:hover {
|
|
605
|
+
-webkit-box-shadow: none;
|
|
606
|
+
box-shadow: none;
|
|
607
|
+
}
|
|
608
|
+
.e-split-btn-wrapper .e-split-btn:focus {
|
|
609
|
+
-webkit-box-shadow: none;
|
|
610
|
+
box-shadow: none;
|
|
611
|
+
}
|
|
612
|
+
.e-split-btn-wrapper .e-split-btn.e-btn:focus-visible {
|
|
613
|
+
border-right-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
614
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
615
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
616
|
+
}
|
|
617
|
+
.e-split-btn-wrapper .e-split-btn:active {
|
|
618
|
+
-webkit-box-shadow: none;
|
|
619
|
+
box-shadow: none;
|
|
620
|
+
z-index: 2;
|
|
621
|
+
}
|
|
622
|
+
.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
|
|
623
|
+
padding-bottom: 10px;
|
|
624
|
+
padding-top: 10px;
|
|
625
|
+
}
|
|
626
|
+
.e-split-btn-wrapper .e-split-btn .e-btn-icon {
|
|
627
|
+
font-size: 14px;
|
|
628
|
+
margin-left: 0;
|
|
629
|
+
padding-right: 8px;
|
|
630
|
+
width: auto;
|
|
631
|
+
}
|
|
632
|
+
.e-split-btn-wrapper .e-split-btn .e-icon-top {
|
|
633
|
+
padding-bottom: 4px;
|
|
634
|
+
padding-right: 0;
|
|
635
|
+
}
|
|
636
|
+
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
|
|
637
|
+
padding-left: 10px;
|
|
638
|
+
padding-right: 10px;
|
|
639
|
+
}
|
|
640
|
+
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
|
|
641
|
+
padding-right: 0;
|
|
642
|
+
}
|
|
643
|
+
.e-split-btn-wrapper .e-dropdown-btn {
|
|
644
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
645
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
646
|
+
margin-left: -1px;
|
|
647
|
+
padding-left: 4px;
|
|
648
|
+
padding-right: 4px;
|
|
649
|
+
}
|
|
650
|
+
.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
|
|
651
|
+
-webkit-box-shadow: none;
|
|
652
|
+
box-shadow: none;
|
|
653
|
+
}
|
|
654
|
+
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
655
|
+
-webkit-box-shadow: none;
|
|
656
|
+
box-shadow: none;
|
|
657
|
+
z-index: 2;
|
|
658
|
+
}
|
|
659
|
+
.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
|
|
660
|
+
z-index: 0;
|
|
661
|
+
}
|
|
662
|
+
.e-split-btn-wrapper .e-dropdown-btn:focus {
|
|
663
|
+
outline-offset: 0;
|
|
664
|
+
}
|
|
665
|
+
.e-split-btn-wrapper .e-dropdown-btn.e-btn:focus-visible {
|
|
666
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
668
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
669
|
+
}
|
|
412
670
|
.e-split-btn-wrapper .e-btn:focus {
|
|
413
671
|
-webkit-box-shadow: none;
|
|
414
672
|
box-shadow: none;
|
|
@@ -496,6 +754,92 @@
|
|
|
496
754
|
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
497
755
|
}
|
|
498
756
|
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
/* Font Family */
|
|
766
|
+
/* Font Sizes */
|
|
767
|
+
/* Radius */
|
|
768
|
+
/* 1px */
|
|
769
|
+
/* 2px */
|
|
770
|
+
/* 3px */
|
|
771
|
+
/* 4px */
|
|
772
|
+
/* 5px */
|
|
773
|
+
/* 6px */
|
|
774
|
+
/* 7px */
|
|
775
|
+
/* 8px */
|
|
776
|
+
/* 9px */
|
|
777
|
+
/* 10px */
|
|
778
|
+
/* 11px */
|
|
779
|
+
/* 12px */
|
|
780
|
+
/* 13px */
|
|
781
|
+
/* 14px */
|
|
782
|
+
/* 15px */
|
|
783
|
+
/* 16px */
|
|
784
|
+
/* 17px */
|
|
785
|
+
/* 18px */
|
|
786
|
+
/* 19px */
|
|
787
|
+
/* 20px */
|
|
788
|
+
/* 21px */
|
|
789
|
+
/* 22px */
|
|
790
|
+
/* 23px */
|
|
791
|
+
/* 24px */
|
|
792
|
+
/* 25px */
|
|
793
|
+
/* 26px */
|
|
794
|
+
/* 27px */
|
|
795
|
+
/* 28px */
|
|
796
|
+
/* 29px */
|
|
797
|
+
/* 30px */
|
|
798
|
+
/* 31px */
|
|
799
|
+
/* 32px */
|
|
800
|
+
/* 33px */
|
|
801
|
+
/* 34px */
|
|
802
|
+
/* 35px */
|
|
803
|
+
/* 36px */
|
|
804
|
+
/* 37px */
|
|
805
|
+
/* 38px */
|
|
806
|
+
/* 39px */
|
|
807
|
+
/* 40px */
|
|
808
|
+
/* 41px */
|
|
809
|
+
/* 42px */
|
|
810
|
+
/* 43px */
|
|
811
|
+
/* 44px */
|
|
812
|
+
/* 45px */
|
|
813
|
+
/* 46px */
|
|
814
|
+
/* 47px */
|
|
815
|
+
/* 48px */
|
|
816
|
+
/* 49px */
|
|
817
|
+
/* 50px */
|
|
818
|
+
/* 5em */
|
|
819
|
+
/* 65% */
|
|
820
|
+
/* border */
|
|
821
|
+
/* 0px */
|
|
822
|
+
/* 1px */
|
|
823
|
+
/* 1.5px */
|
|
824
|
+
/* 2px */
|
|
825
|
+
/* 3px */
|
|
826
|
+
/* 4px */
|
|
827
|
+
/* 5px */
|
|
828
|
+
/* 6px */
|
|
829
|
+
/* 7px */
|
|
830
|
+
/* 8px */
|
|
831
|
+
/* 9px */
|
|
832
|
+
/* 10px */
|
|
833
|
+
/* 11px */
|
|
834
|
+
/* 12px */
|
|
835
|
+
/* 13px */
|
|
836
|
+
/* 14px */
|
|
837
|
+
/* 15px */
|
|
838
|
+
/* 16px */
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
499
843
|
.e-split-btn-wrapper .e-split-btn {
|
|
500
844
|
border-right-color: var(--color-sf-secondary-border-color);
|
|
501
845
|
}
|
|
@@ -594,400 +938,263 @@
|
|
|
594
938
|
border-color: transparent;
|
|
595
939
|
}
|
|
596
940
|
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
/* Font Family */
|
|
950
|
+
/* Font Sizes */
|
|
951
|
+
/* Radius */
|
|
952
|
+
/* 1px */
|
|
953
|
+
/* 2px */
|
|
954
|
+
/* 3px */
|
|
955
|
+
/* 4px */
|
|
956
|
+
/* 5px */
|
|
957
|
+
/* 6px */
|
|
958
|
+
/* 7px */
|
|
959
|
+
/* 8px */
|
|
960
|
+
/* 9px */
|
|
961
|
+
/* 10px */
|
|
962
|
+
/* 11px */
|
|
963
|
+
/* 12px */
|
|
964
|
+
/* 13px */
|
|
965
|
+
/* 14px */
|
|
966
|
+
/* 15px */
|
|
967
|
+
/* 16px */
|
|
968
|
+
/* 17px */
|
|
969
|
+
/* 18px */
|
|
970
|
+
/* 19px */
|
|
971
|
+
/* 20px */
|
|
972
|
+
/* 21px */
|
|
973
|
+
/* 22px */
|
|
974
|
+
/* 23px */
|
|
975
|
+
/* 24px */
|
|
976
|
+
/* 25px */
|
|
977
|
+
/* 26px */
|
|
978
|
+
/* 27px */
|
|
979
|
+
/* 28px */
|
|
980
|
+
/* 29px */
|
|
981
|
+
/* 30px */
|
|
982
|
+
/* 31px */
|
|
983
|
+
/* 32px */
|
|
984
|
+
/* 33px */
|
|
985
|
+
/* 34px */
|
|
986
|
+
/* 35px */
|
|
987
|
+
/* 36px */
|
|
988
|
+
/* 37px */
|
|
989
|
+
/* 38px */
|
|
990
|
+
/* 39px */
|
|
991
|
+
/* 40px */
|
|
992
|
+
/* 41px */
|
|
993
|
+
/* 42px */
|
|
994
|
+
/* 43px */
|
|
995
|
+
/* 44px */
|
|
996
|
+
/* 45px */
|
|
997
|
+
/* 46px */
|
|
998
|
+
/* 47px */
|
|
999
|
+
/* 48px */
|
|
1000
|
+
/* 49px */
|
|
1001
|
+
/* 50px */
|
|
1002
|
+
/* 5em */
|
|
1003
|
+
/* 65% */
|
|
1004
|
+
/* border */
|
|
1005
|
+
/* 0px */
|
|
1006
|
+
/* 1px */
|
|
1007
|
+
/* 1.5px */
|
|
1008
|
+
/* 2px */
|
|
1009
|
+
/* 3px */
|
|
1010
|
+
/* 4px */
|
|
1011
|
+
/* 5px */
|
|
1012
|
+
/* 6px */
|
|
1013
|
+
/* 7px */
|
|
1014
|
+
/* 8px */
|
|
1015
|
+
/* 9px */
|
|
1016
|
+
/* 10px */
|
|
1017
|
+
/* 11px */
|
|
1018
|
+
/* 12px */
|
|
1019
|
+
/* 13px */
|
|
1020
|
+
/* 14px */
|
|
1021
|
+
/* 15px */
|
|
1022
|
+
/* 16px */
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
597
1027
|
/* stylelint-disable */
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
display: inline-flex;
|
|
603
|
-
border-radius: 4px;
|
|
604
|
-
-webkit-box-orient: horizontal;
|
|
605
|
-
-webkit-box-direction: normal;
|
|
606
|
-
-ms-flex-direction: row;
|
|
607
|
-
flex-direction: row;
|
|
608
|
-
position: relative;
|
|
609
|
-
}
|
|
610
|
-
*.e-btn-group input + label.e-btn,
|
|
611
|
-
*.e-css.e-btn-group input + label.e-btn {
|
|
612
|
-
margin-bottom: 0;
|
|
613
|
-
}
|
|
614
|
-
*.e-btn-group input,
|
|
615
|
-
*.e-css.e-btn-group input {
|
|
616
|
-
-moz-appearance: none;
|
|
617
|
-
height: 1px;
|
|
618
|
-
margin: 0 0 0 -1px;
|
|
619
|
-
opacity: 0;
|
|
620
|
-
position: absolute;
|
|
621
|
-
width: 1px;
|
|
622
|
-
}
|
|
623
|
-
*.e-btn-group input:disabled + label.e-btn,
|
|
624
|
-
*.e-btn-group :disabled,
|
|
625
|
-
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
626
|
-
*.e-css.e-btn-group :disabled {
|
|
627
|
-
cursor: default;
|
|
628
|
-
pointer-events: none;
|
|
1028
|
+
.e-btn-group:not(.e-outline),
|
|
1029
|
+
.e-css.e-btn-group:not(.e-outline) {
|
|
1030
|
+
-webkit-box-shadow: none;
|
|
1031
|
+
box-shadow: none;
|
|
629
1032
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
1033
|
+
.e-btn-group .e-btn:hover,
|
|
1034
|
+
.e-css.e-btn-group .e-btn:hover {
|
|
1035
|
+
-webkit-box-shadow: none;
|
|
1036
|
+
box-shadow: none;
|
|
633
1037
|
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
1038
|
+
.e-btn-group .e-btn:focus-visible,
|
|
1039
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
1040
|
+
.e-css.e-btn-group .e-btn:focus-visible,
|
|
1041
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn {
|
|
1042
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
|
|
1043
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
|
|
637
1044
|
}
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
1045
|
+
.e-btn-group .e-outline.e-btn:active,
|
|
1046
|
+
.e-btn-group .e-outline.e-btn:focus,
|
|
1047
|
+
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
1048
|
+
.e-css.e-btn-group .e-outline.e-btn:active,
|
|
1049
|
+
.e-css.e-btn-group .e-outline.e-btn:focus,
|
|
1050
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
1051
|
+
background: transparent !important;
|
|
643
1052
|
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
1053
|
+
.e-btn-group .e-btn:focus,
|
|
1054
|
+
.e-btn-group input:focus-visible + label.e-btn,
|
|
1055
|
+
.e-btn-group input:focus + label.e-btn,
|
|
1056
|
+
.e-css.e-btn-group .e-btn:focus,
|
|
1057
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
1058
|
+
.e-css.e-btn-group input:focus + label.e-btn {
|
|
1059
|
+
background: var(--color-sf-secondary-bg-color-selected);
|
|
1060
|
+
border-color: var(--color-sf-secondary-border-color-selected);
|
|
1061
|
+
color: var(--color-sf-secondary-text-color-selected);
|
|
1062
|
+
outline: var(--color-sf-secondary-bg-color) 0 solid;
|
|
1063
|
+
outline-offset: 0;
|
|
1064
|
+
-webkit-box-shadow: none;
|
|
1065
|
+
box-shadow: none;
|
|
1066
|
+
box-shadow: none;
|
|
1067
|
+
outline-color: inherit;
|
|
648
1068
|
}
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
1069
|
+
.e-btn-group .e-btn:focus.e-primary,
|
|
1070
|
+
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
1071
|
+
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
1072
|
+
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
1073
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
1074
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
1075
|
+
background: var(--color-sf-primary-bg-color-selected);
|
|
1076
|
+
border-color: var(--color-sf-primary-border-color-selected);
|
|
1077
|
+
color: var(--color-sf-primary-text-selected);
|
|
1078
|
+
outline: var(--color-sf-secondary-bg-color) 0 solid;
|
|
1079
|
+
-webkit-box-shadow: none;
|
|
1080
|
+
box-shadow: none;
|
|
1081
|
+
box-shadow: none;
|
|
1082
|
+
outline-color: inherit;
|
|
653
1083
|
}
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
1084
|
+
.e-btn-group .e-btn:focus.e-success,
|
|
1085
|
+
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
1086
|
+
.e-btn-group input:focus + label.e-btn.e-success,
|
|
1087
|
+
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
1088
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
1089
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
1090
|
+
background: var(--color-sf-success-bg-color-selected);
|
|
1091
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1092
|
+
color: var(--color-sf-success-text-hover);
|
|
1093
|
+
-webkit-box-shadow: none;
|
|
1094
|
+
box-shadow: none;
|
|
1095
|
+
box-shadow: none;
|
|
1096
|
+
outline-color: inherit;
|
|
658
1097
|
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
1098
|
+
.e-btn-group .e-btn:focus.e-info,
|
|
1099
|
+
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
1100
|
+
.e-btn-group input:focus + label.e-btn.e-info,
|
|
1101
|
+
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
1102
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
1103
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
1104
|
+
background: var(--color-sf-info-bg-color-selected);
|
|
1105
|
+
border-color: var(--color-sf-info-border-color-selected);
|
|
1106
|
+
color: var(--color-sf-info-text-hover);
|
|
1107
|
+
-webkit-box-shadow: none;
|
|
1108
|
+
box-shadow: none;
|
|
1109
|
+
box-shadow: none;
|
|
1110
|
+
outline-color: inherit;
|
|
663
1111
|
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
1112
|
+
.e-btn-group .e-btn:focus.e-warning,
|
|
1113
|
+
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
1114
|
+
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
1115
|
+
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
1116
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
1117
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
1118
|
+
background: var(--color-sf-warning-bg-color-selected);
|
|
1119
|
+
border-color: var(--color-sf-warning-border-color-selected);
|
|
1120
|
+
color: var(--color-sf-warning-text-hover);
|
|
1121
|
+
-webkit-box-shadow: none;
|
|
1122
|
+
box-shadow: none;
|
|
1123
|
+
box-shadow: none;
|
|
1124
|
+
outline-color: inherit;
|
|
668
1125
|
}
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
1126
|
+
.e-btn-group .e-btn:focus.e-danger,
|
|
1127
|
+
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
1128
|
+
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
1129
|
+
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
1130
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
1131
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
1132
|
+
background: var(--color-sf-danger-bg-color-selected);
|
|
1133
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1134
|
+
color: var(--color-sf-danger-text-hover);
|
|
1135
|
+
-webkit-box-shadow: none;
|
|
1136
|
+
box-shadow: none;
|
|
1137
|
+
box-shadow: none;
|
|
1138
|
+
outline-color: inherit;
|
|
673
1139
|
}
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
border-radius:
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
686
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
687
|
-
}
|
|
688
|
-
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
689
|
-
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
690
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
691
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
692
|
-
}
|
|
693
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
694
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
695
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
696
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
697
|
-
}
|
|
698
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
699
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
700
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
701
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
702
|
-
}
|
|
703
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
704
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
705
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
706
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
707
|
-
}
|
|
708
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
709
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
710
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
711
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
712
|
-
}
|
|
713
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
714
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
715
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
716
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
717
|
-
}
|
|
718
|
-
*.e-btn-group.e-vertical,
|
|
719
|
-
*.e-css.e-btn-group.e-vertical {
|
|
720
|
-
-webkit-box-orient: vertical;
|
|
721
|
-
-webkit-box-direction: normal;
|
|
722
|
-
-ms-flex-direction: column;
|
|
723
|
-
flex-direction: column;
|
|
724
|
-
}
|
|
725
|
-
*.e-btn-group.e-vertical input,
|
|
726
|
-
*.e-css.e-btn-group.e-vertical input {
|
|
727
|
-
margin: -1px 0 0;
|
|
728
|
-
}
|
|
729
|
-
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
730
|
-
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
731
|
-
margin-top: -1px;
|
|
732
|
-
}
|
|
733
|
-
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
734
|
-
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
735
|
-
border-radius: calc(var(--e-radius) * 0);
|
|
736
|
-
}
|
|
737
|
-
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
738
|
-
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
739
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
740
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
741
|
-
border-top-left-radius: calc(var(--e-radius) * 0.125);
|
|
742
|
-
border-top-right-radius: calc(var(--e-radius) * 0.125);
|
|
743
|
-
}
|
|
744
|
-
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
745
|
-
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
746
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0.125);
|
|
747
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0.125);
|
|
748
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
749
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
750
|
-
}
|
|
751
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
752
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
753
|
-
border-radius: calc(var(--e-radius) * 1.25);
|
|
754
|
-
}
|
|
755
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
756
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
757
|
-
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
758
|
-
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
759
|
-
}
|
|
760
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
761
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
762
|
-
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
763
|
-
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
764
|
-
}
|
|
765
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
766
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
767
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
768
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
769
|
-
}
|
|
770
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
771
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
772
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
773
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
774
|
-
}
|
|
775
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
776
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
777
|
-
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
778
|
-
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
779
|
-
}
|
|
780
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
781
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
782
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
783
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
784
|
-
}
|
|
785
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
786
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
787
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
788
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
789
|
-
}
|
|
790
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
791
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
792
|
-
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
793
|
-
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
794
|
-
}
|
|
795
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
796
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
797
|
-
border-radius: calc(var(--e-radius) * 1.25);
|
|
798
|
-
}
|
|
799
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
800
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
801
|
-
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
802
|
-
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
803
|
-
}
|
|
804
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
805
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
806
|
-
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
807
|
-
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
808
|
-
}
|
|
809
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
810
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
811
|
-
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
812
|
-
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
813
|
-
}
|
|
814
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
815
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
816
|
-
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
817
|
-
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
/* stylelint-disable */
|
|
821
|
-
.e-btn-group:not(.e-outline),
|
|
822
|
-
.e-css.e-btn-group:not(.e-outline) {
|
|
823
|
-
-webkit-box-shadow: none;
|
|
824
|
-
box-shadow: none;
|
|
825
|
-
}
|
|
826
|
-
.e-btn-group .e-btn:hover,
|
|
827
|
-
.e-css.e-btn-group .e-btn:hover {
|
|
1140
|
+
.e-btn-group .e-btn:focus.e-link,
|
|
1141
|
+
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
1142
|
+
.e-btn-group input:focus + label.e-btn.e-link,
|
|
1143
|
+
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
1144
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
1145
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
1146
|
+
border-radius: 0;
|
|
1147
|
+
text-decoration: underline;
|
|
1148
|
+
color: var(--color-sf-primary-bg-color-hover);
|
|
1149
|
+
background-color: transparent;
|
|
1150
|
+
border-color: transparent;
|
|
828
1151
|
-webkit-box-shadow: none;
|
|
829
1152
|
box-shadow: none;
|
|
1153
|
+
outline: none;
|
|
830
1154
|
}
|
|
831
|
-
.e-btn-group .e-btn:focus-
|
|
832
|
-
.e-btn-group input:focus-visible + label.e-btn,
|
|
833
|
-
.e-css.e-btn-group .e-btn:focus-visible,
|
|
834
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn {
|
|
835
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
|
|
836
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
|
|
837
|
-
}
|
|
838
|
-
.e-btn-group .e-outline.e-btn:active,
|
|
839
|
-
.e-btn-group .e-outline.e-btn:focus,
|
|
1155
|
+
.e-btn-group .e-btn:focus.e-outline,
|
|
1156
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
840
1157
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
841
|
-
.e-css.e-btn-group .e-
|
|
842
|
-
.e-css.e-btn-group .e-
|
|
1158
|
+
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
1159
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
843
1160
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
844
|
-
|
|
1161
|
+
color: var(--color-sf-secondary-outline-button-text-color-hover);
|
|
1162
|
+
-webkit-box-shadow: none;
|
|
1163
|
+
box-shadow: none;
|
|
845
1164
|
}
|
|
846
|
-
.e-btn-group .e-btn:focus,
|
|
847
|
-
.e-btn-group input:focus-visible + label.e-btn,
|
|
848
|
-
.e-btn-group input:focus + label.e-btn,
|
|
849
|
-
.e-css.e-btn-group .e-btn:focus,
|
|
850
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
851
|
-
.e-css.e-btn-group input:focus + label.e-btn {
|
|
852
|
-
background: var(--color-sf-secondary-bg-color-selected);
|
|
853
|
-
border-color: var(--color-sf-secondary-border-color-selected);
|
|
854
|
-
color: var(--color-sf-secondary-text-color-selected);
|
|
855
|
-
outline: var(--color-sf-secondary-bg-color) 0 solid;
|
|
856
|
-
outline-offset: 0;
|
|
1165
|
+
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
1166
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
1167
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
1168
|
+
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
1169
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
1170
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
857
1171
|
-webkit-box-shadow: none;
|
|
858
1172
|
box-shadow: none;
|
|
859
|
-
box-shadow: none;
|
|
860
|
-
outline-color: inherit;
|
|
861
1173
|
}
|
|
862
|
-
.e-btn-group .e-btn:focus.e-
|
|
863
|
-
.e-btn-group input:focus-visible + label.e-btn.e-
|
|
864
|
-
.e-btn-group input:focus + label.e-btn.e-
|
|
865
|
-
.e-css.e-btn-group .e-btn:focus.e-
|
|
866
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-
|
|
867
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-
|
|
868
|
-
background: var(--color-sf-primary-bg-color-selected);
|
|
869
|
-
border-color: var(--color-sf-primary-border-color-selected);
|
|
870
|
-
color: var(--color-sf-primary-text-selected);
|
|
871
|
-
outline: var(--color-sf-secondary-bg-color) 0 solid;
|
|
1174
|
+
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
1175
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
1176
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
1177
|
+
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
1178
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
1179
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
872
1180
|
-webkit-box-shadow: none;
|
|
873
1181
|
box-shadow: none;
|
|
874
|
-
box-shadow: none;
|
|
875
|
-
outline-color: inherit;
|
|
876
1182
|
}
|
|
877
|
-
.e-btn-group .e-btn:focus.e-
|
|
878
|
-
.e-btn-group input:focus-visible + label.e-btn.e-
|
|
879
|
-
.e-btn-group input:focus + label.e-btn.e-
|
|
880
|
-
.e-css.e-btn-group .e-btn:focus.e-
|
|
881
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-
|
|
882
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-
|
|
883
|
-
background: var(--color-sf-success-bg-color-selected);
|
|
884
|
-
border-color: var(--color-sf-success-border-color-selected);
|
|
885
|
-
color: var(--color-sf-success-text-hover);
|
|
1183
|
+
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
1184
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
1185
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
1186
|
+
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
1187
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
1188
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
886
1189
|
-webkit-box-shadow: none;
|
|
887
1190
|
box-shadow: none;
|
|
888
|
-
box-shadow: none;
|
|
889
|
-
outline-color: inherit;
|
|
890
1191
|
}
|
|
891
|
-
.e-btn-group .e-btn:focus.e-
|
|
892
|
-
.e-btn-group input:focus-visible + label.e-btn.e-
|
|
893
|
-
.e-btn-group input:focus + label.e-btn.e-
|
|
894
|
-
.e-css.e-btn-group .e-btn:focus.e-
|
|
895
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-
|
|
896
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-
|
|
897
|
-
background: var(--color-sf-info-bg-color-selected);
|
|
898
|
-
border-color: var(--color-sf-info-border-color-selected);
|
|
899
|
-
color: var(--color-sf-info-text-hover);
|
|
900
|
-
-webkit-box-shadow: none;
|
|
901
|
-
box-shadow: none;
|
|
902
|
-
box-shadow: none;
|
|
903
|
-
outline-color: inherit;
|
|
904
|
-
}
|
|
905
|
-
.e-btn-group .e-btn:focus.e-warning,
|
|
906
|
-
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
907
|
-
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
908
|
-
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
909
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
910
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
911
|
-
background: var(--color-sf-warning-bg-color-selected);
|
|
912
|
-
border-color: var(--color-sf-warning-border-color-selected);
|
|
913
|
-
color: var(--color-sf-warning-text-hover);
|
|
914
|
-
-webkit-box-shadow: none;
|
|
915
|
-
box-shadow: none;
|
|
916
|
-
box-shadow: none;
|
|
917
|
-
outline-color: inherit;
|
|
918
|
-
}
|
|
919
|
-
.e-btn-group .e-btn:focus.e-danger,
|
|
920
|
-
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
921
|
-
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
922
|
-
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
923
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
924
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
925
|
-
background: var(--color-sf-danger-bg-color-selected);
|
|
926
|
-
border-color: var(--color-sf-success-border-color-selected);
|
|
927
|
-
color: var(--color-sf-danger-text-hover);
|
|
928
|
-
-webkit-box-shadow: none;
|
|
929
|
-
box-shadow: none;
|
|
930
|
-
box-shadow: none;
|
|
931
|
-
outline-color: inherit;
|
|
932
|
-
}
|
|
933
|
-
.e-btn-group .e-btn:focus.e-link,
|
|
934
|
-
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
935
|
-
.e-btn-group input:focus + label.e-btn.e-link,
|
|
936
|
-
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
937
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
938
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
939
|
-
border-radius: 0;
|
|
940
|
-
text-decoration: underline;
|
|
941
|
-
color: var(--color-sf-primary-bg-color-hover);
|
|
942
|
-
background-color: transparent;
|
|
943
|
-
border-color: transparent;
|
|
944
|
-
-webkit-box-shadow: none;
|
|
945
|
-
box-shadow: none;
|
|
946
|
-
outline: none;
|
|
947
|
-
}
|
|
948
|
-
.e-btn-group .e-btn:focus.e-outline,
|
|
949
|
-
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
950
|
-
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
951
|
-
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
952
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
953
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
954
|
-
color: var(--color-sf-secondary-outline-button-text-color-hover);
|
|
955
|
-
-webkit-box-shadow: none;
|
|
956
|
-
box-shadow: none;
|
|
957
|
-
}
|
|
958
|
-
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
959
|
-
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
960
|
-
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
961
|
-
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
962
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
963
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
964
|
-
-webkit-box-shadow: none;
|
|
965
|
-
box-shadow: none;
|
|
966
|
-
}
|
|
967
|
-
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
968
|
-
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
969
|
-
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
970
|
-
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
971
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
972
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
973
|
-
-webkit-box-shadow: none;
|
|
974
|
-
box-shadow: none;
|
|
975
|
-
}
|
|
976
|
-
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
977
|
-
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
978
|
-
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
979
|
-
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
980
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
981
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
982
|
-
-webkit-box-shadow: none;
|
|
983
|
-
box-shadow: none;
|
|
984
|
-
}
|
|
985
|
-
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
986
|
-
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
987
|
-
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
988
|
-
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
989
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
990
|
-
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
1192
|
+
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
1193
|
+
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
1194
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
1195
|
+
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
1196
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
1197
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
991
1198
|
-webkit-box-shadow: none;
|
|
992
1199
|
box-shadow: none;
|
|
993
1200
|
}
|
|
@@ -1167,248 +1374,557 @@
|
|
|
1167
1374
|
color: var(--color-sf-primary-text-disabled);
|
|
1168
1375
|
border-color: var(--color-sf-primary-border-color);
|
|
1169
1376
|
}
|
|
1170
|
-
.e-btn-group .e-btn:disabled.e-success,
|
|
1171
|
-
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1172
|
-
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1173
|
-
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1174
|
-
background: var(--color-sf-success-bg-color-disabled);
|
|
1175
|
-
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1176
|
-
-webkit-box-shadow: none;
|
|
1177
|
-
box-shadow: none;
|
|
1178
|
-
color: var(--color-sf-success-text-disabled);
|
|
1179
|
-
border-color: var(--color-sf-success-border-color);
|
|
1377
|
+
.e-btn-group .e-btn:disabled.e-success,
|
|
1378
|
+
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1379
|
+
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1380
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1381
|
+
background: var(--color-sf-success-bg-color-disabled);
|
|
1382
|
+
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1383
|
+
-webkit-box-shadow: none;
|
|
1384
|
+
box-shadow: none;
|
|
1385
|
+
color: var(--color-sf-success-text-disabled);
|
|
1386
|
+
border-color: var(--color-sf-success-border-color);
|
|
1387
|
+
}
|
|
1388
|
+
.e-btn-group .e-btn:disabled.e-info,
|
|
1389
|
+
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1390
|
+
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1391
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1392
|
+
background: var(--color-sf-info-bg-color-disabled);
|
|
1393
|
+
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1394
|
+
-webkit-box-shadow: none;
|
|
1395
|
+
box-shadow: none;
|
|
1396
|
+
color: var(--color-sf-info-text-disabled);
|
|
1397
|
+
border-color: var(--color-sf-info-border-color);
|
|
1398
|
+
}
|
|
1399
|
+
.e-btn-group .e-btn:disabled.e-warning,
|
|
1400
|
+
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1401
|
+
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1402
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1403
|
+
background: var(--color-sf-warning-bg-color-disabled);
|
|
1404
|
+
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1405
|
+
-webkit-box-shadow: none;
|
|
1406
|
+
box-shadow: none;
|
|
1407
|
+
color: var(--color-sf-warning-text-disabled);
|
|
1408
|
+
border-color: var(--color-sf-warning-border-color);
|
|
1409
|
+
}
|
|
1410
|
+
.e-btn-group .e-btn:disabled.e-danger,
|
|
1411
|
+
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1412
|
+
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1413
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1414
|
+
background: var(--color-sf-danger-bg-color-disabled);
|
|
1415
|
+
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1416
|
+
-webkit-box-shadow: none;
|
|
1417
|
+
box-shadow: none;
|
|
1418
|
+
color: var(--color-sf-warning-text-disabled);
|
|
1419
|
+
border-color: var(--color-sf-danger-border-color);
|
|
1420
|
+
}
|
|
1421
|
+
.e-btn-group .e-btn:disabled.e-link,
|
|
1422
|
+
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
1423
|
+
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1424
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1425
|
+
color: var(--color-sf-primary-text-disabled);
|
|
1426
|
+
background: transparent;
|
|
1427
|
+
-webkit-box-shadow: none;
|
|
1428
|
+
box-shadow: none;
|
|
1429
|
+
text-decoration: none;
|
|
1430
|
+
border-color: transparent;
|
|
1431
|
+
}
|
|
1432
|
+
.e-btn-group .e-btn:disabled.e-outline,
|
|
1433
|
+
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1434
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1435
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1436
|
+
background: transparent;
|
|
1437
|
+
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1438
|
+
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1439
|
+
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1440
|
+
border-color: var(--color-sf-secondary-border-color);
|
|
1441
|
+
}
|
|
1442
|
+
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1443
|
+
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1444
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1445
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1446
|
+
background: transparent;
|
|
1447
|
+
border-color: rgba(var(--color-sf-primary), 0.65);
|
|
1448
|
+
-webkit-box-shadow: none;
|
|
1449
|
+
box-shadow: none;
|
|
1450
|
+
color: rgba(var(--color-sf-primary), 0.65);
|
|
1451
|
+
border-color: var(--color-sf-primary-bg-color);
|
|
1452
|
+
}
|
|
1453
|
+
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1454
|
+
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1455
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1456
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1457
|
+
background: transparent;
|
|
1458
|
+
border-color: rgba(var(--color-sf-success-bg-color), 0.65);
|
|
1459
|
+
-webkit-box-shadow: none;
|
|
1460
|
+
box-shadow: none;
|
|
1461
|
+
color: rgba(var(--color-sf-success), 0.65);
|
|
1462
|
+
border-color: var(--color-sf-success-bg-color);
|
|
1463
|
+
}
|
|
1464
|
+
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1465
|
+
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1466
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1467
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1468
|
+
background: transparent;
|
|
1469
|
+
border-color: rgba(var(--color-sf-info-bg-color), 0.65);
|
|
1470
|
+
-webkit-box-shadow: none;
|
|
1471
|
+
box-shadow: none;
|
|
1472
|
+
color: rgba(var(--color-sf-info), 0.65);
|
|
1473
|
+
border-color: var(--color-sf-info-bg-color);
|
|
1474
|
+
}
|
|
1475
|
+
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1476
|
+
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1477
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1478
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1479
|
+
background: transparent;
|
|
1480
|
+
border-color: rgba(var(--color-sf-warning-bg-color), 0.65);
|
|
1481
|
+
-webkit-box-shadow: none;
|
|
1482
|
+
box-shadow: none;
|
|
1483
|
+
color: rgba(var(--color-sf-warning), 0.65);
|
|
1484
|
+
border-color: var(--color-sf-warning-bg-color);
|
|
1485
|
+
}
|
|
1486
|
+
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1487
|
+
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1488
|
+
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1489
|
+
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1490
|
+
background: transparent;
|
|
1491
|
+
border-color: rgba(var(--color-sf-danger-bg-color), 0.65);
|
|
1492
|
+
-webkit-box-shadow: none;
|
|
1493
|
+
box-shadow: none;
|
|
1494
|
+
color: rgba(var(--color-sf-danger), 0.65);
|
|
1495
|
+
border-color: var(--color-sf-danger-bg-color);
|
|
1496
|
+
}
|
|
1497
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
1498
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
1499
|
+
border-left: transparent;
|
|
1500
|
+
border-right: transparent;
|
|
1501
|
+
}
|
|
1502
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
1503
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
1504
|
+
border-right: transparent;
|
|
1505
|
+
}
|
|
1506
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
1507
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
1508
|
+
border-left: transparent;
|
|
1509
|
+
}
|
|
1510
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
1511
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
1512
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
1513
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
|
|
1514
|
+
border-color: var(--color-sf-secondary-border-color);
|
|
1515
|
+
outline-color: inherit;
|
|
1516
|
+
}
|
|
1517
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1518
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
1519
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1520
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1521
|
+
border-color: var(--color-sf-primary);
|
|
1522
|
+
outline-color: inherit;
|
|
1523
|
+
}
|
|
1524
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1525
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
1526
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1527
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1528
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1529
|
+
outline-color: inherit;
|
|
1530
|
+
}
|
|
1531
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1532
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1533
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1534
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1535
|
+
border-color: var(--color-sf-info-border-color-selected);
|
|
1536
|
+
outline-color: inherit;
|
|
1537
|
+
}
|
|
1538
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1539
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1540
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1541
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1542
|
+
border-color: var(--color-sf-warning-border-color-selected);
|
|
1543
|
+
outline-color: inherit;
|
|
1544
|
+
}
|
|
1545
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1546
|
+
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1547
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1548
|
+
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1549
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1550
|
+
outline-color: inherit;
|
|
1551
|
+
}
|
|
1552
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
1553
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
1554
|
+
border-bottom: transparent;
|
|
1555
|
+
border-top: transparent;
|
|
1556
|
+
}
|
|
1557
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
1558
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
1559
|
+
border-bottom: transparent;
|
|
1560
|
+
}
|
|
1561
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
1562
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
1563
|
+
border-top: transparent;
|
|
1564
|
+
}
|
|
1565
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
1566
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
1567
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
1568
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
|
|
1569
|
+
border-color: var(--color-sf-secondary-border-color);
|
|
1570
|
+
outline-color: inherit;
|
|
1571
|
+
}
|
|
1572
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1573
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
1574
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1575
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1576
|
+
border-color: var(--color-sf-primary);
|
|
1577
|
+
outline-color: inherit;
|
|
1578
|
+
}
|
|
1579
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1580
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
1581
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1582
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1583
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1584
|
+
outline-color: inherit;
|
|
1585
|
+
}
|
|
1586
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1587
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1588
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1589
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1590
|
+
border-color: var(--color-sf-info-border-color-selected);
|
|
1591
|
+
outline-color: inherit;
|
|
1592
|
+
}
|
|
1593
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1594
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1595
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1596
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1597
|
+
border-color: var(--color-sf-warning-border-color-selected);
|
|
1598
|
+
outline-color: inherit;
|
|
1599
|
+
}
|
|
1600
|
+
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1601
|
+
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1602
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1603
|
+
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1604
|
+
border-color: var(--color-sf-success-border-color-selected);
|
|
1605
|
+
outline-color: inherit;
|
|
1606
|
+
}
|
|
1607
|
+
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1608
|
+
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1609
|
+
border-left: transparent;
|
|
1610
|
+
border-right: transparent;
|
|
1611
|
+
}
|
|
1612
|
+
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
1613
|
+
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
1614
|
+
border-left: transparent;
|
|
1615
|
+
}
|
|
1616
|
+
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
1617
|
+
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
1618
|
+
border-right: transparent;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
/* Font Family */
|
|
1630
|
+
/* Font Sizes */
|
|
1631
|
+
/* Radius */
|
|
1632
|
+
/* 1px */
|
|
1633
|
+
/* 2px */
|
|
1634
|
+
/* 3px */
|
|
1635
|
+
/* 4px */
|
|
1636
|
+
/* 5px */
|
|
1637
|
+
/* 6px */
|
|
1638
|
+
/* 7px */
|
|
1639
|
+
/* 8px */
|
|
1640
|
+
/* 9px */
|
|
1641
|
+
/* 10px */
|
|
1642
|
+
/* 11px */
|
|
1643
|
+
/* 12px */
|
|
1644
|
+
/* 13px */
|
|
1645
|
+
/* 14px */
|
|
1646
|
+
/* 15px */
|
|
1647
|
+
/* 16px */
|
|
1648
|
+
/* 17px */
|
|
1649
|
+
/* 18px */
|
|
1650
|
+
/* 19px */
|
|
1651
|
+
/* 20px */
|
|
1652
|
+
/* 21px */
|
|
1653
|
+
/* 22px */
|
|
1654
|
+
/* 23px */
|
|
1655
|
+
/* 24px */
|
|
1656
|
+
/* 25px */
|
|
1657
|
+
/* 26px */
|
|
1658
|
+
/* 27px */
|
|
1659
|
+
/* 28px */
|
|
1660
|
+
/* 29px */
|
|
1661
|
+
/* 30px */
|
|
1662
|
+
/* 31px */
|
|
1663
|
+
/* 32px */
|
|
1664
|
+
/* 33px */
|
|
1665
|
+
/* 34px */
|
|
1666
|
+
/* 35px */
|
|
1667
|
+
/* 36px */
|
|
1668
|
+
/* 37px */
|
|
1669
|
+
/* 38px */
|
|
1670
|
+
/* 39px */
|
|
1671
|
+
/* 40px */
|
|
1672
|
+
/* 41px */
|
|
1673
|
+
/* 42px */
|
|
1674
|
+
/* 43px */
|
|
1675
|
+
/* 44px */
|
|
1676
|
+
/* 45px */
|
|
1677
|
+
/* 46px */
|
|
1678
|
+
/* 47px */
|
|
1679
|
+
/* 48px */
|
|
1680
|
+
/* 49px */
|
|
1681
|
+
/* 50px */
|
|
1682
|
+
/* 5em */
|
|
1683
|
+
/* 65% */
|
|
1684
|
+
/* border */
|
|
1685
|
+
/* 0px */
|
|
1686
|
+
/* 1px */
|
|
1687
|
+
/* 1.5px */
|
|
1688
|
+
/* 2px */
|
|
1689
|
+
/* 3px */
|
|
1690
|
+
/* 4px */
|
|
1691
|
+
/* 5px */
|
|
1692
|
+
/* 6px */
|
|
1693
|
+
/* 7px */
|
|
1694
|
+
/* 8px */
|
|
1695
|
+
/* 9px */
|
|
1696
|
+
/* 10px */
|
|
1697
|
+
/* 11px */
|
|
1698
|
+
/* 12px */
|
|
1699
|
+
/* 13px */
|
|
1700
|
+
/* 14px */
|
|
1701
|
+
/* 15px */
|
|
1702
|
+
/* 16px */
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
/* stylelint-disable */
|
|
1708
|
+
*.e-btn-group,
|
|
1709
|
+
*.e-css.e-btn-group {
|
|
1710
|
+
display: -webkit-inline-box;
|
|
1711
|
+
display: -ms-inline-flexbox;
|
|
1712
|
+
display: inline-flex;
|
|
1713
|
+
border-radius: 4px;
|
|
1714
|
+
-webkit-box-orient: horizontal;
|
|
1715
|
+
-webkit-box-direction: normal;
|
|
1716
|
+
-ms-flex-direction: row;
|
|
1717
|
+
flex-direction: row;
|
|
1718
|
+
position: relative;
|
|
1719
|
+
}
|
|
1720
|
+
*.e-btn-group input + label.e-btn,
|
|
1721
|
+
*.e-css.e-btn-group input + label.e-btn {
|
|
1722
|
+
margin-bottom: 0;
|
|
1723
|
+
}
|
|
1724
|
+
*.e-btn-group input,
|
|
1725
|
+
*.e-css.e-btn-group input {
|
|
1726
|
+
-moz-appearance: none;
|
|
1727
|
+
height: 1px;
|
|
1728
|
+
margin: 0 0 0 -1px;
|
|
1729
|
+
opacity: 0;
|
|
1730
|
+
position: absolute;
|
|
1731
|
+
width: 1px;
|
|
1732
|
+
}
|
|
1733
|
+
*.e-btn-group input:disabled + label.e-btn,
|
|
1734
|
+
*.e-btn-group :disabled,
|
|
1735
|
+
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
1736
|
+
*.e-css.e-btn-group :disabled {
|
|
1737
|
+
cursor: default;
|
|
1738
|
+
pointer-events: none;
|
|
1739
|
+
}
|
|
1740
|
+
*.e-btn-group .e-btn-icon,
|
|
1741
|
+
*.e-css.e-btn-group .e-btn-icon {
|
|
1742
|
+
font-size: 14px;
|
|
1743
|
+
}
|
|
1744
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1745
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1746
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
1747
|
+
}
|
|
1748
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
1749
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
1750
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
1751
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1752
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1753
|
+
}
|
|
1754
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
1755
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1756
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1757
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1758
|
+
}
|
|
1759
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
1760
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
1761
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1762
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1763
|
+
}
|
|
1764
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
1765
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
1766
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1767
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1768
|
+
}
|
|
1769
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
1770
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
1771
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1772
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1180
1773
|
}
|
|
1181
|
-
|
|
1182
|
-
.e-btn-group
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
background: var(--color-sf-info-bg-color-disabled);
|
|
1186
|
-
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1187
|
-
-webkit-box-shadow: none;
|
|
1188
|
-
box-shadow: none;
|
|
1189
|
-
color: var(--color-sf-info-text-disabled);
|
|
1190
|
-
border-color: var(--color-sf-info-border-color);
|
|
1774
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1775
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1776
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1777
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1191
1778
|
}
|
|
1192
|
-
|
|
1193
|
-
.e-btn-group
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
background: var(--color-sf-warning-bg-color-disabled);
|
|
1197
|
-
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1198
|
-
-webkit-box-shadow: none;
|
|
1199
|
-
box-shadow: none;
|
|
1200
|
-
color: var(--color-sf-warning-text-disabled);
|
|
1201
|
-
border-color: var(--color-sf-warning-border-color);
|
|
1779
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1780
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1781
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1782
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1202
1783
|
}
|
|
1203
|
-
|
|
1204
|
-
.e-btn-group
|
|
1205
|
-
|
|
1206
|
-
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1207
|
-
background: var(--color-sf-danger-bg-color-disabled);
|
|
1208
|
-
border-color: var(--color-sf-secondary-border-color-disabled);
|
|
1209
|
-
-webkit-box-shadow: none;
|
|
1210
|
-
box-shadow: none;
|
|
1211
|
-
color: var(--color-sf-warning-text-disabled);
|
|
1212
|
-
border-color: var(--color-sf-danger-border-color);
|
|
1784
|
+
*.e-btn-group.e-rtl .e-btn,
|
|
1785
|
+
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
1786
|
+
margin-left: -1px;
|
|
1213
1787
|
}
|
|
1214
|
-
|
|
1215
|
-
.e-btn-group
|
|
1216
|
-
|
|
1217
|
-
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1218
|
-
color: var(--color-sf-primary-text-disabled);
|
|
1219
|
-
background: transparent;
|
|
1220
|
-
-webkit-box-shadow: none;
|
|
1221
|
-
box-shadow: none;
|
|
1222
|
-
text-decoration: none;
|
|
1223
|
-
border-color: transparent;
|
|
1788
|
+
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1789
|
+
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1790
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
1224
1791
|
}
|
|
1225
|
-
|
|
1226
|
-
.e-btn-group
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1231
|
-
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1232
|
-
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1233
|
-
border-color: var(--color-sf-secondary-border-color);
|
|
1792
|
+
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
1793
|
+
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
1794
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
1795
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1796
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1234
1797
|
}
|
|
1235
|
-
|
|
1236
|
-
.e-btn-group
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
background: transparent;
|
|
1240
|
-
border-color: rgba(var(--color-sf-primary), 0.65);
|
|
1241
|
-
-webkit-box-shadow: none;
|
|
1242
|
-
box-shadow: none;
|
|
1243
|
-
color: rgba(var(--color-sf-primary), 0.65);
|
|
1244
|
-
border-color: var(--color-sf-primary-bg-color);
|
|
1798
|
+
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
1799
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
1800
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1801
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1245
1802
|
}
|
|
1246
|
-
|
|
1247
|
-
.e-btn-group
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
background: transparent;
|
|
1251
|
-
border-color: rgba(var(--color-sf-success-bg-color), 0.65);
|
|
1252
|
-
-webkit-box-shadow: none;
|
|
1253
|
-
box-shadow: none;
|
|
1254
|
-
color: rgba(var(--color-sf-success), 0.65);
|
|
1255
|
-
border-color: var(--color-sf-success-bg-color);
|
|
1803
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
1804
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
1805
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1806
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1256
1807
|
}
|
|
1257
|
-
|
|
1258
|
-
.e-btn-group
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
background: transparent;
|
|
1262
|
-
border-color: rgba(var(--color-sf-info-bg-color), 0.65);
|
|
1263
|
-
-webkit-box-shadow: none;
|
|
1264
|
-
box-shadow: none;
|
|
1265
|
-
color: rgba(var(--color-sf-info), 0.65);
|
|
1266
|
-
border-color: var(--color-sf-info-bg-color);
|
|
1808
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
1809
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
1810
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1811
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1267
1812
|
}
|
|
1268
|
-
|
|
1269
|
-
.e-btn-group
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
background: transparent;
|
|
1273
|
-
border-color: rgba(var(--color-sf-warning-bg-color), 0.65);
|
|
1274
|
-
-webkit-box-shadow: none;
|
|
1275
|
-
box-shadow: none;
|
|
1276
|
-
color: rgba(var(--color-sf-warning), 0.65);
|
|
1277
|
-
border-color: var(--color-sf-warning-bg-color);
|
|
1813
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
1814
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
1815
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1816
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1278
1817
|
}
|
|
1279
|
-
|
|
1280
|
-
.e-btn-group
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
background: transparent;
|
|
1284
|
-
border-color: rgba(var(--color-sf-danger-bg-color), 0.65);
|
|
1285
|
-
-webkit-box-shadow: none;
|
|
1286
|
-
box-shadow: none;
|
|
1287
|
-
color: rgba(var(--color-sf-danger), 0.65);
|
|
1288
|
-
border-color: var(--color-sf-danger-bg-color);
|
|
1818
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1819
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1820
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1821
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1289
1822
|
}
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
border-
|
|
1293
|
-
border-right:
|
|
1823
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1824
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1825
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1826
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1294
1827
|
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1828
|
+
*.e-btn-group.e-vertical,
|
|
1829
|
+
*.e-css.e-btn-group.e-vertical {
|
|
1830
|
+
-webkit-box-orient: vertical;
|
|
1831
|
+
-webkit-box-direction: normal;
|
|
1832
|
+
-ms-flex-direction: column;
|
|
1833
|
+
flex-direction: column;
|
|
1298
1834
|
}
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1835
|
+
*.e-btn-group.e-vertical input,
|
|
1836
|
+
*.e-css.e-btn-group.e-vertical input {
|
|
1837
|
+
margin: -1px 0 0;
|
|
1302
1838
|
}
|
|
1303
|
-
|
|
1304
|
-
.e-btn-group
|
|
1305
|
-
|
|
1306
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
|
|
1307
|
-
border-color: var(--color-sf-secondary-border-color);
|
|
1308
|
-
outline-color: inherit;
|
|
1839
|
+
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
1840
|
+
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
1841
|
+
margin-top: -1px;
|
|
1309
1842
|
}
|
|
1310
|
-
|
|
1311
|
-
.e-btn-group
|
|
1312
|
-
|
|
1313
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1314
|
-
border-color: var(--color-sf-primary);
|
|
1315
|
-
outline-color: inherit;
|
|
1843
|
+
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1844
|
+
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1845
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
1316
1846
|
}
|
|
1317
|
-
|
|
1318
|
-
.e-btn-group
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
border-
|
|
1322
|
-
|
|
1847
|
+
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
1848
|
+
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
1849
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1850
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1851
|
+
border-top-left-radius: calc(var(--e-radius) * 0.125);
|
|
1852
|
+
border-top-right-radius: calc(var(--e-radius) * 0.125);
|
|
1323
1853
|
}
|
|
1324
|
-
|
|
1325
|
-
.e-btn-group
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
border-
|
|
1329
|
-
|
|
1854
|
+
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
1855
|
+
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
1856
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.125);
|
|
1857
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.125);
|
|
1858
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1859
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1330
1860
|
}
|
|
1331
|
-
|
|
1332
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl)
|
|
1333
|
-
|
|
1334
|
-
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1335
|
-
border-color: var(--color-sf-warning-border-color-selected);
|
|
1336
|
-
outline-color: inherit;
|
|
1861
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
1862
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
1863
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
1337
1864
|
}
|
|
1338
|
-
|
|
1339
|
-
.e-btn-group:not(.e-vertical):not(.e-rtl)
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
border-color: var(--color-sf-success-border-color-selected);
|
|
1343
|
-
outline-color: inherit;
|
|
1865
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
1866
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
1867
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
1868
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
1344
1869
|
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
border-bottom:
|
|
1348
|
-
border-top:
|
|
1870
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
1871
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
1872
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
1873
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
1349
1874
|
}
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
border-bottom:
|
|
1875
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
1876
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
1877
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1878
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1353
1879
|
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
border-
|
|
1880
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
1881
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
1882
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1883
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1357
1884
|
}
|
|
1358
|
-
|
|
1359
|
-
.e-btn-group.e-vertical:not(.e-rtl)
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
border-color: var(--color-sf-secondary-border-color);
|
|
1363
|
-
outline-color: inherit;
|
|
1885
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
1886
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
1887
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
1888
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
1364
1889
|
}
|
|
1365
|
-
|
|
1366
|
-
.e-btn-group.e-vertical:not(.e-rtl)
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
border-color: var(--color-sf-primary);
|
|
1370
|
-
outline-color: inherit;
|
|
1890
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1891
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1892
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1893
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1371
1894
|
}
|
|
1372
|
-
|
|
1373
|
-
.e-btn-group.e-vertical:not(.e-rtl)
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
border-color: var(--color-sf-success-border-color-selected);
|
|
1377
|
-
outline-color: inherit;
|
|
1895
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1896
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1897
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1898
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1378
1899
|
}
|
|
1379
|
-
|
|
1380
|
-
.e-btn-group.e-vertical:not(.e-rtl)
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
border-color: var(--color-sf-info-border-color-selected);
|
|
1384
|
-
outline-color: inherit;
|
|
1900
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
1901
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
1902
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
1903
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
1385
1904
|
}
|
|
1386
|
-
|
|
1387
|
-
.e-btn-group.e-
|
|
1388
|
-
|
|
1389
|
-
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1390
|
-
border-color: var(--color-sf-warning-border-color-selected);
|
|
1391
|
-
outline-color: inherit;
|
|
1905
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
1906
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
1907
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
1392
1908
|
}
|
|
1393
|
-
|
|
1394
|
-
.e-btn-group.e-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
border-color: var(--color-sf-success-border-color-selected);
|
|
1398
|
-
outline-color: inherit;
|
|
1909
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
1910
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
1911
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
1912
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
1399
1913
|
}
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
border-left:
|
|
1403
|
-
border-
|
|
1914
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
1915
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
1916
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
1917
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
1404
1918
|
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
border-left:
|
|
1919
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
1920
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
1921
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1922
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1408
1923
|
}
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
border-right:
|
|
1924
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
1925
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
1926
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1927
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1412
1928
|
}
|
|
1413
1929
|
|
|
1414
1930
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1452,6 +1968,92 @@
|
|
|
1452
1968
|
transform: rotate(360deg);
|
|
1453
1969
|
}
|
|
1454
1970
|
}
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
/* Font Family */
|
|
1980
|
+
/* Font Sizes */
|
|
1981
|
+
/* Radius */
|
|
1982
|
+
/* 1px */
|
|
1983
|
+
/* 2px */
|
|
1984
|
+
/* 3px */
|
|
1985
|
+
/* 4px */
|
|
1986
|
+
/* 5px */
|
|
1987
|
+
/* 6px */
|
|
1988
|
+
/* 7px */
|
|
1989
|
+
/* 8px */
|
|
1990
|
+
/* 9px */
|
|
1991
|
+
/* 10px */
|
|
1992
|
+
/* 11px */
|
|
1993
|
+
/* 12px */
|
|
1994
|
+
/* 13px */
|
|
1995
|
+
/* 14px */
|
|
1996
|
+
/* 15px */
|
|
1997
|
+
/* 16px */
|
|
1998
|
+
/* 17px */
|
|
1999
|
+
/* 18px */
|
|
2000
|
+
/* 19px */
|
|
2001
|
+
/* 20px */
|
|
2002
|
+
/* 21px */
|
|
2003
|
+
/* 22px */
|
|
2004
|
+
/* 23px */
|
|
2005
|
+
/* 24px */
|
|
2006
|
+
/* 25px */
|
|
2007
|
+
/* 26px */
|
|
2008
|
+
/* 27px */
|
|
2009
|
+
/* 28px */
|
|
2010
|
+
/* 29px */
|
|
2011
|
+
/* 30px */
|
|
2012
|
+
/* 31px */
|
|
2013
|
+
/* 32px */
|
|
2014
|
+
/* 33px */
|
|
2015
|
+
/* 34px */
|
|
2016
|
+
/* 35px */
|
|
2017
|
+
/* 36px */
|
|
2018
|
+
/* 37px */
|
|
2019
|
+
/* 38px */
|
|
2020
|
+
/* 39px */
|
|
2021
|
+
/* 40px */
|
|
2022
|
+
/* 41px */
|
|
2023
|
+
/* 42px */
|
|
2024
|
+
/* 43px */
|
|
2025
|
+
/* 44px */
|
|
2026
|
+
/* 45px */
|
|
2027
|
+
/* 46px */
|
|
2028
|
+
/* 47px */
|
|
2029
|
+
/* 48px */
|
|
2030
|
+
/* 49px */
|
|
2031
|
+
/* 50px */
|
|
2032
|
+
/* 5em */
|
|
2033
|
+
/* 65% */
|
|
2034
|
+
/* border */
|
|
2035
|
+
/* 0px */
|
|
2036
|
+
/* 1px */
|
|
2037
|
+
/* 1.5px */
|
|
2038
|
+
/* 2px */
|
|
2039
|
+
/* 3px */
|
|
2040
|
+
/* 4px */
|
|
2041
|
+
/* 5px */
|
|
2042
|
+
/* 6px */
|
|
2043
|
+
/* 7px */
|
|
2044
|
+
/* 8px */
|
|
2045
|
+
/* 9px */
|
|
2046
|
+
/* 10px */
|
|
2047
|
+
/* 11px */
|
|
2048
|
+
/* 12px */
|
|
2049
|
+
/* 13px */
|
|
2050
|
+
/* 14px */
|
|
2051
|
+
/* 15px */
|
|
2052
|
+
/* 16px */
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
|
|
1455
2057
|
.e-progress-btn {
|
|
1456
2058
|
position: relative;
|
|
1457
2059
|
}
|
|
@@ -1751,6 +2353,92 @@
|
|
|
1751
2353
|
}
|
|
1752
2354
|
}
|
|
1753
2355
|
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
/* Font Family */
|
|
2365
|
+
/* Font Sizes */
|
|
2366
|
+
/* Radius */
|
|
2367
|
+
/* 1px */
|
|
2368
|
+
/* 2px */
|
|
2369
|
+
/* 3px */
|
|
2370
|
+
/* 4px */
|
|
2371
|
+
/* 5px */
|
|
2372
|
+
/* 6px */
|
|
2373
|
+
/* 7px */
|
|
2374
|
+
/* 8px */
|
|
2375
|
+
/* 9px */
|
|
2376
|
+
/* 10px */
|
|
2377
|
+
/* 11px */
|
|
2378
|
+
/* 12px */
|
|
2379
|
+
/* 13px */
|
|
2380
|
+
/* 14px */
|
|
2381
|
+
/* 15px */
|
|
2382
|
+
/* 16px */
|
|
2383
|
+
/* 17px */
|
|
2384
|
+
/* 18px */
|
|
2385
|
+
/* 19px */
|
|
2386
|
+
/* 20px */
|
|
2387
|
+
/* 21px */
|
|
2388
|
+
/* 22px */
|
|
2389
|
+
/* 23px */
|
|
2390
|
+
/* 24px */
|
|
2391
|
+
/* 25px */
|
|
2392
|
+
/* 26px */
|
|
2393
|
+
/* 27px */
|
|
2394
|
+
/* 28px */
|
|
2395
|
+
/* 29px */
|
|
2396
|
+
/* 30px */
|
|
2397
|
+
/* 31px */
|
|
2398
|
+
/* 32px */
|
|
2399
|
+
/* 33px */
|
|
2400
|
+
/* 34px */
|
|
2401
|
+
/* 35px */
|
|
2402
|
+
/* 36px */
|
|
2403
|
+
/* 37px */
|
|
2404
|
+
/* 38px */
|
|
2405
|
+
/* 39px */
|
|
2406
|
+
/* 40px */
|
|
2407
|
+
/* 41px */
|
|
2408
|
+
/* 42px */
|
|
2409
|
+
/* 43px */
|
|
2410
|
+
/* 44px */
|
|
2411
|
+
/* 45px */
|
|
2412
|
+
/* 46px */
|
|
2413
|
+
/* 47px */
|
|
2414
|
+
/* 48px */
|
|
2415
|
+
/* 49px */
|
|
2416
|
+
/* 50px */
|
|
2417
|
+
/* 5em */
|
|
2418
|
+
/* 65% */
|
|
2419
|
+
/* border */
|
|
2420
|
+
/* 0px */
|
|
2421
|
+
/* 1px */
|
|
2422
|
+
/* 1.5px */
|
|
2423
|
+
/* 2px */
|
|
2424
|
+
/* 3px */
|
|
2425
|
+
/* 4px */
|
|
2426
|
+
/* 5px */
|
|
2427
|
+
/* 6px */
|
|
2428
|
+
/* 7px */
|
|
2429
|
+
/* 8px */
|
|
2430
|
+
/* 9px */
|
|
2431
|
+
/* 10px */
|
|
2432
|
+
/* 11px */
|
|
2433
|
+
/* 12px */
|
|
2434
|
+
/* 13px */
|
|
2435
|
+
/* 14px */
|
|
2436
|
+
/* 15px */
|
|
2437
|
+
/* 16px */
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
|
|
1754
2442
|
/*! Progress Button Theme */
|
|
1755
2443
|
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
|
|
1756
2444
|
fill: var(--color-sf-secondary-text-color);
|