canvasxpress-cli 38.8.17 → 39.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "38.8.17",
3
+ "version": "39.1.15",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -433,10 +433,15 @@ pre.CanvasXpressCode {
433
433
  div.CanvasXpressCodeContainer {
434
434
  box-sizing: content-box;
435
435
  clear: both;
436
+ height: 500px;
437
+ width: 600px;
438
+ /*
436
439
  max-height: 500px;
437
440
  max-width: 600px;
441
+ */
438
442
  overflow: auto;
439
443
  padding: 10px;
444
+ resize: auto;
440
445
  }
441
446
 
442
447
  div.CanvasXpressCodeContent {
@@ -701,19 +706,16 @@ span.CanvasXpressBin::selection {
701
706
  * CanvasXpressCustomizer
702
707
  */
703
708
 
704
- hr.CanvasXpressDataCustomizer {
705
- border: 0;
706
- background-color: rgb(51, 122, 183);
707
- height: 1px;
709
+ div.CanvasXpressCustomizerContainer {
710
+ background-color:rgba(255, 255, 255, 0.95);
711
+ float: left;
708
712
  margin: 0;
709
- padding: 0;
710
- display: flex;
711
713
  }
712
714
 
713
- div.CanvasXpressCustomizerContainer {
714
- background-color:rgba(255, 255, 255, 0.95);
715
+ div.CanvasXpressCustomizerContainerActive {
716
+ background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
715
717
  float: left;
716
- margin: 0px;
718
+ margin: 0;
717
719
  }
718
720
 
719
721
  div.CanvasXpressCustomizerLeftPanel {
@@ -820,7 +822,9 @@ img.CanvasXpressCustomizerRightContainer, svg.CanvasXpressCustomizerRightContain
820
822
  div.CanvasXpressCustomizerRight {
821
823
  background-color: #dddddd;
822
824
  border-top: 1px solid rgb(51, 122, 183) !important;
825
+ /*
823
826
  border-bottom: 1px solid rgb(51, 122, 183) !important;
827
+ */
824
828
  color: rgb(34, 34, 34);
825
829
  font: normal 12px arial, tahoma, sans-serif;
826
830
  line-height: 24px;
@@ -853,6 +857,25 @@ img.CanvasXpressCustomizerRight, svg.CanvasXpressCustomizerRight {
853
857
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
854
858
  }
855
859
 
860
+ img.CanvasXpressCustomizerRightB, svg.CanvasXpressCustomizerRightB {
861
+ background-position: center;
862
+ border: 1px solid rgb(51, 122, 183) !important;
863
+ border-radius: 4px;
864
+ color: rgb(34, 34, 34);
865
+ font: normal 12px arial, tahoma, sans-serif;
866
+ height: 24px;
867
+ line-height: 24px;
868
+ list-style: none;
869
+ margin: 0px !important;
870
+ position: relative;
871
+ padding: 0px;
872
+ vertical-align: top;
873
+ width: 24px;
874
+ white-space: nowrap;
875
+ background: rgba(0, 0, 0, 0) !important;
876
+ box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
877
+ }
878
+
856
879
  span.CanvasXpressCustomizerRight {
857
880
  color: rgb(34, 34, 34);
858
881
  font: normal 16px arial, tahoma, sans-serif;
@@ -863,20 +886,76 @@ span.CanvasXpressCustomizerRight {
863
886
  height: 28px;
864
887
  }
865
888
 
866
- span.CanvasXpressCustomizerRightHelp {
889
+ span.CanvasXpressCustomizerRightHelp {
867
890
  color: rgb(34, 34, 34);
868
891
  font: normal 12px arial, tahoma, sans-serif;
869
- line-height: 22px;
870
892
  list-style: none;
871
893
  white-space: normal;
872
894
  position: relative;
873
895
  }
874
896
 
897
+ a.CanvasXpressCustomizerRight {
898
+ color: rgb(34, 34, 34);
899
+ margin-right: 10px;
900
+ margin-left: 15px;
901
+ }
902
+
875
903
  /*
876
- * Meta Customizer
904
+ * Header
877
905
  */
878
906
 
907
+ div.CanvasXpressCustomizerHeader {
908
+ background-color: #dddddd;
909
+ border-top: 1px solid rgb(51, 122, 183) !important;
910
+ color: rgb(34, 34, 34);
911
+ font: normal 12px arial, tahoma, sans-serif;
912
+ line-height: 24px;
913
+ list-style: none;
914
+ margin: auto;
915
+ outline-style: none;
916
+ outline-width: 0px;
917
+ text-decoration: none;
918
+ white-space: nowrap;
919
+ width: -webkit-fill-available;
920
+ height: -webkit-fill-available;
921
+ display: flex;
922
+ }
923
+
924
+ span.CanvasXpressCustomizerHeader {
925
+ color: rgb(34, 34, 34);
926
+ font: normal 16px arial, tahoma, sans-serif;
927
+ line-height: 28px;
928
+ list-style: none;
929
+ white-space: nowrap;
930
+ position: relative;
931
+ height: 28px;
932
+ }
879
933
 
934
+ img.CanvasXpressCustomizerHeader, svg.CanvasXpressCustomizerHeader {
935
+ background-position: center;
936
+ border: 0px none !important;
937
+ color: rgb(34, 34, 34);
938
+ font: normal 12px arial, tahoma, sans-serif;
939
+ height: 24px;
940
+ line-height: 24px;
941
+ list-style: none;
942
+ margin: 0px !important;
943
+ position: relative;
944
+ padding: 0px;
945
+ vertical-align: top;
946
+ width: 24px;
947
+ white-space: nowrap;
948
+ background: rgba(0, 0, 0, 0) !important;
949
+ box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
950
+ }
951
+
952
+ span.CanvasXpressCustomizerHeaderHelp {
953
+ color: rgb(34, 34, 34);
954
+ font: normal 12px arial, tahoma, sans-serif;
955
+ list-style: none;
956
+ white-space: normal;
957
+ position: relative;
958
+ }
880
959
 
881
960
  /*
882
961
  * Options Customizer
@@ -977,7 +1056,7 @@ span.CanvasXpressSearchCustomizer {
977
1056
  clear: left;
978
1057
  }
979
1058
 
980
- span.CanvasXpressSearchCustomizerSelect, span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCurrent {
1059
+ span.CanvasXpressSearchCustomizerSelect, span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCategory, span.CanvasXpressSearchCustomizerCurrent {
981
1060
  font: normal 16px arial, tahoma, sans-serif;
982
1061
  line-height: 28px;
983
1062
  list-style: none;
@@ -992,7 +1071,7 @@ span.CanvasXpressSearchCustomizerSelect {
992
1071
  color: rgb(34, 34, 34);
993
1072
  }
994
1073
 
995
- span.CanvasXpressSearchCustomizerDescription {
1074
+ span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCategory {
996
1075
  color: rgb(51, 122, 183);
997
1076
  overflow: hidden;
998
1077
  text-overflow: ellipsis;
@@ -1021,7 +1100,13 @@ span.CanvasXpressSearchCustomizerDescription:before {
1021
1100
  content: "Description [ ";
1022
1101
  }
1023
1102
 
1024
- span.CanvasXpressSearchCustomizerDescription:after {
1103
+ span.CanvasXpressSearchCustomizerCategory:before {
1104
+ color: rgb(34, 34, 34);
1105
+ font-weight: bold;
1106
+ content: "Category [ ";
1107
+ }
1108
+
1109
+ span.CanvasXpressSearchCustomizerDescription:after, span.CanvasXpressSearchCustomizerCategory:after {
1025
1110
  color: rgb(34, 34, 34);
1026
1111
  font-weight: bold;
1027
1112
  content: " ]";
@@ -1043,8 +1128,9 @@ span.CanvasXpressSearchCustomizerCurrent:after {
1043
1128
  * File Customizer
1044
1129
  */
1045
1130
 
1046
- a.CanvasXpressFileCustomizer {
1131
+ a.CanvasXpressFileCustomizer, div.CanvasXpressToolCustomizer {
1047
1132
  border-color: rgba(0, 0, 0, 0);
1133
+ border-bottom-color: rgb(170, 204, 246);
1048
1134
  border-style: solid;
1049
1135
  border-width: 1px;
1050
1136
  color: rgb(34, 34, 34);
@@ -1061,7 +1147,7 @@ a.CanvasXpressFileCustomizer {
1061
1147
  white-space: nowrap;
1062
1148
  }
1063
1149
 
1064
- a.CanvasXpressFileCustomizerActive {
1150
+ a.CanvasXpressFileCustomizerActive, div.CanvasXpressToolCustomizerActive {
1065
1151
  background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
1066
1152
  border-color: rgb(170, 204, 246);
1067
1153
  border-style: solid;
@@ -1251,7 +1337,6 @@ img.CanvasXpressDataCustomizer3, svg.CanvasXpressDataCustomizer3 {
1251
1337
  /* Safari */
1252
1338
  }
1253
1339
 
1254
-
1255
1340
  img.CanvasXpressDataCustomizerMask, svg.CanvasXpressDataCustomizerMask {
1256
1341
  background: rgba(0, 0, 0, 0) !important;
1257
1342
  border: 0px none !important;
@@ -1272,7 +1357,10 @@ img.CanvasXpressDataCustomizerMask, svg.CanvasXpressDataCustomizerMask {
1272
1357
 
1273
1358
  span.CanvasXpressDataCustomizerNumeric,
1274
1359
  span.CanvasXpressDataCustomizerString,
1275
- span.CanvasXpressDataCustomizerUnique {
1360
+ span.CanvasXpressDataCustomizerUnique,
1361
+ span.CanvasXpressDataCustomizerNumericActive,
1362
+ span.CanvasXpressDataCustomizerStringActive,
1363
+ span.CanvasXpressDataCustomizerUniqueActive {
1276
1364
  border: 1px solid rgb(51, 122, 183);
1277
1365
  border-radius: 5px;
1278
1366
  cursor: move;
@@ -1301,6 +1389,67 @@ span.CanvasXpressDataCustomizerUnique {
1301
1389
  color: rgb(0, 0, 255);
1302
1390
  }
1303
1391
 
1392
+ span.CanvasXpressDataCustomizerListNumeric,
1393
+ span.CanvasXpressDataCustomizerListString,
1394
+ span.CanvasXpressDataCustomizerListUnique,
1395
+ span.CanvasXpressDataCustomizerListNumericActive,
1396
+ span.CanvasXpressDataCustomizerListStringActive,
1397
+ span.CanvasXpressDataCustomizerListUniqueActive {
1398
+ border: none;
1399
+ cursor: move;
1400
+ font: normal 16px arial, tahoma, sans-serif;
1401
+ color: rgb(34, 34, 34);
1402
+ margin: 0;
1403
+ padding: 0;
1404
+ width: 350px;
1405
+ white-space: nowrap;
1406
+ display: inline-block;
1407
+ text-align: start;
1408
+ overflow: hidden;
1409
+ position: relative;
1410
+ -moz-user-select: none;
1411
+ -khtml-user-select: none;
1412
+ -webkit-user-select: none;
1413
+ -o-user-select: none;
1414
+ -ms-user-select: none;
1415
+ }
1416
+
1417
+ span.CanvasXpressDataCustomizerListNumeric,
1418
+ span.CanvasXpressDataCustomizerListNumericActive {
1419
+ color: rgb(34, 34, 34);
1420
+ }
1421
+
1422
+ span.CanvasXpressDataCustomizerListString,
1423
+ span.CanvasXpressDataCustomizerListStringActive {
1424
+ color: rgb(255, 0, 0);
1425
+ }
1426
+
1427
+ span.CanvasXpressDataCustomizerListUnique,
1428
+ span.CanvasXpressDataCustomizerListUniqueActive {
1429
+ color: rgb(0, 0, 255);
1430
+ }
1431
+
1432
+ span.CanvasXpressDataCustomizerListNumeric:before,
1433
+ span.CanvasXpressDataCustomizerListNumericActive:before {
1434
+ font: normal 10px courier;
1435
+ color: rgb(34, 34, 34);
1436
+ content: "\00a0#\00a0\00a0\00a0";
1437
+ }
1438
+
1439
+ span.CanvasXpressDataCustomizerListString:before,
1440
+ span.CanvasXpressDataCustomizerListStringActive:before {
1441
+ font: normal 10px courier;
1442
+ color: rgb(34, 34, 34);
1443
+ content: "Abc\00a0\00a0";
1444
+ }
1445
+
1446
+ span.CanvasXpressDataCustomizerListUnique:before,
1447
+ span.CanvasXpressDataCustomizerListUniqueActive:before {
1448
+ font: normal 10px courier;
1449
+ color: rgb(34, 34, 34);
1450
+ content: "Unq\00a0\00a0";
1451
+ }
1452
+
1304
1453
  span.CanvasXpressDataCustomizer {
1305
1454
  border: 1px solid rgb(51, 122, 183);
1306
1455
  border-radius: 5px;
@@ -1323,248 +1472,39 @@ svg.CanvasXpressDataCustomizerMask::selection,
1323
1472
  span.CanvasXpressDataCustomizerNumeric::selection,
1324
1473
  span.CanvasXpressDataCustomizerString::selection,
1325
1474
  span.CanvasXpressDataCustomizerUnique::selection,
1475
+ span.CanvasXpressDataCustomizerListNumeric::selection,
1476
+ span.CanvasXpressDataCustomizerListString::selection,
1477
+ span.CanvasXpressDataCustomizerListUnique::selection,
1326
1478
  span.CanvasXpressDataCustomizer::selection {
1327
1479
  background: rgba(0, 0, 0, 0);
1328
1480
  color: rgb(0, 0, 0);
1329
1481
  padding: 0;
1330
1482
  }
1331
1483
 
1332
- /*
1333
- * CanvasXpressDataExplorer
1334
- */
1335
-
1336
- div.CanvasXpressDataExplorerPanel {
1337
- -webkit-transition: all 0.5s ease;
1338
- -moz-transition: all 0.5s ease;
1339
- -o-transition: all 0.5s ease;
1340
- -ms-transition: all 0.5s ease;
1341
- transition: all 0.5s ease;
1342
- max-height: 0;
1343
- overflow: hidden;
1344
- cursor: default;
1345
- }
1346
-
1347
- div.CanvasXpressDataExplorerPanelOpen {
1348
- -webkit-transition: all 0.5s ease;
1349
- -moz-transition: all 0.5s ease;
1350
- -o-transition: all 0.5s ease;
1351
- -ms-transition: all 0.5s ease;
1352
- transition: all 0.5s ease;
1353
- cursor: default;
1354
- height: auto;
1355
- max-height: 1000px;
1356
- overflow: hidden;
1357
- }
1358
-
1359
- hr.CanvasXpressDataExplorer {
1360
- border: 0;
1361
- background-color: rgb(51, 122, 183);
1362
- height: 1px;
1363
- margin: 1px -3px 1px !important;
1364
- padding: 0;
1365
- }
1366
-
1367
- img.CanvasXpressDataExplorerActive, svg.CanvasXpressDataExplorerActive {
1368
- background: rgba(0, 0, 0, 0) !important;
1369
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1370
- border: 1px dashed rgb(255, 0, 0) !important;
1371
- border-radius: 5px;
1372
- cursor: pointer;
1373
- margin: 3px !important;
1374
- padding: 2px;
1375
- }
1376
-
1377
- img.CanvasXpressDataExplorer, svg.CanvasXpressDataExplorer {
1378
- background: rgba(0, 0, 0, 0) !important;
1379
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1380
- border: 1px solid rgb(51, 122, 183) !important;
1381
- border-radius: 5px;
1382
- cursor: pointer;
1383
- margin: 2px 3px !important;
1384
- padding: 2px;
1385
- -webkit-transform: scale(1, 1);
1386
- -ms-transform: scale(1, 1);
1387
- transform: scale(1, 1);
1388
- transition-duration: 0.3s;
1389
- -webkit-transition-duration: 0.3s;
1390
- /* Safari */
1391
- }
1392
-
1393
- img.CanvasXpressDataExplorer:hover,
1394
- img.CanvasXpressDataExplorer3:hover img.CanvasXpressDataExplorer4:hover,
1395
- svg.CanvasXpressDataExplorer:hover,
1396
- svg.CanvasXpressDataExplorer3:hover svg.CanvasXpressDataExplorer4:hover {
1397
- background: rgba(0, 0, 0, 0) !important;
1398
- border: 1px solid rgb(51, 122, 183) !important;
1399
- border-radius: 5px;
1400
- cursor: pointer;
1401
- margin: 2px 3px !important;
1402
- padding: 3px;
1403
- -webkit-transform: scale(1.8, 1.8);
1404
- -ms-transform: scale(1.8, 1.8);
1405
- transform: scale(1.8, 1.8);
1406
- transition-duration: 0.3s;
1407
- -webkit-transition-duration: 0.3s;
1408
- /* Safari */
1409
- box-shadow: 10px 10px 5px #888888 !important;
1410
- z-index: 2;
1411
- position: relative;
1412
- }
1413
-
1414
- img.CanvasXpressDataExplorer2,
1415
- img.CanvasXpressDataExplorer4,
1416
- svg.CanvasXpressDataExplorer2,
1417
- svg.CanvasXpressDataExplorer4 {
1418
- background: rgba(0, 0, 0, 0) !important;
1419
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1420
- border: 0px none !important;
1421
- border-radius: 0px;
1422
- cursor: pointer;
1423
- margin: 2px 3px !important;
1424
- -webkit-transform: scale(1, 1);
1425
- -ms-transform: scale(1, 1);
1426
- transform: scale(1, 1);
1427
- transition-duration: 0.3s;
1428
- -webkit-transition-duration: 0.3s;
1429
- /* Safari */
1430
- }
1431
-
1432
- img.CanvasXpressDataExplorer2:hover, svg.CanvasXpressDataExplorer2:hover {
1433
- background: rgba(0, 0, 0, 0) !important;
1434
- border: 0px none !important;
1435
- border-radius: 5px;
1436
- cursor: pointer;
1437
- margin: 2px 4px !important;
1438
- padding: 4px;
1439
- -webkit-transform: scale(1.8, 1.8);
1440
- -ms-transform: scale(1.8, 1.8);
1441
- transform: scale(1.8, 1.8);
1442
- transition-duration: 0.3s;
1443
- -webkit-transition-duration: 0.3s;
1444
- /* Safari */
1445
- box-shadow: 10px 10px 5px #888888 !important;
1446
- z-index: 2;
1447
- position: relative;
1448
- }
1449
-
1450
- img.CanvasXpressDataExplorer3, svg.CanvasXpressDataExplorer3 {
1451
- background: rgba(0, 0, 0, 0) !important;
1452
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1453
- border: 1px solid rgb(51, 122, 183) !important;
1454
- border-radius: 5px;
1455
- cursor: pointer;
1456
- margin: 12px 3px 3px 3px !important;
1457
- padding: 2px 3px;
1458
- -webkit-transform: scale(1, 1);
1459
- -ms-transform: scale(1, 1);
1460
- transform: scale(1, 1);
1461
- transition-duration: 0.3s;
1462
- -webkit-transition-duration: 0.3s;
1463
- /* Safari */
1464
- }
1465
-
1466
- div.CanvasXpressDataExplorerActive {
1467
- border: 1px dashed rgb(255, 0, 0);
1468
- border-radius: 5px;
1469
- box-sizing: content-box;
1470
- font: normal 12px arial, tahoma, sans-serif;
1471
- color: rgb(34, 34, 34);
1472
- margin: 3px;
1473
- padding: 3px;
1474
- white-space: normal;
1475
- }
1476
-
1477
- div.CanvasXpressDataExplorer {
1478
- border: 1px solid rgb(51, 122, 183);
1479
- border-radius: 2px;
1480
- box-sizing: content-box;
1481
- font: normal 12px arial, tahoma, sans-serif;
1482
- color: rgb(34, 34, 34);
1483
- margin: 3px;
1484
- padding: 3px;
1485
- white-space: normal;
1486
- }
1487
-
1488
- img.CanvasXpressDataExplorerMask, svg.CanvasXpressDataExplorerMask {
1489
- background: rgba(0, 0, 0, 0) !important;
1490
- border: 0px none !important;
1491
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1492
- position: absolute;
1493
- left: 0px;
1494
- top: 0px;
1495
- margin: 0px !important;
1496
- width: 100%;
1497
- height: 20px;
1498
- -moz-user-select: none;
1499
- -khtml-user-select: none;
1500
- -webkit-user-select: none;
1501
- -o-user-select: none;
1502
- -ms-user-select: none;
1503
- -moz-user-select: none;
1504
- }
1505
-
1506
- span.CanvasXpressDataExplorerNumeric,
1507
- span.CanvasXpressDataExplorerString,
1508
- span.CanvasXpressDataExplorerUnique {
1509
- border: 1px solid rgb(51, 122, 183);
1510
- border-radius: 5px;
1511
- cursor: move;
1512
- font: normal 12px arial, tahoma, sans-serif;
1513
- color: rgb(34, 34, 34);
1514
- margin: 3px;
1515
- padding: 3px;
1516
- word-wrap: normal;
1517
- display: inline-block;
1518
- text-align: start;
1519
- max-width: 150px;
1520
- overflow: hidden;
1521
- position: relative;
1522
- -moz-user-select: none;
1523
- -khtml-user-select: none;
1524
- -webkit-user-select: none;
1525
- -o-user-select: none;
1526
- -ms-user-select: none;
1484
+ span.CanvasXpressDataCustomizerListNumericActive,
1485
+ span.CanvasXpressDataCustomizerListStringActive,
1486
+ span.CanvasXpressDataCustomizerListUniqueActive {
1487
+ background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
1527
1488
  }
1528
1489
 
1529
- span.CanvasXpressDataExplorerString {
1530
- color: rgb(255, 0, 0);
1490
+ span.CanvasXpressDataCustomizerNumericActive,
1491
+ span.CanvasXpressDataCustomizerStringActive,
1492
+ span.CanvasXpressDataCustomizerUniqueActive {
1493
+ background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
1531
1494
  }
1532
1495
 
1533
- span.CanvasXpressDataExplorerUnique {
1534
- color: rgb(0, 0, 255);
1496
+ span.CanvasXpressDataCustomizerListNumeric,
1497
+ span.CanvasXpressDataCustomizerListString,
1498
+ span.CanvasXpressDataCustomizerListUnique {
1499
+ background-color: rgba(0, 0, 0, 0);
1535
1500
  }
1536
1501
 
1537
- span.CanvasXpressDataExplorer {
1538
- border: 1px solid rgb(51, 122, 183);
1539
- border-radius: 5px;
1540
- cursor: pointer;
1541
- font: bold 12px arial, tahoma, sans-serif;
1542
- color: rgb(34, 34, 34);
1543
- line-height: 380%;
1544
- padding: 6px 29px;
1545
- margin-left: -4px;
1546
- }
1547
-
1548
- br::selection,
1549
- hr.CanvasXpressDataExplorer::selection,
1550
- img.CanvasXpressDataExplorerActive::selection,
1551
- img.CanvasXpressDataExplorer::selection,
1552
- svg.CanvasXpressDataExplorerActive::selection,
1553
- svg.CanvasXpressDataExplorer::selection,
1554
- div.CanvasXpressDataExplorerActive::selection,
1555
- div.CanvasXpressDataExplorer::selection,
1556
- img.CanvasXpressDataExplorerMask::selection,
1557
- svg.CanvasXpressDataExplorerMask::selection,
1558
- span.CanvasXpressDataExplorerNumeric::selection,
1559
- span.CanvasXpressDataExplorerString::selection,
1560
- span.CanvasXpressDataExplorerUnique::selection,
1561
- span.CanvasXpressDataExplorer::selection {
1562
- background: rgba(0, 0, 0, 0);
1563
- color: rgb(0, 0, 0);
1564
- padding: 0;
1502
+ span.CanvasXpressDataCustomizerNumeric,
1503
+ span.CanvasXpressDataCustomizerString,
1504
+ span.CanvasXpressDataCustomizerUnique {
1505
+ background-color: rgba(0, 0, 0, 0);
1565
1506
  }
1566
1507
 
1567
-
1568
1508
  /*
1569
1509
  * CanvasXpressDrag
1570
1510
  */
@@ -3111,7 +3051,7 @@ li.CanvasXpressListItemSep {
3111
3051
  list-style: none;
3112
3052
  margin: 0px;
3113
3053
  padding: 1px;
3114
- width: 100%;
3054
+ /* width: 100%; */
3115
3055
  white-space: nowrap;
3116
3056
  }
3117
3057
 
@@ -5831,6 +5771,43 @@ Copyright (c) 2018 Christian Pucci
5831
5771
  }
5832
5772
  }
5833
5773
 
5774
+ .slideUp2 {
5775
+ -webkit-animation-name: slideUp2;
5776
+ animation-name: slideUp2;
5777
+ }
5778
+
5779
+ @-webkit-keyframes slideUp2 {
5780
+ 0% {
5781
+ -webkit-transform-origin: 0 0;
5782
+ transform-origin: 0 0;
5783
+ -webkit-transform: translateY(0%);
5784
+ transform: translateY(0%);
5785
+ }
5786
+ 100% {
5787
+ -webkit-transform-origin: 0 0;
5788
+ transform-origin: 0 0;
5789
+ -webkit-transform: translateY(-100%);
5790
+ transform: translateY(-100%);
5791
+ }
5792
+ }
5793
+
5794
+ @keyframes slideUp2 {
5795
+ 0% {
5796
+ opacity: 1;
5797
+ -webkit-transform-origin: 0 0;
5798
+ transform-origin: 0 0;
5799
+ -webkit-transform: translateY(0%);
5800
+ transform: translateY(0%);
5801
+ }
5802
+ 100% {
5803
+ opacity: 0;
5804
+ -webkit-transform-origin: 0 0;
5805
+ transform-origin: 0 0;
5806
+ -webkit-transform: translateY(-100%);
5807
+ transform: translateY(-100%);
5808
+ }
5809
+ }
5810
+
5834
5811
  .slideUpReturn {
5835
5812
  -webkit-animation-name: slideUpReturn;
5836
5813
  animation-name: slideUpReturn;