@syncfusion/ej2-angular-navigations 19.3.57 → 19.4.47
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/@syncfusion/ej2-angular-navigations.es5.js +4 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +4 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +58 -0
- package/dist/ej2-angular-navigations.umd.js +5 -5
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/breadcrumb/items.directive.d.ts +5 -0
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/bootstrap-dark.css +319 -85
- package/styles/bootstrap.css +318 -84
- package/styles/bootstrap4.css +319 -77
- package/styles/bootstrap5-dark.css +341 -76
- package/styles/bootstrap5.css +343 -78
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +307 -42
- package/styles/fabric.css +310 -45
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +319 -48
- package/styles/highcontrast.css +324 -53
- package/styles/material-dark.css +297 -33
- package/styles/material.css +298 -34
- package/styles/menu/bootstrap-dark.css +3 -2
- package/styles/menu/bootstrap.css +3 -2
- package/styles/menu/bootstrap4.css +3 -2
- package/styles/menu/bootstrap5-dark.css +6 -5
- package/styles/menu/bootstrap5.css +7 -6
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +3 -2
- package/styles/menu/material.css +3 -2
- package/styles/menu/tailwind-dark.css +3 -2
- package/styles/menu/tailwind.css +3 -2
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +315 -51
- package/styles/tailwind.css +315 -51
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
|
@@ -2191,6 +2191,10 @@
|
|
|
2191
2191
|
top: 0;
|
|
2192
2192
|
}
|
|
2193
2193
|
|
|
2194
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2195
|
+
display: none;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2194
2198
|
.e-tab .e-tab-header.e-vertical {
|
|
2195
2199
|
max-width: 150px;
|
|
2196
2200
|
z-index: 1;
|
|
@@ -2458,6 +2462,11 @@
|
|
|
2458
2462
|
min-height: 62px;
|
|
2459
2463
|
}
|
|
2460
2464
|
|
|
2465
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2466
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2467
|
+
display: none;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2461
2470
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2462
2471
|
height: 62px;
|
|
2463
2472
|
}
|
|
@@ -3612,6 +3621,10 @@
|
|
|
3612
3621
|
color: #757575;
|
|
3613
3622
|
}
|
|
3614
3623
|
|
|
3624
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3625
|
+
border: initial;
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3615
3628
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3616
3629
|
background: #fff;
|
|
3617
3630
|
border: 1px solid #757575;
|
|
@@ -3638,7 +3651,6 @@
|
|
|
3638
3651
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
3639
3652
|
background: #ecf;
|
|
3640
3653
|
border-color: #000;
|
|
3641
|
-
background: #ecf;
|
|
3642
3654
|
}
|
|
3643
3655
|
|
|
3644
3656
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -3657,6 +3669,11 @@
|
|
|
3657
3669
|
color: #fff;
|
|
3658
3670
|
}
|
|
3659
3671
|
|
|
3672
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3673
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3674
|
+
color: #000;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3660
3677
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3661
3678
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3662
3679
|
color: #757575;
|
|
@@ -3740,7 +3757,6 @@
|
|
|
3740
3757
|
background: #ecf;
|
|
3741
3758
|
border: initial;
|
|
3742
3759
|
border-radius: 0;
|
|
3743
|
-
border: 2px solid #000;
|
|
3744
3760
|
}
|
|
3745
3761
|
|
|
3746
3762
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -3756,7 +3772,6 @@
|
|
|
3756
3772
|
border: initial;
|
|
3757
3773
|
border-radius: 0;
|
|
3758
3774
|
color: #000;
|
|
3759
|
-
border: 2px solid #000;
|
|
3760
3775
|
}
|
|
3761
3776
|
|
|
3762
3777
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3766,7 +3781,6 @@
|
|
|
3766
3781
|
background: #ecf;
|
|
3767
3782
|
border: initial;
|
|
3768
3783
|
border-radius: 0;
|
|
3769
|
-
border: 2px solid #000;
|
|
3770
3784
|
}
|
|
3771
3785
|
|
|
3772
3786
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
@@ -3778,7 +3792,6 @@
|
|
|
3778
3792
|
border-radius: 0;
|
|
3779
3793
|
box-shadow: none;
|
|
3780
3794
|
background: #400074;
|
|
3781
|
-
border: 2px solid #400074;
|
|
3782
3795
|
color: #fff;
|
|
3783
3796
|
}
|
|
3784
3797
|
|
|
@@ -4169,6 +4182,16 @@
|
|
|
4169
4182
|
border-color: #ccc;
|
|
4170
4183
|
}
|
|
4171
4184
|
|
|
4185
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4186
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4187
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4188
|
+
color: #000;
|
|
4189
|
+
}
|
|
4190
|
+
|
|
4191
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4192
|
+
color: #000;
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4172
4195
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4173
4196
|
background: inherit;
|
|
4174
4197
|
background-color: #ecf;
|
|
@@ -4190,20 +4213,6 @@
|
|
|
4190
4213
|
color: #400074;
|
|
4191
4214
|
}
|
|
4192
4215
|
|
|
4193
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4194
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4195
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4196
|
-
color: #000;
|
|
4197
|
-
}
|
|
4198
|
-
|
|
4199
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4200
|
-
color: #000;
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4204
|
-
color: #000;
|
|
4205
|
-
}
|
|
4206
|
-
|
|
4207
4216
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4208
4217
|
border: 0;
|
|
4209
4218
|
margin: 0;
|
|
@@ -4310,11 +4319,13 @@
|
|
|
4310
4319
|
color: #fff;
|
|
4311
4320
|
}
|
|
4312
4321
|
|
|
4322
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4313
4323
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4314
4324
|
color: #000;
|
|
4315
4325
|
border: 2px solid #ccc;
|
|
4316
4326
|
}
|
|
4317
4327
|
|
|
4328
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4318
4329
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4319
4330
|
background: #ecf;
|
|
4320
4331
|
color: #000;
|
|
@@ -4322,21 +4333,25 @@
|
|
|
4322
4333
|
color: #000;
|
|
4323
4334
|
}
|
|
4324
4335
|
|
|
4336
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
4325
4337
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
4326
4338
|
background: #400074;
|
|
4327
4339
|
color: #fff;
|
|
4328
4340
|
}
|
|
4329
4341
|
|
|
4342
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active .e-icons,
|
|
4330
4343
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons {
|
|
4331
4344
|
color: #fff;
|
|
4332
4345
|
}
|
|
4333
4346
|
|
|
4347
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4334
4348
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4335
4349
|
color: #000;
|
|
4336
4350
|
background: transparent;
|
|
4337
4351
|
border: 2px solid #000;
|
|
4338
4352
|
}
|
|
4339
4353
|
|
|
4354
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4340
4355
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4341
4356
|
background: #ecf;
|
|
4342
4357
|
color: #000;
|
|
@@ -4344,22 +4359,28 @@
|
|
|
4344
4359
|
color: #000;
|
|
4345
4360
|
}
|
|
4346
4361
|
|
|
4362
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
4347
4363
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
4348
4364
|
background: #400074;
|
|
4349
4365
|
border-color: #400074;
|
|
4350
4366
|
color: #fff;
|
|
4351
4367
|
}
|
|
4352
4368
|
|
|
4369
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4353
4370
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4354
4371
|
animation: none;
|
|
4355
4372
|
}
|
|
4356
4373
|
|
|
4374
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4375
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4357
4376
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4358
4377
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4359
4378
|
color: #000;
|
|
4360
4379
|
border: 2px solid #ccc;
|
|
4361
4380
|
}
|
|
4362
4381
|
|
|
4382
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4383
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4363
4384
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4364
4385
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4365
4386
|
background: #ecf;
|
|
@@ -4368,17 +4389,23 @@
|
|
|
4368
4389
|
color: #000;
|
|
4369
4390
|
}
|
|
4370
4391
|
|
|
4392
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active .e-icons,
|
|
4393
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active .e-icons,
|
|
4371
4394
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons,
|
|
4372
4395
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons {
|
|
4373
4396
|
color: #fff;
|
|
4374
4397
|
}
|
|
4375
4398
|
|
|
4399
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
4400
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
4376
4401
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
4377
4402
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
4378
4403
|
background: #400074;
|
|
4379
4404
|
color: #fff;
|
|
4380
4405
|
}
|
|
4381
4406
|
|
|
4407
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4408
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4382
4409
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4383
4410
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4384
4411
|
color: #000;
|
|
@@ -4386,6 +4413,8 @@
|
|
|
4386
4413
|
border: 2px solid #000;
|
|
4387
4414
|
}
|
|
4388
4415
|
|
|
4416
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
4417
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
4389
4418
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4390
4419
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4391
4420
|
background: #ecf;
|
|
@@ -4393,6 +4422,8 @@
|
|
|
4393
4422
|
color: #000;
|
|
4394
4423
|
}
|
|
4395
4424
|
|
|
4425
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
4426
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
4396
4427
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
4397
4428
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
4398
4429
|
background: #400074;
|
|
@@ -4400,10 +4431,12 @@
|
|
|
4400
4431
|
color: #fff;
|
|
4401
4432
|
}
|
|
4402
4433
|
|
|
4434
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4403
4435
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4404
4436
|
animation: none;
|
|
4405
4437
|
}
|
|
4406
4438
|
|
|
4439
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4407
4440
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4408
4441
|
color: #000;
|
|
4409
4442
|
}
|
|
@@ -2196,6 +2196,10 @@
|
|
|
2196
2196
|
top: 0;
|
|
2197
2197
|
}
|
|
2198
2198
|
|
|
2199
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2200
|
+
display: none;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2199
2203
|
.e-tab .e-tab-header.e-vertical {
|
|
2200
2204
|
max-width: 150px;
|
|
2201
2205
|
z-index: 1;
|
|
@@ -2463,6 +2467,11 @@
|
|
|
2463
2467
|
min-height: 62px;
|
|
2464
2468
|
}
|
|
2465
2469
|
|
|
2470
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2471
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2472
|
+
display: none;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2466
2475
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2467
2476
|
height: 62px;
|
|
2468
2477
|
}
|
|
@@ -3617,6 +3626,10 @@
|
|
|
3617
3626
|
color: #757575;
|
|
3618
3627
|
}
|
|
3619
3628
|
|
|
3629
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3630
|
+
border: initial;
|
|
3631
|
+
}
|
|
3632
|
+
|
|
3620
3633
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3621
3634
|
background: #000;
|
|
3622
3635
|
border: 1px solid #969696;
|
|
@@ -3643,7 +3656,6 @@
|
|
|
3643
3656
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
3644
3657
|
background: #685708;
|
|
3645
3658
|
border-color: #fff;
|
|
3646
|
-
background: #685708;
|
|
3647
3659
|
}
|
|
3648
3660
|
|
|
3649
3661
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -3662,6 +3674,11 @@
|
|
|
3662
3674
|
color: #000;
|
|
3663
3675
|
}
|
|
3664
3676
|
|
|
3677
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3678
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3679
|
+
color: #fff;
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3665
3682
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3666
3683
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3667
3684
|
color: #757575;
|
|
@@ -3743,9 +3760,8 @@
|
|
|
3743
3760
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3744
3761
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3745
3762
|
background: #685708;
|
|
3746
|
-
border: initial;
|
|
3747
|
-
border-radius: 0;
|
|
3748
3763
|
border: 2px solid #fff;
|
|
3764
|
+
border-radius: 0;
|
|
3749
3765
|
}
|
|
3750
3766
|
|
|
3751
3767
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -3758,10 +3774,9 @@
|
|
|
3758
3774
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3759
3775
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
|
|
3760
3776
|
background: transparent;
|
|
3761
|
-
border:
|
|
3777
|
+
border: 2px solid #fff;
|
|
3762
3778
|
border-radius: 0;
|
|
3763
3779
|
color: #fff;
|
|
3764
|
-
border: 2px solid #fff;
|
|
3765
3780
|
}
|
|
3766
3781
|
|
|
3767
3782
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3769,9 +3784,8 @@
|
|
|
3769
3784
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3770
3785
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
|
|
3771
3786
|
background: #685708;
|
|
3772
|
-
border: initial;
|
|
3773
|
-
border-radius: 0;
|
|
3774
3787
|
border: 2px solid #fff;
|
|
3788
|
+
border-radius: 0;
|
|
3775
3789
|
}
|
|
3776
3790
|
|
|
3777
3791
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
@@ -3779,11 +3793,10 @@
|
|
|
3779
3793
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3780
3794
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3781
3795
|
background: #685708;
|
|
3782
|
-
border:
|
|
3796
|
+
border: 1px solid #ffd939;
|
|
3783
3797
|
border-radius: 0;
|
|
3784
3798
|
box-shadow: none;
|
|
3785
3799
|
background: #ffd939;
|
|
3786
|
-
border: 2px solid #ffd939;
|
|
3787
3800
|
color: #000;
|
|
3788
3801
|
}
|
|
3789
3802
|
|
|
@@ -4174,6 +4187,16 @@
|
|
|
4174
4187
|
border-color: #333;
|
|
4175
4188
|
}
|
|
4176
4189
|
|
|
4190
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4191
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4192
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4193
|
+
color: #fff;
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4197
|
+
color: #fff;
|
|
4198
|
+
}
|
|
4199
|
+
|
|
4177
4200
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4178
4201
|
background: inherit;
|
|
4179
4202
|
background-color: #685708;
|
|
@@ -4195,20 +4218,6 @@
|
|
|
4195
4218
|
color: #ffd939;
|
|
4196
4219
|
}
|
|
4197
4220
|
|
|
4198
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4199
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4200
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4201
|
-
color: #fff;
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4205
|
-
color: #fff;
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4209
|
-
color: #fff;
|
|
4210
|
-
}
|
|
4211
|
-
|
|
4212
4221
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4213
4222
|
border: 0;
|
|
4214
4223
|
margin: 0;
|
|
@@ -4315,11 +4324,13 @@
|
|
|
4315
4324
|
color: #000;
|
|
4316
4325
|
}
|
|
4317
4326
|
|
|
4327
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4318
4328
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4319
4329
|
color: #fff;
|
|
4320
4330
|
border: 2px solid #333;
|
|
4321
4331
|
}
|
|
4322
4332
|
|
|
4333
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4323
4334
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4324
4335
|
background: #685708;
|
|
4325
4336
|
color: #fff;
|
|
@@ -4327,21 +4338,25 @@
|
|
|
4327
4338
|
color: #fff;
|
|
4328
4339
|
}
|
|
4329
4340
|
|
|
4341
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
4330
4342
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
4331
4343
|
background: #ffd939;
|
|
4332
4344
|
color: #000;
|
|
4333
4345
|
}
|
|
4334
4346
|
|
|
4347
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active .e-icons,
|
|
4335
4348
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons {
|
|
4336
4349
|
color: #000;
|
|
4337
4350
|
}
|
|
4338
4351
|
|
|
4352
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4339
4353
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4340
4354
|
color: #fff;
|
|
4341
4355
|
background: transparent;
|
|
4342
4356
|
border: 2px solid #fff;
|
|
4343
4357
|
}
|
|
4344
4358
|
|
|
4359
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4345
4360
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4346
4361
|
background: #685708;
|
|
4347
4362
|
color: #fff;
|
|
@@ -4349,22 +4364,28 @@
|
|
|
4349
4364
|
color: #fff;
|
|
4350
4365
|
}
|
|
4351
4366
|
|
|
4367
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
4352
4368
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
4353
4369
|
background: #ffd939;
|
|
4354
4370
|
border-color: #ffd939;
|
|
4355
4371
|
color: #000;
|
|
4356
4372
|
}
|
|
4357
4373
|
|
|
4374
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4358
4375
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4359
4376
|
animation: none;
|
|
4360
4377
|
}
|
|
4361
4378
|
|
|
4379
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4380
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4362
4381
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4363
4382
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4364
4383
|
color: #fff;
|
|
4365
4384
|
border: 2px solid #333;
|
|
4366
4385
|
}
|
|
4367
4386
|
|
|
4387
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4388
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4368
4389
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4369
4390
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4370
4391
|
background: #685708;
|
|
@@ -4373,17 +4394,23 @@
|
|
|
4373
4394
|
color: #fff;
|
|
4374
4395
|
}
|
|
4375
4396
|
|
|
4397
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active .e-icons,
|
|
4398
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active .e-icons,
|
|
4376
4399
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons,
|
|
4377
4400
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons {
|
|
4378
4401
|
color: #000;
|
|
4379
4402
|
}
|
|
4380
4403
|
|
|
4404
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
4405
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
4381
4406
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
4382
4407
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
4383
4408
|
background: #ffd939;
|
|
4384
4409
|
color: #000;
|
|
4385
4410
|
}
|
|
4386
4411
|
|
|
4412
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4413
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4387
4414
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4388
4415
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4389
4416
|
color: #fff;
|
|
@@ -4391,6 +4418,8 @@
|
|
|
4391
4418
|
border: 2px solid #fff;
|
|
4392
4419
|
}
|
|
4393
4420
|
|
|
4421
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
4422
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
4394
4423
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4395
4424
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4396
4425
|
background: #685708;
|
|
@@ -4398,6 +4427,8 @@
|
|
|
4398
4427
|
color: #fff;
|
|
4399
4428
|
}
|
|
4400
4429
|
|
|
4430
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
4431
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
4401
4432
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
4402
4433
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
4403
4434
|
background: #ffd939;
|
|
@@ -4405,10 +4436,12 @@
|
|
|
4405
4436
|
color: #000;
|
|
4406
4437
|
}
|
|
4407
4438
|
|
|
4439
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4408
4440
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4409
4441
|
animation: none;
|
|
4410
4442
|
}
|
|
4411
4443
|
|
|
4444
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4412
4445
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4413
4446
|
color: #fff;
|
|
4414
4447
|
}
|
|
@@ -2066,6 +2066,10 @@
|
|
|
2066
2066
|
top: 0;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2070
|
+
display: none;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2069
2073
|
.e-tab .e-tab-header.e-vertical {
|
|
2070
2074
|
max-width: 150px;
|
|
2071
2075
|
z-index: 1;
|
|
@@ -2323,6 +2327,11 @@
|
|
|
2323
2327
|
min-height: 62px;
|
|
2324
2328
|
}
|
|
2325
2329
|
|
|
2330
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2331
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2332
|
+
display: none;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2326
2335
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2327
2336
|
height: 62px;
|
|
2328
2337
|
}
|
|
@@ -3381,6 +3390,10 @@
|
|
|
3381
3390
|
color: rgba(255, 255, 255, 0.3);
|
|
3382
3391
|
}
|
|
3383
3392
|
|
|
3393
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3394
|
+
border: initial;
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3384
3397
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3385
3398
|
background: #424242;
|
|
3386
3399
|
border: 0;
|
|
@@ -3418,6 +3431,11 @@
|
|
|
3418
3431
|
background: rgba(255, 255, 255, 0.18);
|
|
3419
3432
|
}
|
|
3420
3433
|
|
|
3434
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3435
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3436
|
+
color: #00b0ff;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3421
3439
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3422
3440
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3423
3441
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -3821,7 +3839,7 @@
|
|
|
3821
3839
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3822
3840
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3823
3841
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3824
|
-
color: #
|
|
3842
|
+
color: #fff;
|
|
3825
3843
|
}
|
|
3826
3844
|
|
|
3827
3845
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3858,6 +3876,16 @@
|
|
|
3858
3876
|
background: #3f51b5;
|
|
3859
3877
|
}
|
|
3860
3878
|
|
|
3879
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3880
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3881
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3882
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3886
|
+
color: rgba(255, 255, 255, 0.54);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3861
3889
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3862
3890
|
background: inherit;
|
|
3863
3891
|
}
|
|
@@ -3871,20 +3899,6 @@
|
|
|
3871
3899
|
color: #fff;
|
|
3872
3900
|
}
|
|
3873
3901
|
|
|
3874
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3875
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3876
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3877
|
-
color: rgba(255, 255, 255, 0.7);
|
|
3878
|
-
}
|
|
3879
|
-
|
|
3880
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3881
|
-
color: rgba(255, 255, 255, 0.54);
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
3885
|
-
color: #00b0ff;
|
|
3886
|
-
}
|
|
3887
|
-
|
|
3888
3902
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3889
3903
|
border: 0;
|
|
3890
3904
|
margin: 0;
|
|
@@ -3952,48 +3966,61 @@
|
|
|
3952
3966
|
color: white;
|
|
3953
3967
|
}
|
|
3954
3968
|
|
|
3969
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3955
3970
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3956
3971
|
color: rgba(255, 255, 255, 0.7);
|
|
3957
3972
|
}
|
|
3958
3973
|
|
|
3974
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3959
3975
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3960
3976
|
background: inherit;
|
|
3961
3977
|
color: yellow;
|
|
3962
3978
|
}
|
|
3963
3979
|
|
|
3980
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3964
3981
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3965
3982
|
color: yellow;
|
|
3966
3983
|
}
|
|
3967
3984
|
|
|
3985
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3968
3986
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3969
3987
|
background: inherit;
|
|
3970
3988
|
color: yellow;
|
|
3971
3989
|
}
|
|
3972
3990
|
|
|
3991
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3973
3992
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3974
3993
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3975
3994
|
}
|
|
3976
3995
|
|
|
3996
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3997
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3977
3998
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3978
3999
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3979
4000
|
color: rgba(255, 255, 255, 0.7);
|
|
3980
4001
|
}
|
|
3981
4002
|
|
|
4003
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4004
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3982
4005
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3983
4006
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3984
4007
|
background: inherit;
|
|
3985
4008
|
color: yellow;
|
|
3986
4009
|
}
|
|
3987
4010
|
|
|
4011
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4012
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3988
4013
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3989
4014
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3990
4015
|
color: yellow;
|
|
3991
4016
|
}
|
|
3992
4017
|
|
|
4018
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3993
4019
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
3994
4020
|
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
3995
4021
|
}
|
|
3996
4022
|
|
|
4023
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
3997
4024
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3998
4025
|
color: yellow;
|
|
3999
4026
|
}
|