@syncfusion/ej2-vue-navigations 21.2.8 → 22.1.34
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/CHANGELOG.md +29 -0
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +11 -11
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +11 -11
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +8 -8
- package/src/accordion/accordion.component.js +1 -1
- package/src/appbar/appbar.component.js +1 -1
- package/src/breadcrumb/breadcrumb.component.js +1 -1
- package/src/carousel/carousel.component.js +2 -2
- package/src/context-menu/contextmenu.component.js +1 -1
- package/src/menu/menu.component.js +1 -1
- package/src/sidebar/sidebar.component.js +1 -1
- package/src/tab/tab.component.js +1 -1
- package/src/toolbar/toolbar.component.js +1 -1
- package/src/treeview/treeview.component.js +1 -1
- package/styles/accordion/bootstrap-dark.css +11 -1
- package/styles/accordion/bootstrap.css +11 -1
- package/styles/accordion/bootstrap4.css +10 -0
- package/styles/accordion/bootstrap5-dark.css +11 -1
- package/styles/accordion/bootstrap5.css +11 -1
- package/styles/accordion/fabric-dark.css +10 -0
- package/styles/accordion/fabric.css +10 -0
- package/styles/accordion/fluent-dark.css +10 -0
- package/styles/accordion/fluent.css +10 -0
- package/styles/accordion/highcontrast-light.css +10 -0
- package/styles/accordion/highcontrast.css +10 -0
- package/styles/accordion/material-dark.css +10 -0
- package/styles/accordion/material.css +10 -0
- package/styles/accordion/material3-dark.css +596 -0
- package/styles/accordion/material3-dark.scss +2 -0
- package/styles/accordion/material3.css +652 -0
- package/styles/accordion/material3.scss +2 -0
- package/styles/accordion/tailwind-dark.css +10 -0
- package/styles/accordion/tailwind.css +10 -0
- package/styles/appbar/bootstrap-dark.css +7 -3
- package/styles/appbar/bootstrap.css +7 -3
- package/styles/appbar/bootstrap4.css +7 -3
- package/styles/appbar/bootstrap5-dark.css +7 -3
- package/styles/appbar/bootstrap5.css +7 -3
- package/styles/appbar/fabric-dark.css +7 -3
- package/styles/appbar/fabric.css +7 -3
- package/styles/appbar/fluent-dark.css +7 -3
- package/styles/appbar/fluent.css +7 -3
- package/styles/appbar/highcontrast-light.css +7 -3
- package/styles/appbar/highcontrast.css +7 -3
- package/styles/appbar/material-dark.css +7 -3
- package/styles/appbar/material.css +7 -3
- package/styles/appbar/material3-dark.css +307 -0
- package/styles/appbar/material3-dark.scss +2 -0
- package/styles/appbar/material3.css +363 -0
- package/styles/appbar/material3.scss +2 -0
- package/styles/appbar/tailwind-dark.css +7 -3
- package/styles/appbar/tailwind.css +7 -3
- package/styles/bootstrap-dark.css +185 -126
- package/styles/bootstrap.css +185 -126
- package/styles/bootstrap4.css +183 -124
- package/styles/bootstrap5-dark.css +179 -120
- package/styles/bootstrap5.css +179 -120
- package/styles/breadcrumb/bootstrap-dark.css +9 -9
- package/styles/breadcrumb/bootstrap.css +9 -9
- package/styles/breadcrumb/bootstrap4.css +9 -9
- package/styles/breadcrumb/bootstrap5-dark.css +8 -8
- package/styles/breadcrumb/bootstrap5.css +8 -8
- package/styles/breadcrumb/fabric-dark.css +7 -7
- package/styles/breadcrumb/fabric.css +7 -7
- package/styles/breadcrumb/fluent-dark.css +5 -5
- package/styles/breadcrumb/fluent.css +5 -5
- package/styles/breadcrumb/highcontrast-light.css +7 -7
- package/styles/breadcrumb/highcontrast.css +7 -7
- package/styles/breadcrumb/material-dark.css +9 -9
- package/styles/breadcrumb/material.css +9 -9
- package/styles/breadcrumb/material3-dark.css +424 -0
- package/styles/breadcrumb/material3-dark.scss +2 -0
- package/styles/breadcrumb/material3.css +480 -0
- package/styles/breadcrumb/material3.scss +2 -0
- package/styles/breadcrumb/tailwind-dark.css +8 -8
- package/styles/breadcrumb/tailwind.css +8 -8
- package/styles/carousel/bootstrap-dark.css +101 -62
- package/styles/carousel/bootstrap.css +101 -62
- package/styles/carousel/bootstrap4.css +101 -62
- package/styles/carousel/bootstrap5-dark.css +101 -62
- package/styles/carousel/bootstrap5.css +101 -62
- package/styles/carousel/fabric-dark.css +101 -62
- package/styles/carousel/fabric.css +101 -62
- package/styles/carousel/fluent-dark.css +101 -62
- package/styles/carousel/fluent.css +101 -62
- package/styles/carousel/highcontrast-light.css +101 -62
- package/styles/carousel/highcontrast.css +101 -62
- package/styles/carousel/material-dark.css +101 -62
- package/styles/carousel/material.css +101 -62
- package/styles/carousel/material3-dark.css +359 -0
- package/styles/carousel/material3-dark.scss +2 -0
- package/styles/carousel/material3.css +415 -0
- package/styles/carousel/material3.scss +2 -0
- package/styles/carousel/tailwind-dark.css +101 -62
- package/styles/carousel/tailwind.css +101 -62
- package/styles/context-menu/material3-dark.css +435 -0
- package/styles/context-menu/material3-dark.scss +2 -0
- package/styles/context-menu/material3.css +491 -0
- package/styles/context-menu/material3.scss +2 -0
- package/styles/fabric-dark.css +186 -127
- package/styles/fabric.css +185 -126
- package/styles/fluent-dark.css +179 -120
- package/styles/fluent.css +179 -120
- package/styles/h-scroll/material3-dark.css +336 -0
- package/styles/h-scroll/material3-dark.scss +2 -0
- package/styles/h-scroll/material3.css +392 -0
- package/styles/h-scroll/material3.scss +2 -0
- package/styles/highcontrast-light.css +178 -119
- package/styles/highcontrast.css +182 -123
- package/styles/material-dark.css +189 -130
- package/styles/material.css +188 -129
- package/styles/material3-dark.css +11015 -0
- package/styles/material3-dark.scss +14 -0
- package/styles/material3.css +11731 -0
- package/styles/material3.scss +14 -0
- package/styles/menu/bootstrap-dark.css +4 -0
- package/styles/menu/bootstrap.css +4 -0
- package/styles/menu/bootstrap4.css +4 -0
- package/styles/menu/bootstrap5-dark.css +4 -0
- package/styles/menu/bootstrap5.css +4 -0
- package/styles/menu/fabric-dark.css +4 -0
- package/styles/menu/fabric.css +4 -0
- package/styles/menu/fluent-dark.css +4 -0
- package/styles/menu/fluent.css +4 -0
- package/styles/menu/highcontrast-light.css +4 -0
- package/styles/menu/highcontrast.css +4 -0
- package/styles/menu/material-dark.css +4 -0
- package/styles/menu/material.css +4 -0
- package/styles/menu/material3-dark.css +1162 -0
- package/styles/menu/material3-dark.scss +2 -0
- package/styles/menu/material3.css +1218 -0
- package/styles/menu/material3.scss +2 -0
- package/styles/menu/tailwind-dark.css +4 -0
- package/styles/menu/tailwind.css +4 -0
- package/styles/pager/bootstrap-dark.css +15 -43
- package/styles/pager/bootstrap.css +15 -43
- package/styles/pager/bootstrap4.css +14 -42
- package/styles/pager/bootstrap5-dark.css +10 -38
- package/styles/pager/bootstrap5.css +10 -38
- package/styles/pager/fabric-dark.css +17 -45
- package/styles/pager/fabric.css +16 -44
- package/styles/pager/fluent-dark.css +14 -42
- package/styles/pager/fluent.css +14 -42
- package/styles/pager/highcontrast-light.css +10 -38
- package/styles/pager/highcontrast.css +14 -42
- package/styles/pager/material-dark.css +18 -46
- package/styles/pager/material.css +17 -45
- package/styles/pager/material3-dark.css +765 -0
- package/styles/pager/material3-dark.scss +2 -0
- package/styles/pager/material3.css +821 -0
- package/styles/pager/material3.scss +2 -0
- package/styles/pager/tailwind-dark.css +15 -43
- package/styles/pager/tailwind.css +15 -43
- package/styles/sidebar/material3-dark.css +204 -0
- package/styles/sidebar/material3-dark.scss +2 -0
- package/styles/sidebar/material3.css +260 -0
- package/styles/sidebar/material3.scss +2 -0
- package/styles/tab/bootstrap-dark.css +30 -7
- package/styles/tab/bootstrap.css +30 -7
- package/styles/tab/bootstrap4.css +30 -7
- package/styles/tab/bootstrap5-dark.css +30 -7
- package/styles/tab/bootstrap5.css +30 -7
- package/styles/tab/fabric-dark.css +30 -7
- package/styles/tab/fabric.css +30 -7
- package/styles/tab/fluent-dark.css +30 -7
- package/styles/tab/fluent.css +30 -7
- package/styles/tab/highcontrast-light.css +30 -7
- package/styles/tab/highcontrast.css +30 -7
- package/styles/tab/material-dark.css +30 -7
- package/styles/tab/material.css +30 -7
- package/styles/tab/material3-dark.css +4109 -0
- package/styles/tab/material3-dark.scss +2 -0
- package/styles/tab/material3.css +4165 -0
- package/styles/tab/material3.scss +2 -0
- package/styles/tab/tailwind-dark.css +29 -6
- package/styles/tab/tailwind.css +29 -6
- package/styles/tailwind-dark.css +185 -126
- package/styles/tailwind.css +185 -126
- package/styles/toolbar/bootstrap-dark.css +8 -1
- package/styles/toolbar/bootstrap.css +8 -1
- package/styles/toolbar/bootstrap4.css +8 -1
- package/styles/toolbar/bootstrap5-dark.css +8 -1
- package/styles/toolbar/bootstrap5.css +8 -1
- package/styles/toolbar/fabric-dark.css +10 -3
- package/styles/toolbar/fabric.css +10 -3
- package/styles/toolbar/fluent-dark.css +8 -1
- package/styles/toolbar/fluent.css +8 -1
- package/styles/toolbar/highcontrast-light.css +9 -2
- package/styles/toolbar/highcontrast.css +9 -2
- package/styles/toolbar/material-dark.css +10 -3
- package/styles/toolbar/material.css +10 -3
- package/styles/toolbar/material3-dark.css +1145 -0
- package/styles/toolbar/material3-dark.scss +2 -0
- package/styles/toolbar/material3.css +1201 -0
- package/styles/toolbar/material3.scss +2 -0
- package/styles/toolbar/tailwind-dark.css +11 -4
- package/styles/toolbar/tailwind.css +11 -4
- package/styles/treeview/material3-dark.css +903 -0
- package/styles/treeview/material3-dark.scss +2 -0
- package/styles/treeview/material3.css +959 -0
- package/styles/treeview/material3.scss +2 -0
- package/styles/v-scroll/material3-dark.css +258 -0
- package/styles/v-scroll/material3-dark.scss +2 -0
- package/styles/v-scroll/material3.css +314 -0
- package/styles/v-scroll/material3.scss +2 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-navigations@21.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-navigations@21.7.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-lNtYFpwnPTdx7Njb9CUqUZCaoJE7lJchfdA9ZaCkVTtLuVTE4GRJy832oXIdihyNr7TnEvcZbt1MBLmAkxLk9g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-21.7.1.tgz",
|
|
23
|
+
"_shasum": "0730ab729f71b6f845032b957cfb3e8841f4da78",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-navigations": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-navigations": "22.1.34",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"ci-publish": "gulp ci-publish",
|
|
70
70
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
71
71
|
},
|
|
72
|
-
"version": "
|
|
72
|
+
"version": "22.1.34",
|
|
73
73
|
"sideEffects": false
|
|
74
74
|
}
|
|
@@ -28,7 +28,7 @@ export var AccordionComponent = vueDefineComponent({
|
|
|
28
28
|
provide: function () { return { custom: this.custom }; },
|
|
29
29
|
data: function () {
|
|
30
30
|
return {
|
|
31
|
-
|
|
31
|
+
ej2Instance: new Accordion({}),
|
|
32
32
|
propKeys: properties,
|
|
33
33
|
models: modelProps,
|
|
34
34
|
hasChildDirective: true,
|
|
@@ -25,7 +25,7 @@ export var AppBarComponent = vueDefineComponent({
|
|
|
25
25
|
provide: function () { return { custom: this.custom }; },
|
|
26
26
|
data: function () {
|
|
27
27
|
return {
|
|
28
|
-
|
|
28
|
+
ej2Instance: new AppBar({}),
|
|
29
29
|
propKeys: properties,
|
|
30
30
|
models: modelProps,
|
|
31
31
|
hasChildDirective: false,
|
|
@@ -28,7 +28,7 @@ export var BreadcrumbComponent = vueDefineComponent({
|
|
|
28
28
|
provide: function () { return { custom: this.custom }; },
|
|
29
29
|
data: function () {
|
|
30
30
|
return {
|
|
31
|
-
|
|
31
|
+
ej2Instance: new Breadcrumb({}),
|
|
32
32
|
propKeys: properties,
|
|
33
33
|
models: modelProps,
|
|
34
34
|
hasChildDirective: true,
|
|
@@ -3,7 +3,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
5
5
|
import { CarouselItemsDirective, CarouselItemDirective, CarouselItemsPlugin, CarouselItemPlugin } from './items.directive';
|
|
6
|
-
export var properties = ['isLazyUpdate', 'plugins', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width', 'slideChanged', 'slideChanging'];
|
|
6
|
+
export var properties = ['isLazyUpdate', 'plugins', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width', 'slideChanged', 'slideChanging'];
|
|
7
7
|
export var modelProps = ['selectedIndex'];
|
|
8
8
|
export var testProp = getProps({ props: properties });
|
|
9
9
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -28,7 +28,7 @@ export var CarouselComponent = vueDefineComponent({
|
|
|
28
28
|
provide: function () { return { custom: this.custom }; },
|
|
29
29
|
data: function () {
|
|
30
30
|
return {
|
|
31
|
-
|
|
31
|
+
ej2Instance: new Carousel({}),
|
|
32
32
|
propKeys: properties,
|
|
33
33
|
models: modelProps,
|
|
34
34
|
hasChildDirective: true,
|
|
@@ -26,7 +26,7 @@ export var ContextMenuComponent = vueDefineComponent({
|
|
|
26
26
|
provide: function () { return { custom: this.custom }; },
|
|
27
27
|
data: function () {
|
|
28
28
|
return {
|
|
29
|
-
|
|
29
|
+
ej2Instance: new ContextMenu({}),
|
|
30
30
|
propKeys: properties,
|
|
31
31
|
models: modelProps,
|
|
32
32
|
hasChildDirective: false,
|
|
@@ -26,7 +26,7 @@ export var MenuComponent = vueDefineComponent({
|
|
|
26
26
|
provide: function () { return { custom: this.custom }; },
|
|
27
27
|
data: function () {
|
|
28
28
|
return {
|
|
29
|
-
|
|
29
|
+
ej2Instance: new Menu({}),
|
|
30
30
|
propKeys: properties,
|
|
31
31
|
models: modelProps,
|
|
32
32
|
hasChildDirective: true,
|
|
@@ -27,7 +27,7 @@ export var SidebarComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new Sidebar({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
package/src/tab/tab.component.js
CHANGED
|
@@ -26,7 +26,7 @@ export var TabComponent = vueDefineComponent({
|
|
|
26
26
|
provide: function () { return { custom: this.custom }; },
|
|
27
27
|
data: function () {
|
|
28
28
|
return {
|
|
29
|
-
|
|
29
|
+
ej2Instance: new Tab({}),
|
|
30
30
|
propKeys: properties,
|
|
31
31
|
models: modelProps,
|
|
32
32
|
hasChildDirective: true,
|
|
@@ -26,7 +26,7 @@ export var ToolbarComponent = vueDefineComponent({
|
|
|
26
26
|
provide: function () { return { custom: this.custom }; },
|
|
27
27
|
data: function () {
|
|
28
28
|
return {
|
|
29
|
-
|
|
29
|
+
ej2Instance: new Toolbar({}),
|
|
30
30
|
propKeys: properties,
|
|
31
31
|
models: modelProps,
|
|
32
32
|
hasChildDirective: true,
|
|
@@ -25,7 +25,7 @@ export var TreeViewComponent = vueDefineComponent({
|
|
|
25
25
|
provide: function () { return { custom: this.custom }; },
|
|
26
26
|
data: function () {
|
|
27
27
|
return {
|
|
28
|
-
|
|
28
|
+
ej2Instance: new TreeView({}),
|
|
29
29
|
propKeys: properties,
|
|
30
30
|
models: modelProps,
|
|
31
31
|
hasChildDirective: false,
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
24
24
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
25
|
+
box-shadow: none;
|
|
25
26
|
padding: 0 30px;
|
|
26
27
|
}
|
|
27
28
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -116,6 +117,9 @@
|
|
|
116
117
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
117
118
|
border-bottom: 1px solid #505050;
|
|
118
119
|
}
|
|
120
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
121
|
+
margin-top: 0;
|
|
122
|
+
}
|
|
119
123
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
120
124
|
margin-bottom: 0;
|
|
121
125
|
margin-top: 0;
|
|
@@ -205,6 +209,9 @@
|
|
|
205
209
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
206
210
|
padding: 0 30px;
|
|
207
211
|
}
|
|
212
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
213
|
+
box-shadow: none;
|
|
214
|
+
}
|
|
208
215
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
209
216
|
padding: 0;
|
|
210
217
|
}
|
|
@@ -383,6 +390,7 @@
|
|
|
383
390
|
color: #f0f0f0;
|
|
384
391
|
background: none;
|
|
385
392
|
border-top: 0;
|
|
393
|
+
border-bottom: 0;
|
|
386
394
|
}
|
|
387
395
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
388
396
|
color: #3e98ff;
|
|
@@ -470,7 +478,7 @@
|
|
|
470
478
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
471
479
|
border-color: #505050;
|
|
472
480
|
border-style: solid;
|
|
473
|
-
border-width: 1px
|
|
481
|
+
border-width: 1px;
|
|
474
482
|
}
|
|
475
483
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
476
484
|
background: #1a1a1a;
|
|
@@ -486,6 +494,8 @@
|
|
|
486
494
|
}
|
|
487
495
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
488
496
|
box-shadow: none;
|
|
497
|
+
position: relative;
|
|
498
|
+
z-index: 2;
|
|
489
499
|
}
|
|
490
500
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
491
501
|
border-color: #505050;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
25
25
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
26
|
+
box-shadow: none;
|
|
26
27
|
padding: 0 30px;
|
|
27
28
|
}
|
|
28
29
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
118
119
|
border-bottom: 1px solid #ddd;
|
|
119
120
|
}
|
|
121
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
122
|
+
margin-top: 0;
|
|
123
|
+
}
|
|
120
124
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
121
125
|
margin-bottom: 0;
|
|
122
126
|
margin-top: 0;
|
|
@@ -206,6 +210,9 @@
|
|
|
206
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
207
211
|
padding: 0 30px;
|
|
208
212
|
}
|
|
213
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
}
|
|
209
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
210
217
|
padding: 0;
|
|
211
218
|
}
|
|
@@ -384,6 +391,7 @@
|
|
|
384
391
|
color: #333;
|
|
385
392
|
background: none;
|
|
386
393
|
border-top: 0;
|
|
394
|
+
border-bottom: 0;
|
|
387
395
|
}
|
|
388
396
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
389
397
|
color: #333;
|
|
@@ -471,7 +479,7 @@
|
|
|
471
479
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
472
480
|
border-color: #ddd;
|
|
473
481
|
border-style: solid;
|
|
474
|
-
border-width: 1px
|
|
482
|
+
border-width: 1px;
|
|
475
483
|
}
|
|
476
484
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
477
485
|
background: #f5f5f5;
|
|
@@ -487,6 +495,8 @@
|
|
|
487
495
|
}
|
|
488
496
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
489
497
|
box-shadow: none;
|
|
498
|
+
position: relative;
|
|
499
|
+
z-index: 2;
|
|
490
500
|
}
|
|
491
501
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
492
502
|
border-color: #ddd;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
24
24
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
25
|
+
box-shadow: none;
|
|
25
26
|
padding: 0 30px;
|
|
26
27
|
}
|
|
27
28
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -116,6 +117,9 @@
|
|
|
116
117
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
117
118
|
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
118
119
|
}
|
|
120
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
121
|
+
margin-top: 0;
|
|
122
|
+
}
|
|
119
123
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
120
124
|
margin-bottom: 0;
|
|
121
125
|
margin-top: 0;
|
|
@@ -205,6 +209,9 @@
|
|
|
205
209
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
206
210
|
padding: 0 30px;
|
|
207
211
|
}
|
|
212
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
213
|
+
box-shadow: none;
|
|
214
|
+
}
|
|
208
215
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
209
216
|
padding: 0;
|
|
210
217
|
}
|
|
@@ -383,6 +390,7 @@
|
|
|
383
390
|
color: #212529;
|
|
384
391
|
background: #fff;
|
|
385
392
|
border-top: 1px solid rgba(0, 0, 0, 0.13);
|
|
393
|
+
border-bottom: 0;
|
|
386
394
|
}
|
|
387
395
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
388
396
|
color: #007bff;
|
|
@@ -486,6 +494,8 @@
|
|
|
486
494
|
}
|
|
487
495
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
488
496
|
box-shadow: none;
|
|
497
|
+
position: relative;
|
|
498
|
+
z-index: 2;
|
|
489
499
|
}
|
|
490
500
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
491
501
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
26
26
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
27
|
+
box-shadow: none;
|
|
27
28
|
padding: 12px 0 12px 28px;
|
|
28
29
|
}
|
|
29
30
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -118,6 +119,9 @@
|
|
|
118
119
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
119
120
|
border-bottom: 1px solid #444c54;
|
|
120
121
|
}
|
|
122
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
123
|
+
margin-top: 0;
|
|
124
|
+
}
|
|
121
125
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
122
126
|
margin-bottom: 0;
|
|
123
127
|
margin-top: 0;
|
|
@@ -205,7 +209,10 @@
|
|
|
205
209
|
padding: 16px 16px 16px 26px;
|
|
206
210
|
}
|
|
207
211
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
208
|
-
padding:
|
|
212
|
+
padding: 10px 0 10px 26px;
|
|
213
|
+
}
|
|
214
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
215
|
+
box-shadow: inset 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
209
216
|
}
|
|
210
217
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
211
218
|
padding: 0;
|
|
@@ -385,6 +392,7 @@
|
|
|
385
392
|
color: #fff;
|
|
386
393
|
background: none;
|
|
387
394
|
border-top: 0;
|
|
395
|
+
border-bottom: 0;
|
|
388
396
|
}
|
|
389
397
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
390
398
|
color: #fff;
|
|
@@ -488,6 +496,8 @@
|
|
|
488
496
|
}
|
|
489
497
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
490
498
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
499
|
+
position: relative;
|
|
500
|
+
z-index: 2;
|
|
491
501
|
}
|
|
492
502
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
493
503
|
border-color: #444c54;
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
26
26
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
27
|
+
box-shadow: none;
|
|
27
28
|
padding: 12px 0 12px 28px;
|
|
28
29
|
}
|
|
29
30
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -118,6 +119,9 @@
|
|
|
118
119
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
119
120
|
border-bottom: 1px solid #dee2e6;
|
|
120
121
|
}
|
|
122
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
123
|
+
margin-top: 0;
|
|
124
|
+
}
|
|
121
125
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
122
126
|
margin-bottom: 0;
|
|
123
127
|
margin-top: 0;
|
|
@@ -205,7 +209,10 @@
|
|
|
205
209
|
padding: 16px 16px 16px 26px;
|
|
206
210
|
}
|
|
207
211
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
208
|
-
padding:
|
|
212
|
+
padding: 10px 0 10px 26px;
|
|
213
|
+
}
|
|
214
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
215
|
+
box-shadow: inset 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
209
216
|
}
|
|
210
217
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
211
218
|
padding: 0;
|
|
@@ -385,6 +392,7 @@
|
|
|
385
392
|
color: #212529;
|
|
386
393
|
background: none;
|
|
387
394
|
border-top: 0;
|
|
395
|
+
border-bottom: 0;
|
|
388
396
|
}
|
|
389
397
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
390
398
|
color: #212529;
|
|
@@ -488,6 +496,8 @@
|
|
|
488
496
|
}
|
|
489
497
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
490
498
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
499
|
+
position: relative;
|
|
500
|
+
z-index: 2;
|
|
491
501
|
}
|
|
492
502
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
493
503
|
border-color: #dee2e6;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
24
24
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
25
|
+
box-shadow: none;
|
|
25
26
|
padding: 0 42px 0 24px;
|
|
26
27
|
}
|
|
27
28
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -116,6 +117,9 @@
|
|
|
116
117
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
117
118
|
border-bottom: 1px solid #414040;
|
|
118
119
|
}
|
|
120
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
121
|
+
margin-top: 0;
|
|
122
|
+
}
|
|
119
123
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
120
124
|
margin-bottom: 0;
|
|
121
125
|
margin-top: 0;
|
|
@@ -205,6 +209,9 @@
|
|
|
205
209
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
206
210
|
padding: 0 42px 0 24px;
|
|
207
211
|
}
|
|
212
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
213
|
+
box-shadow: none;
|
|
214
|
+
}
|
|
208
215
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
209
216
|
padding: 0;
|
|
210
217
|
}
|
|
@@ -383,6 +390,7 @@
|
|
|
383
390
|
color: #dadada;
|
|
384
391
|
background: none;
|
|
385
392
|
border-top: 0;
|
|
393
|
+
border-bottom: 0;
|
|
386
394
|
}
|
|
387
395
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
388
396
|
color: #dadada;
|
|
@@ -486,6 +494,8 @@
|
|
|
486
494
|
}
|
|
487
495
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
488
496
|
box-shadow: none;
|
|
497
|
+
position: relative;
|
|
498
|
+
z-index: 2;
|
|
489
499
|
}
|
|
490
500
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
491
501
|
border-color: #414040;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
25
25
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
26
|
+
box-shadow: none;
|
|
26
27
|
padding: 0 42px 0 24px;
|
|
27
28
|
}
|
|
28
29
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
118
119
|
border-bottom: 1px solid #eaeaea;
|
|
119
120
|
}
|
|
121
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
122
|
+
margin-top: 0;
|
|
123
|
+
}
|
|
120
124
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
121
125
|
margin-bottom: 0;
|
|
122
126
|
margin-top: 0;
|
|
@@ -206,6 +210,9 @@
|
|
|
206
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
207
211
|
padding: 0 42px 0 24px;
|
|
208
212
|
}
|
|
213
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
}
|
|
209
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
210
217
|
padding: 0;
|
|
211
218
|
}
|
|
@@ -384,6 +391,7 @@
|
|
|
384
391
|
color: #333;
|
|
385
392
|
background: none;
|
|
386
393
|
border-top: 0;
|
|
394
|
+
border-bottom: 0;
|
|
387
395
|
}
|
|
388
396
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
389
397
|
color: #333;
|
|
@@ -487,6 +495,8 @@
|
|
|
487
495
|
}
|
|
488
496
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
489
497
|
box-shadow: none;
|
|
498
|
+
position: relative;
|
|
499
|
+
z-index: 2;
|
|
490
500
|
}
|
|
491
501
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
492
502
|
border-color: #eaeaea;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
25
25
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
26
|
+
box-shadow: none;
|
|
26
27
|
padding: 12px 0 12px 28px;
|
|
27
28
|
}
|
|
28
29
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
118
119
|
border-bottom: 1px none #292827;
|
|
119
120
|
}
|
|
121
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
122
|
+
margin-top: 0;
|
|
123
|
+
}
|
|
120
124
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
121
125
|
margin-bottom: 0;
|
|
122
126
|
margin-top: 0;
|
|
@@ -206,6 +210,9 @@
|
|
|
206
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
207
211
|
padding: 8px 0 8px 26px;
|
|
208
212
|
}
|
|
213
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
}
|
|
209
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
210
217
|
padding: 0;
|
|
211
218
|
}
|
|
@@ -384,6 +391,7 @@
|
|
|
384
391
|
color: #f3f2f1;
|
|
385
392
|
background: none;
|
|
386
393
|
border-top: 0;
|
|
394
|
+
border-bottom: 1px solid #292827;
|
|
387
395
|
}
|
|
388
396
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
389
397
|
color: #f3f2f1;
|
|
@@ -487,6 +495,8 @@
|
|
|
487
495
|
}
|
|
488
496
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
489
497
|
box-shadow: none;
|
|
498
|
+
position: relative;
|
|
499
|
+
z-index: 2;
|
|
490
500
|
}
|
|
491
501
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
492
502
|
border-color: #292827;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
25
25
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
26
|
+
box-shadow: none;
|
|
26
27
|
padding: 12px 0 12px 28px;
|
|
27
28
|
}
|
|
28
29
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
118
119
|
border-bottom: 1px none #edebe9;
|
|
119
120
|
}
|
|
121
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
122
|
+
margin-top: 0;
|
|
123
|
+
}
|
|
120
124
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
121
125
|
margin-bottom: 0;
|
|
122
126
|
margin-top: 0;
|
|
@@ -206,6 +210,9 @@
|
|
|
206
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
207
211
|
padding: 8px 0 8px 26px;
|
|
208
212
|
}
|
|
213
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
}
|
|
209
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
210
217
|
padding: 0;
|
|
211
218
|
}
|
|
@@ -384,6 +391,7 @@
|
|
|
384
391
|
color: #201f1e;
|
|
385
392
|
background: none;
|
|
386
393
|
border-top: 0;
|
|
394
|
+
border-bottom: 1px solid #edebe9;
|
|
387
395
|
}
|
|
388
396
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
389
397
|
color: #201f1e;
|
|
@@ -487,6 +495,8 @@
|
|
|
487
495
|
}
|
|
488
496
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
489
497
|
box-shadow: none;
|
|
498
|
+
position: relative;
|
|
499
|
+
z-index: 2;
|
|
490
500
|
}
|
|
491
501
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
492
502
|
border-color: #edebe9;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
24
24
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
25
|
+
box-shadow: none;
|
|
25
26
|
padding: 0 42px 0 24px;
|
|
26
27
|
}
|
|
27
28
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -116,6 +117,9 @@
|
|
|
116
117
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
117
118
|
border-bottom: 1px solid #757575;
|
|
118
119
|
}
|
|
120
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
121
|
+
margin-top: 0;
|
|
122
|
+
}
|
|
119
123
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
120
124
|
margin-bottom: 0;
|
|
121
125
|
margin-top: 0;
|
|
@@ -205,6 +209,9 @@
|
|
|
205
209
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
206
210
|
padding: 0 42px 0 24px;
|
|
207
211
|
}
|
|
212
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
213
|
+
box-shadow: none;
|
|
214
|
+
}
|
|
208
215
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
209
216
|
padding: 0;
|
|
210
217
|
}
|
|
@@ -383,6 +390,7 @@
|
|
|
383
390
|
color: #000;
|
|
384
391
|
background: #fff;
|
|
385
392
|
border-top: 0;
|
|
393
|
+
border-bottom: 0;
|
|
386
394
|
}
|
|
387
395
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
388
396
|
color: #000;
|
|
@@ -486,6 +494,8 @@
|
|
|
486
494
|
}
|
|
487
495
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
488
496
|
box-shadow: none;
|
|
497
|
+
position: relative;
|
|
498
|
+
z-index: 2;
|
|
489
499
|
}
|
|
490
500
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
491
501
|
border-color: #757575;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
25
25
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
26
|
+
box-shadow: none;
|
|
26
27
|
padding: 0 42px 0 24px;
|
|
27
28
|
}
|
|
28
29
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
118
119
|
border-bottom: 1px solid #969696;
|
|
119
120
|
}
|
|
121
|
+
.e-accordion .e-acrdn-item:first-child {
|
|
122
|
+
margin-top: 0;
|
|
123
|
+
}
|
|
120
124
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
121
125
|
margin-bottom: 0;
|
|
122
126
|
margin-top: 0;
|
|
@@ -206,6 +210,9 @@
|
|
|
206
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
207
211
|
padding: 0 42px 0 24px;
|
|
208
212
|
}
|
|
213
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
}
|
|
209
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
210
217
|
padding: 0;
|
|
211
218
|
}
|
|
@@ -384,6 +391,7 @@
|
|
|
384
391
|
color: #fff;
|
|
385
392
|
background: #000;
|
|
386
393
|
border-top: 0;
|
|
394
|
+
border-bottom: 0;
|
|
387
395
|
}
|
|
388
396
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
389
397
|
color: #fff;
|
|
@@ -487,6 +495,8 @@
|
|
|
487
495
|
}
|
|
488
496
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
489
497
|
box-shadow: none;
|
|
498
|
+
position: relative;
|
|
499
|
+
z-index: 2;
|
|
490
500
|
}
|
|
491
501
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
492
502
|
border-color: #969696;
|