@syncfusion/ej2-angular-navigations 19.2.59 → 19.3.44
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 +295 -69
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +280 -69
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +33 -0
- package/README.md +15 -0
- package/dist/ej2-angular-navigations.umd.js +307 -73
- 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.d.ts +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +11 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accordion/accordion.component.d.ts +6 -1
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
- package/src/breadcrumb/items.directive.d.ts +41 -0
- package/src/context-menu/contextmenu.component.d.ts +7 -0
- package/src/index.d.ts +4 -0
- package/src/menu/menu.component.d.ts +7 -0
- package/src/sidebar/sidebar.component.d.ts +5 -0
- package/src/tab/tab.component.d.ts +11 -0
- package/src/toolbar/items.directive.d.ts +1 -0
- package/src/toolbar/toolbar.component.d.ts +4 -0
- package/src/treeview/treeview.component.d.ts +22 -0
- package/styles/accordion/bootstrap5-dark.css +428 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -0
- package/styles/accordion/bootstrap5.css +428 -0
- package/styles/accordion/bootstrap5.scss +1 -0
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +2 -2
- package/styles/accordion/tailwind-dark.css +1 -1
- package/styles/bootstrap-dark.css +352 -60
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +349 -57
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +351 -60
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +9922 -0
- package/styles/bootstrap5-dark.scss +10 -0
- package/styles/bootstrap5.css +9922 -0
- package/styles/bootstrap5.scss +10 -0
- package/styles/breadcrumb/bootstrap-dark.css +279 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +279 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +279 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +297 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +297 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +277 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +277 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +285 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +285 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +259 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +259 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +280 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +280 -0
- package/styles/breadcrumb/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap5-dark.css +382 -0
- package/styles/context-menu/bootstrap5-dark.scss +1 -0
- package/styles/context-menu/bootstrap5.css +382 -0
- package/styles/context-menu/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +352 -78
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +346 -72
- package/styles/fabric.scss +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +328 -0
- package/styles/h-scroll/bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/bootstrap5.css +328 -0
- package/styles/h-scroll/bootstrap5.scss +1 -0
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/highcontrast-light.css +354 -73
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +356 -75
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +360 -105
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +324 -69
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +36 -36
- package/styles/menu/bootstrap.css +36 -36
- package/styles/menu/bootstrap4.css +34 -34
- package/styles/menu/bootstrap5-dark.css +1251 -0
- package/styles/menu/bootstrap5-dark.scss +1 -0
- package/styles/menu/bootstrap5.css +1251 -0
- package/styles/menu/bootstrap5.scss +1 -0
- package/styles/menu/fabric-dark.css +36 -36
- package/styles/menu/fabric.css +36 -36
- package/styles/menu/highcontrast-light.css +36 -36
- package/styles/menu/highcontrast.css +36 -36
- package/styles/menu/material-dark.css +36 -36
- package/styles/menu/material.css +36 -36
- package/styles/menu/tailwind-dark.css +36 -36
- package/styles/menu/tailwind.css +36 -36
- package/styles/sidebar/bootstrap5-dark.css +155 -0
- package/styles/sidebar/bootstrap5-dark.scss +1 -0
- package/styles/sidebar/bootstrap5.css +155 -0
- package/styles/sidebar/bootstrap5.scss +1 -0
- package/styles/sidebar/highcontrast.css +1 -1
- package/styles/tab/bootstrap-dark.css +15 -14
- package/styles/tab/bootstrap.css +12 -11
- package/styles/tab/bootstrap4.css +15 -14
- package/styles/tab/bootstrap5-dark.css +4442 -0
- package/styles/tab/bootstrap5-dark.scss +1 -0
- package/styles/tab/bootstrap5.css +4442 -0
- package/styles/tab/bootstrap5.scss +1 -0
- package/styles/tab/fabric-dark.css +16 -15
- package/styles/tab/fabric.css +14 -13
- package/styles/tab/highcontrast-light.css +14 -13
- package/styles/tab/highcontrast.css +14 -13
- package/styles/tab/material-dark.css +36 -35
- package/styles/tab/material.css +11 -10
- package/styles/tab/tailwind-dark.css +27 -39
- package/styles/tab/tailwind.css +22 -34
- package/styles/tailwind-dark.css +379 -111
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +364 -96
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +13 -10
- package/styles/toolbar/bootstrap.css +13 -10
- package/styles/toolbar/bootstrap4.css +14 -12
- package/styles/toolbar/bootstrap5-dark.css +1409 -0
- package/styles/toolbar/bootstrap5-dark.scss +1 -0
- package/styles/toolbar/bootstrap5.css +1409 -0
- package/styles/toolbar/bootstrap5.scss +1 -0
- package/styles/toolbar/fabric-dark.css +13 -26
- package/styles/toolbar/fabric.css +10 -23
- package/styles/toolbar/highcontrast-light.css +10 -23
- package/styles/toolbar/highcontrast.css +10 -23
- package/styles/toolbar/material-dark.css +11 -24
- package/styles/toolbar/material.css +10 -23
- package/styles/toolbar/tailwind-dark.css +20 -29
- package/styles/toolbar/tailwind.css +16 -25
- package/styles/treeview/bootstrap-dark.css +8 -0
- package/styles/treeview/bootstrap.css +8 -0
- package/styles/treeview/bootstrap4.css +8 -0
- package/styles/treeview/bootstrap5-dark.css +974 -0
- package/styles/treeview/bootstrap5-dark.scss +1 -0
- package/styles/treeview/bootstrap5.css +974 -0
- package/styles/treeview/bootstrap5.scss +1 -0
- package/styles/treeview/fabric-dark.css +8 -0
- package/styles/treeview/fabric.css +8 -0
- package/styles/treeview/highcontrast-light.css +8 -0
- package/styles/treeview/highcontrast.css +8 -0
- package/styles/treeview/material-dark.css +15 -7
- package/styles/treeview/material.css +8 -0
- package/styles/treeview/tailwind-dark.css +10 -2
- package/styles/treeview/tailwind.css +9 -1
- package/styles/v-scroll/bootstrap5-dark.css +247 -0
- package/styles/v-scroll/bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/bootstrap5.css +247 -0
- package/styles/v-scroll/bootstrap5.scss +1 -0
- package/styles/v-scroll/material-dark.css +1 -1
- package/styles/v-scroll/tailwind-dark.css +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap5.scss';
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
height: inherit;
|
|
241
241
|
margin: 0;
|
|
242
242
|
min-height: 50px;
|
|
243
|
-
min-width:
|
|
243
|
+
min-width: 50px;
|
|
244
244
|
padding: 0;
|
|
245
245
|
}
|
|
246
246
|
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
height: inherit;
|
|
344
344
|
margin: 0;
|
|
345
345
|
min-height: 50px;
|
|
346
|
-
min-width:
|
|
346
|
+
min-width: 50px;
|
|
347
347
|
padding: 0;
|
|
348
348
|
}
|
|
349
349
|
|
|
@@ -549,18 +549,6 @@
|
|
|
549
549
|
line-height: 25px;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
553
|
-
padding: 0 1.5px;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
557
|
-
padding: 0 1.5px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
561
|
-
padding: 0 1.5px;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
552
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
565
553
|
margin: 7.5px 3px;
|
|
566
554
|
min-height: 25px;
|
|
@@ -652,6 +640,8 @@
|
|
|
652
640
|
}
|
|
653
641
|
|
|
654
642
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
643
|
+
-ms-flex-align: center;
|
|
644
|
+
align-items: center;
|
|
655
645
|
display: -ms-inline-flexbox;
|
|
656
646
|
display: inline-flex;
|
|
657
647
|
-ms-flex-pack: start;
|
|
@@ -835,6 +825,7 @@
|
|
|
835
825
|
|
|
836
826
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
837
827
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
828
|
+
color: #dadada;
|
|
838
829
|
display: table-cell;
|
|
839
830
|
text-align: center;
|
|
840
831
|
vertical-align: middle;
|
|
@@ -1214,6 +1205,10 @@
|
|
|
1214
1205
|
color: #dadada;
|
|
1215
1206
|
}
|
|
1216
1207
|
|
|
1208
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1209
|
+
color: #dadada;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1217
1212
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1218
1213
|
background: #414040;
|
|
1219
1214
|
border-color: #414040;
|
|
@@ -1236,11 +1231,7 @@
|
|
|
1236
1231
|
color: #000;
|
|
1237
1232
|
}
|
|
1238
1233
|
|
|
1239
|
-
.e-toolbar
|
|
1240
|
-
color: #dadada;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.e-toolbar .e-icons {
|
|
1234
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1244
1235
|
color: #dadada;
|
|
1245
1236
|
}
|
|
1246
1237
|
|
|
@@ -1250,10 +1241,6 @@
|
|
|
1250
1241
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1251
1242
|
}
|
|
1252
1243
|
|
|
1253
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1254
|
-
color: #dadada;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
1244
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1258
1245
|
outline: none;
|
|
1259
1246
|
}
|
|
@@ -1262,13 +1249,13 @@
|
|
|
1262
1249
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1263
1250
|
background: #514f4f;
|
|
1264
1251
|
border: 0;
|
|
1265
|
-
border-left: 1px solid #514f4f;
|
|
1266
1252
|
box-shadow: none;
|
|
1253
|
+
border-left: 1px solid #514f4f;
|
|
1267
1254
|
}
|
|
1268
1255
|
|
|
1269
1256
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1270
1257
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1271
|
-
color: #
|
|
1258
|
+
color: #fff;
|
|
1272
1259
|
}
|
|
1273
1260
|
|
|
1274
1261
|
.e-toolbar .e-tbar-btn {
|
|
@@ -1357,8 +1344,8 @@
|
|
|
1357
1344
|
.e-toolbar .e-hor-nav:focus {
|
|
1358
1345
|
background: #414040;
|
|
1359
1346
|
border-left: 0;
|
|
1360
|
-
color: #dadada;
|
|
1361
1347
|
border-color: #414040;
|
|
1348
|
+
color: #dadada;
|
|
1362
1349
|
}
|
|
1363
1350
|
|
|
1364
1351
|
.e-toolbar .e-tbar-btn:active {
|
|
@@ -550,18 +550,6 @@
|
|
|
550
550
|
line-height: 25px;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
554
|
-
padding: 0 1.5px;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
558
|
-
padding: 0 1.5px;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
562
|
-
padding: 0 1.5px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
553
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
566
554
|
margin: 7.5px 3px;
|
|
567
555
|
min-height: 25px;
|
|
@@ -653,6 +641,8 @@
|
|
|
653
641
|
}
|
|
654
642
|
|
|
655
643
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
644
|
+
-ms-flex-align: center;
|
|
645
|
+
align-items: center;
|
|
656
646
|
display: -ms-inline-flexbox;
|
|
657
647
|
display: inline-flex;
|
|
658
648
|
-ms-flex-pack: start;
|
|
@@ -836,6 +826,7 @@
|
|
|
836
826
|
|
|
837
827
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
838
828
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
829
|
+
color: #333;
|
|
839
830
|
display: table-cell;
|
|
840
831
|
text-align: center;
|
|
841
832
|
vertical-align: middle;
|
|
@@ -1215,6 +1206,10 @@
|
|
|
1215
1206
|
color: #333;
|
|
1216
1207
|
}
|
|
1217
1208
|
|
|
1209
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1210
|
+
color: #333;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1218
1213
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1219
1214
|
background: #f4f4f4;
|
|
1220
1215
|
border-color: #eaeaea;
|
|
@@ -1237,11 +1232,7 @@
|
|
|
1237
1232
|
color: #333;
|
|
1238
1233
|
}
|
|
1239
1234
|
|
|
1240
|
-
.e-toolbar
|
|
1241
|
-
color: #333;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
.e-toolbar .e-icons {
|
|
1235
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1245
1236
|
color: #333;
|
|
1246
1237
|
}
|
|
1247
1238
|
|
|
@@ -1251,10 +1242,6 @@
|
|
|
1251
1242
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1252
1243
|
}
|
|
1253
1244
|
|
|
1254
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1255
|
-
color: #333;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
1245
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1259
1246
|
outline: none;
|
|
1260
1247
|
}
|
|
@@ -1263,8 +1250,8 @@
|
|
|
1263
1250
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1264
1251
|
background: #d1ebff;
|
|
1265
1252
|
border: 0;
|
|
1266
|
-
border-left: 1px solid #d1ebff;
|
|
1267
1253
|
box-shadow: none;
|
|
1254
|
+
border-left: 1px solid #d1ebff;
|
|
1268
1255
|
}
|
|
1269
1256
|
|
|
1270
1257
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -1358,8 +1345,8 @@
|
|
|
1358
1345
|
.e-toolbar .e-hor-nav:focus {
|
|
1359
1346
|
background: #f4f4f4;
|
|
1360
1347
|
border-left: 0;
|
|
1361
|
-
color: #fff;
|
|
1362
1348
|
border-color: #eaeaea;
|
|
1349
|
+
color: #fff;
|
|
1363
1350
|
}
|
|
1364
1351
|
|
|
1365
1352
|
.e-toolbar .e-tbar-btn:active {
|
|
@@ -549,18 +549,6 @@
|
|
|
549
549
|
line-height: 25px;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
553
|
-
padding: 0 1.5px;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
557
|
-
padding: 0 1.5px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
561
|
-
padding: 0 1.5px;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
552
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
565
553
|
margin: 7.5px 3px;
|
|
566
554
|
min-height: 25px;
|
|
@@ -652,6 +640,8 @@
|
|
|
652
640
|
}
|
|
653
641
|
|
|
654
642
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
643
|
+
-ms-flex-align: center;
|
|
644
|
+
align-items: center;
|
|
655
645
|
display: -ms-inline-flexbox;
|
|
656
646
|
display: inline-flex;
|
|
657
647
|
-ms-flex-pack: start;
|
|
@@ -835,6 +825,7 @@
|
|
|
835
825
|
|
|
836
826
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
837
827
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
828
|
+
color: #000;
|
|
838
829
|
display: table-cell;
|
|
839
830
|
text-align: center;
|
|
840
831
|
vertical-align: middle;
|
|
@@ -1215,6 +1206,10 @@
|
|
|
1215
1206
|
border: 2px solid #fff;
|
|
1216
1207
|
}
|
|
1217
1208
|
|
|
1209
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1210
|
+
color: #000;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1218
1213
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1219
1214
|
background: inherit;
|
|
1220
1215
|
border-color: #000;
|
|
@@ -1263,11 +1258,7 @@
|
|
|
1263
1258
|
color: #000;
|
|
1264
1259
|
}
|
|
1265
1260
|
|
|
1266
|
-
.e-toolbar
|
|
1267
|
-
color: #000;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.e-toolbar .e-icons {
|
|
1261
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1271
1262
|
color: #000;
|
|
1272
1263
|
}
|
|
1273
1264
|
|
|
@@ -1277,10 +1268,6 @@
|
|
|
1277
1268
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1278
1269
|
}
|
|
1279
1270
|
|
|
1280
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1281
|
-
color: #000;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
1271
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1285
1272
|
outline: none;
|
|
1286
1273
|
}
|
|
@@ -1289,8 +1276,8 @@
|
|
|
1289
1276
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1290
1277
|
background: #400074;
|
|
1291
1278
|
border: 0;
|
|
1292
|
-
border-left: 1px solid #400074;
|
|
1293
1279
|
box-shadow: none;
|
|
1280
|
+
border-left: 1px solid #400074;
|
|
1294
1281
|
}
|
|
1295
1282
|
|
|
1296
1283
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
@@ -1416,8 +1403,8 @@
|
|
|
1416
1403
|
.e-toolbar .e-hor-nav:focus {
|
|
1417
1404
|
background: #ecf;
|
|
1418
1405
|
border-left: 0;
|
|
1419
|
-
color: #000;
|
|
1420
1406
|
border-color: #000;
|
|
1407
|
+
color: #000;
|
|
1421
1408
|
background: inherit;
|
|
1422
1409
|
border: 2px solid #fff;
|
|
1423
1410
|
}
|
|
@@ -550,18 +550,6 @@
|
|
|
550
550
|
line-height: 25px;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
554
|
-
padding: 0 1.5px;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
558
|
-
padding: 0 1.5px;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
562
|
-
padding: 0 1.5px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
553
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
566
554
|
margin: 7.5px 3px;
|
|
567
555
|
min-height: 25px;
|
|
@@ -653,6 +641,8 @@
|
|
|
653
641
|
}
|
|
654
642
|
|
|
655
643
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
644
|
+
-ms-flex-align: center;
|
|
645
|
+
align-items: center;
|
|
656
646
|
display: -ms-inline-flexbox;
|
|
657
647
|
display: inline-flex;
|
|
658
648
|
-ms-flex-pack: start;
|
|
@@ -836,6 +826,7 @@
|
|
|
836
826
|
|
|
837
827
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
838
828
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
829
|
+
color: #fff;
|
|
839
830
|
display: table-cell;
|
|
840
831
|
text-align: center;
|
|
841
832
|
vertical-align: middle;
|
|
@@ -1216,6 +1207,10 @@
|
|
|
1216
1207
|
border: 2px solid #000;
|
|
1217
1208
|
}
|
|
1218
1209
|
|
|
1210
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1211
|
+
color: #fff;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1219
1214
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1220
1215
|
background: inherit;
|
|
1221
1216
|
border-color: #fff;
|
|
@@ -1264,11 +1259,7 @@
|
|
|
1264
1259
|
color: #000;
|
|
1265
1260
|
}
|
|
1266
1261
|
|
|
1267
|
-
.e-toolbar
|
|
1268
|
-
color: #fff;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.e-toolbar .e-icons {
|
|
1262
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1272
1263
|
color: #fff;
|
|
1273
1264
|
}
|
|
1274
1265
|
|
|
@@ -1278,10 +1269,6 @@
|
|
|
1278
1269
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1279
1270
|
}
|
|
1280
1271
|
|
|
1281
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1282
|
-
color: #fff;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1272
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1286
1273
|
outline: none;
|
|
1287
1274
|
}
|
|
@@ -1290,8 +1277,8 @@
|
|
|
1290
1277
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1291
1278
|
background: #ffd939;
|
|
1292
1279
|
border: 0;
|
|
1293
|
-
border-left: 1px solid #ffd939;
|
|
1294
1280
|
box-shadow: none;
|
|
1281
|
+
border-left: 1px solid #ffd939;
|
|
1295
1282
|
}
|
|
1296
1283
|
|
|
1297
1284
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
@@ -1417,8 +1404,8 @@
|
|
|
1417
1404
|
.e-toolbar .e-hor-nav:focus {
|
|
1418
1405
|
background: #685708;
|
|
1419
1406
|
border-left: 0;
|
|
1420
|
-
color: #000;
|
|
1421
1407
|
border-color: #fff;
|
|
1408
|
+
color: #000;
|
|
1422
1409
|
background: inherit;
|
|
1423
1410
|
border: 2px solid #fff;
|
|
1424
1411
|
}
|
|
@@ -579,18 +579,6 @@
|
|
|
579
579
|
line-height: 25px;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
583
|
-
padding: 0 1.5px;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
587
|
-
padding: 0 1.5px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
591
|
-
padding: 0 1.5px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
582
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
595
583
|
margin: 7.5px 3px;
|
|
596
584
|
min-height: 25px;
|
|
@@ -682,6 +670,8 @@
|
|
|
682
670
|
}
|
|
683
671
|
|
|
684
672
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
673
|
+
-ms-flex-align: center;
|
|
674
|
+
align-items: center;
|
|
685
675
|
display: -ms-inline-flexbox;
|
|
686
676
|
display: inline-flex;
|
|
687
677
|
-ms-flex-pack: start;
|
|
@@ -875,6 +865,7 @@
|
|
|
875
865
|
|
|
876
866
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
877
867
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
868
|
+
color: #fff;
|
|
878
869
|
display: table-cell;
|
|
879
870
|
text-align: center;
|
|
880
871
|
vertical-align: middle;
|
|
@@ -1246,6 +1237,10 @@
|
|
|
1246
1237
|
color: #fff;
|
|
1247
1238
|
}
|
|
1248
1239
|
|
|
1240
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1241
|
+
color: #fff;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1249
1244
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1250
1245
|
background: rgba(255, 255, 255, 0.1);
|
|
1251
1246
|
border-color: #000;
|
|
@@ -1268,11 +1263,7 @@
|
|
|
1268
1263
|
color: #000;
|
|
1269
1264
|
}
|
|
1270
1265
|
|
|
1271
|
-
.e-toolbar
|
|
1272
|
-
color: #fff;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.e-toolbar .e-icons {
|
|
1266
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1276
1267
|
color: #fff;
|
|
1277
1268
|
}
|
|
1278
1269
|
|
|
@@ -1282,21 +1273,17 @@
|
|
|
1282
1273
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1283
1274
|
}
|
|
1284
1275
|
|
|
1285
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1286
|
-
color: #fff;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
1276
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1290
1277
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1291
1278
|
background: rgba(255, 255, 255, 0.1);
|
|
1292
1279
|
border: 0;
|
|
1293
|
-
border-left: 1px none rgba(255, 255, 255, 0.1);
|
|
1294
1280
|
box-shadow: none;
|
|
1281
|
+
border-left: 1px none rgba(255, 255, 255, 0.1);
|
|
1295
1282
|
}
|
|
1296
1283
|
|
|
1297
1284
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1298
1285
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1299
|
-
color: #
|
|
1286
|
+
color: #fff;
|
|
1300
1287
|
}
|
|
1301
1288
|
|
|
1302
1289
|
.e-toolbar .e-tbar-btn {
|
|
@@ -1396,8 +1383,8 @@
|
|
|
1396
1383
|
.e-toolbar .e-hor-nav:focus {
|
|
1397
1384
|
background: rgba(255, 255, 255, 0.1);
|
|
1398
1385
|
border-left: 0;
|
|
1399
|
-
color: #000;
|
|
1400
1386
|
border-color: #000;
|
|
1387
|
+
color: #000;
|
|
1401
1388
|
}
|
|
1402
1389
|
|
|
1403
1390
|
.e-toolbar .e-tbar-btn:active {
|
|
@@ -582,18 +582,6 @@
|
|
|
582
582
|
line-height: 25px;
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
586
|
-
padding: 0 1.5px;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
590
|
-
padding: 0 1.5px;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
594
|
-
padding: 0 1.5px;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
585
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
598
586
|
margin: 7.5px 3px;
|
|
599
587
|
min-height: 25px;
|
|
@@ -685,6 +673,8 @@
|
|
|
685
673
|
}
|
|
686
674
|
|
|
687
675
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
676
|
+
-ms-flex-align: center;
|
|
677
|
+
align-items: center;
|
|
688
678
|
display: -ms-inline-flexbox;
|
|
689
679
|
display: inline-flex;
|
|
690
680
|
-ms-flex-pack: start;
|
|
@@ -878,6 +868,7 @@
|
|
|
878
868
|
|
|
879
869
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
880
870
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
871
|
+
color: rgba(0, 0, 0, 0.54);
|
|
881
872
|
display: table-cell;
|
|
882
873
|
text-align: center;
|
|
883
874
|
vertical-align: middle;
|
|
@@ -1249,6 +1240,10 @@
|
|
|
1249
1240
|
color: rgba(0, 0, 0, 0.87);
|
|
1250
1241
|
}
|
|
1251
1242
|
|
|
1243
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1244
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1252
1247
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1253
1248
|
background: rgba(0, 0, 0, 0.12);
|
|
1254
1249
|
border-color: rgba(0, 0, 0, 0.12);
|
|
@@ -1271,11 +1266,7 @@
|
|
|
1271
1266
|
color: rgba(0, 0, 0, 0.87);
|
|
1272
1267
|
}
|
|
1273
1268
|
|
|
1274
|
-
.e-toolbar
|
|
1275
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.e-toolbar .e-icons {
|
|
1269
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1279
1270
|
color: rgba(0, 0, 0, 0.54);
|
|
1280
1271
|
}
|
|
1281
1272
|
|
|
@@ -1285,16 +1276,12 @@
|
|
|
1285
1276
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1286
1277
|
}
|
|
1287
1278
|
|
|
1288
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
|
|
1289
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
1279
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1293
1280
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1294
1281
|
background: rgba(0, 0, 0, 0.12);
|
|
1295
1282
|
border: 0;
|
|
1296
|
-
border-left: 1px none rgba(0, 0, 0, 0.12);
|
|
1297
1283
|
box-shadow: none;
|
|
1284
|
+
border-left: 1px none rgba(0, 0, 0, 0.12);
|
|
1298
1285
|
}
|
|
1299
1286
|
|
|
1300
1287
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -1399,8 +1386,8 @@
|
|
|
1399
1386
|
.e-toolbar .e-hor-nav:focus {
|
|
1400
1387
|
background: rgba(0, 0, 0, 0.12);
|
|
1401
1388
|
border-left: 0;
|
|
1402
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1403
1389
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1390
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1404
1391
|
}
|
|
1405
1392
|
|
|
1406
1393
|
.e-toolbar .e-tbar-btn:active {
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
148
148
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
149
149
|
margin-left: 0;
|
|
150
|
-
padding:
|
|
150
|
+
padding: 0 6px 0 0;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -558,18 +558,6 @@
|
|
|
558
558
|
line-height: 22px;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
562
|
-
padding: 0 1.5px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
566
|
-
padding: 0 1.5px;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
570
|
-
padding: 0 1.5px;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
561
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
574
562
|
margin: 7px 3px;
|
|
575
563
|
min-height: 16px;
|
|
@@ -663,6 +651,8 @@
|
|
|
663
651
|
}
|
|
664
652
|
|
|
665
653
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
654
|
+
-ms-flex-align: center;
|
|
655
|
+
align-items: center;
|
|
666
656
|
display: -ms-inline-flexbox;
|
|
667
657
|
display: inline-flex;
|
|
668
658
|
-ms-flex-pack: start;
|
|
@@ -673,7 +663,7 @@
|
|
|
673
663
|
|
|
674
664
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
675
665
|
margin: 0;
|
|
676
|
-
padding:
|
|
666
|
+
padding: 0 4px 0 0;
|
|
677
667
|
width: auto;
|
|
678
668
|
}
|
|
679
669
|
|
|
@@ -847,6 +837,7 @@
|
|
|
847
837
|
|
|
848
838
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
849
839
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
840
|
+
color: #d1d5db;
|
|
850
841
|
display: table-cell;
|
|
851
842
|
text-align: center;
|
|
852
843
|
vertical-align: middle;
|
|
@@ -1183,18 +1174,18 @@
|
|
|
1183
1174
|
.e-toolbar {
|
|
1184
1175
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1185
1176
|
background: #374151;
|
|
1186
|
-
border:
|
|
1177
|
+
border: 0 solid #4b5563;
|
|
1187
1178
|
box-shadow: none;
|
|
1188
1179
|
}
|
|
1189
1180
|
|
|
1190
1181
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
1191
1182
|
border: solid #4b5563;
|
|
1192
|
-
border-width:
|
|
1183
|
+
border-width: 0 0 0 0;
|
|
1193
1184
|
}
|
|
1194
1185
|
|
|
1195
1186
|
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
1196
1187
|
border: solid #4b5563;
|
|
1197
|
-
border-width: 0 0
|
|
1188
|
+
border-width: 0 0 0 0;
|
|
1198
1189
|
}
|
|
1199
1190
|
|
|
1200
1191
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1220,6 +1211,10 @@
|
|
|
1220
1211
|
color: #fff;
|
|
1221
1212
|
}
|
|
1222
1213
|
|
|
1214
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1215
|
+
color: #fff;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1223
1218
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1224
1219
|
background: #4b5563;
|
|
1225
1220
|
border-color: #d1d5db;
|
|
@@ -1242,17 +1237,13 @@
|
|
|
1242
1237
|
color: #9ca3af;
|
|
1243
1238
|
}
|
|
1244
1239
|
|
|
1245
|
-
.e-toolbar
|
|
1246
|
-
color: #fff;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.e-toolbar .e-icons {
|
|
1240
|
+
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1250
1241
|
color: #d1d5db;
|
|
1251
1242
|
}
|
|
1252
1243
|
|
|
1253
1244
|
.e-toolbar .e-toolbar-pop {
|
|
1254
1245
|
background: #374151;
|
|
1255
|
-
border:
|
|
1246
|
+
border: 0 solid #4b5563;
|
|
1256
1247
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1257
1248
|
background: #374151;
|
|
1258
1249
|
}
|
|
@@ -1261,20 +1252,20 @@
|
|
|
1261
1252
|
background: transparent;
|
|
1262
1253
|
}
|
|
1263
1254
|
|
|
1264
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:
|
|
1255
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1265
1256
|
background: #4b5563;
|
|
1266
1257
|
}
|
|
1267
1258
|
|
|
1268
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn
|
|
1269
|
-
|
|
1259
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1260
|
+
background: #4b5563;
|
|
1270
1261
|
}
|
|
1271
1262
|
|
|
1272
1263
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1273
1264
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1274
1265
|
background: #374151;
|
|
1275
1266
|
border: 0;
|
|
1276
|
-
border-left: 1px #4b5563 #374151;
|
|
1277
1267
|
box-shadow: none;
|
|
1268
|
+
border-left: 0 #4b5563 #374151;
|
|
1278
1269
|
}
|
|
1279
1270
|
|
|
1280
1271
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -1331,7 +1322,7 @@
|
|
|
1331
1322
|
background: #374151;
|
|
1332
1323
|
border: solid #4b5563;
|
|
1333
1324
|
border-left: 0;
|
|
1334
|
-
border-width: 0
|
|
1325
|
+
border-width: 0 0 0 0;
|
|
1335
1326
|
}
|
|
1336
1327
|
|
|
1337
1328
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
@@ -1368,8 +1359,8 @@
|
|
|
1368
1359
|
.e-toolbar .e-hor-nav:focus {
|
|
1369
1360
|
background: #4b5563;
|
|
1370
1361
|
border-left: 0;
|
|
1371
|
-
color: #9ca3af;
|
|
1372
1362
|
border-color: #d1d5db;
|
|
1363
|
+
color: #9ca3af;
|
|
1373
1364
|
}
|
|
1374
1365
|
|
|
1375
1366
|
.e-toolbar .e-tbar-btn:active {
|