canvasxpress-cli 41.6.61 → 41.7.21

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.
@@ -2,8 +2,9 @@
2
2
 
3
3
  /*
4
4
  * Favorite Colors
5
- * rgb(51, 122, 183) - #337ab7
6
- * rgb(83, 105, 255) - #5369ff
5
+ * rgb(51, 122, 183) - #337ab7
6
+ * rgb(76, 159, 224) - #4c9fe0
7
+ * rgb(83, 105, 255) - #5369ff
7
8
  */
8
9
 
9
10
  /*
@@ -741,749 +742,504 @@ span.CanvasXpressBin::selection {
741
742
  margin: 0px !important;
742
743
  }
743
744
 
745
+ /* BEGIN OF CUSTOMIZER CSS */
746
+ /* https://cssgrid-generator.netlify.app/ */
747
+
744
748
  /*
745
- * CanvasXpressCustomizer
749
+ * CanvasXpress Customizer
746
750
  */
747
751
 
748
- div.CanvasXpressCustomizerContainer {
749
- background-color: rgba(255, 255, 255, 0.95);
750
- float: left;
751
- margin: 0;
752
- }
753
-
754
- div.CanvasXpressCustomizerContainerActive {
755
- background: rgba(83, 105, 255, 0.1);
756
- float: left;
757
- margin: 0;
758
- }
759
-
760
- div.CanvasXpressCustomizerContainerActive::last-child {
761
- border: none;
752
+ svg {
753
+ -webkit-touch-callout: none;
754
+ /* iOS Safari */
755
+ -webkit-user-select: none;
756
+ /* Safari */
757
+ -khtml-user-select: none;
758
+ /* Konqueror HTML */
759
+ -moz-user-select: none;
760
+ /* Old versions of Firefox */
761
+ -ms-user-select: none;
762
+ /* Internet Explorer/Edge */
763
+ user-select: none;
764
+ /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
762
765
  }
763
766
 
764
- /*
765
- * Customizer Left Panel
766
- */
767
-
768
- div.CanvasXpressCustomizerLeftPanel {
769
- border-right: 1px solid rgb(83, 105, 255) !important;
770
- background-color: rgba(255, 255, 255, 0.95);
771
- float: left;
767
+ .customizerPanelLeft {
772
768
  display: grid;
769
+ grid-template-columns: 1fr;
770
+ grid-template-rows: 1fr 8fr 1fr;
771
+ grid-column-gap: 0px;
772
+ grid-row-gap: 0px;
773
+ position: fixed;
774
+ z-index: 10001;
775
+ /*height: calc(100% - 5px);*/
776
+ background-color: rgb(255,255,255);
777
+ font-family: arial, tahoma, sans-serif;
778
+ font-weight: normal;
773
779
  }
774
780
 
775
- a.CanvasXpressCustomizerLeft,
776
- a.CanvasXpressCustomizerLeftActive,
777
- a.CanvasXpressCustomizerLeftActive:hover {
778
- border-style: solid;
779
- border-width: 1px;
780
- color: rgb(34, 34, 34);
781
- cursor: pointer;
782
- display: block;
783
- font: normal 12px arial, tahoma, sans-serif;
784
- line-height: 24px;
785
- list-style: none;
786
- margin: 5px;
787
- display: flex;
788
- align-items: center;
789
- outline-style: none;
790
- outline-width: 0px;
791
- position: relative;
792
- text-decoration: none !important;
793
- white-space: nowrap;
794
- border-radius: 5px;
781
+ .customizerLeftPanelTop {
782
+ grid-area: 1 / 1 / 2 / 2;
783
+ background: rgb(83, 105, 255);
784
+ border: 1px solid rgb(83, 105, 255) !important;
785
+ border-top-left-radius: 10px;
795
786
  }
796
787
 
797
- a.CanvasXpressCustomizerLeft {
798
- border-color: rgb(83, 105, 255);
788
+ .customizerLeftPanelMiddle {
789
+ grid-area: 2 / 1 / 3 / 2;
790
+ background: rgba(0,0,0,0);
799
791
  }
800
792
 
801
- a.CanvasXpressCustomizerLeftActive,
802
- a.CanvasXpressCustomizerLeftActive:hover {
803
- background: rgba(83, 105, 255, 0.1);
804
- border-color: rgb(83, 105, 255);
793
+ .customizerLeftPanelBottom {
794
+ grid-area: 3 / 1 / 4 / 2;
795
+ background: rgb(83, 105, 255);
796
+ border: 1px solid rgb(83, 105, 255) !important;
797
+ border-bottom-left-radius: 10px;
805
798
  }
806
799
 
807
- svg.CanvasXpressCustomizerLeft {
808
- background-position: center;
809
- border: 1px solid rgb(83, 105, 255) !important;
810
- border-radius: 5px;
811
- color: rgb(34, 34, 34);
812
- cursor: pointer;
813
- font: normal 12px arial, tahoma, sans-serif;
814
- height: 24px;
815
- line-height: 24px;
816
- list-style: none;
817
- margin: 0px !important;
818
- padding: 5px;
819
- position: absolute;
820
- vertical-align: top;
821
- width: 24px;
822
- white-space: nowrap;
823
- background: rgba(0, 0, 0, 0) !important;
824
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
800
+ .customizerLeftPanelTop .customizerLeftItem:hover svg,
801
+ .customizerLeftPanelTop .customizerLeftItemActive svg,
802
+ .customizerLeftPanelBottom .customizerLeftItem:hover svg,
803
+ .customizerLeftPanelBottom .customizerLeftItemActive svg {
804
+ border: 1px solid rgb(255, 255, 255) !important;
805
+ background: rgba(0,0,0,0);
825
806
  }
826
807
 
827
- span.CanvasXpressCustomizerLeft {
828
- color: rgb(34, 34, 34);
829
- cursor: pointer;
830
- font: normal 16px arial, tahoma, sans-serif;
831
- line-height: 28px;
832
- list-style: none;
833
- white-space: nowrap;
834
- position: relative;
835
- margin: auto;
808
+ .customizerRightPanel {
809
+ background: rgba(0,0,0,0);
810
+ border-left: 1px solid rgb(83, 105, 255) !important;
811
+ border-right: 1px solid rgb(83, 105, 255) !important;
812
+ position: absolute;
813
+ z-index: 10000;
814
+ top: 0px;
815
+ font-family: arial, tahoma, sans-serif;
816
+ font-weight: normal;
836
817
  }
837
818
 
838
819
  /*
839
- * Customizer Right Panel
820
+ * CanvasXpress Customizer Left Items
840
821
  */
841
822
 
842
- div.CanvasXpressCustomizerRightPanel {
843
- top: 0;
844
- border-left: 5px solid rgb(83, 105, 255) !important;
845
- border-right: 5px solid rgb(83, 105, 255) !important;
846
- background-color: rgba(255, 255, 255, 0.95);
847
- float: left;
848
- }
849
-
850
- div.CanvasXpressCustomizerRightContainer {
851
- background-color: rgba(255, 255, 255, 0.95);
823
+ .customizerLeftItem,
824
+ .customizerLeftItemActive {
825
+ display: grid;
826
+ grid-template-columns: 1fr;
827
+ grid-template-rows: 1fr 4fr;
828
+ grid-column-gap: 0px;
829
+ grid-row-gap: 0px;
830
+ margin: 5px;
852
831
  border: 1px solid rgb(83, 105, 255) !important;
853
- border-radius: 4px;
854
- margin: 9px 0 0 9px;
832
+ border-radius: 5px;
833
+ align-items: center;
855
834
  }
856
835
 
857
- div.CanvasXpressCustomizerRightContainerActive {
858
- background-color: rgba(255, 255, 255, 0.95);
859
- border: 1px dashed rgb(255, 0, 0) !important;
860
- border-radius: 4px;
861
- margin: 9px 0 0 9px;
836
+ .customizerLeftItem:hover,
837
+ .customizerLeftItemActive {
838
+ background: rgba(83, 105, 255,0.1);
862
839
  }
863
840
 
864
- img.CanvasXpressCustomizerRightContainer,
865
- svg.CanvasXpressCustomizerRightContainer {
866
- background-position: center;
867
- border: 1px solid rgb(83, 105, 255) !important;
868
- border-radius: 4px;
869
- color: rgb(34, 34, 34);
870
- font: normal 12px arial, tahoma, sans-serif;
871
- list-style: none;
872
- margin: 10px 0px 0px 10px !important;
873
- position: relative;
874
- padding: 2px;
875
- vertical-align: top;
876
- white-space: nowrap;
877
- background: rgba(0, 0, 0, 0) !important;
878
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
841
+ .customizerLeftItem:hover svg,
842
+ .customizerLeftItemActive svg {
843
+ background: rgb(255,255,255);
879
844
  }
880
845
 
881
- div.CanvasXpressCustomizerRight {
882
- background-color: rgb(238, 238, 238);
883
- border-top: 1px solid rgb(83, 105, 255) !important;
884
- color: rgb(34, 34, 34);
885
- font: normal 12px arial, tahoma, sans-serif;
886
- line-height: 24px;
887
- list-style: none;
846
+ .customizerLeftItemTop {
847
+ grid-area: 1 / 1 / 2 / 2;
888
848
  margin: auto;
889
- outline-style: none;
890
- outline-width: 0px;
891
- text-decoration: none;
892
- white-space: nowrap;
893
- width: -webkit-fill-available;
894
- height: -webkit-fill-available;
895
- display: flex;
849
+ margin-top: 5px;
896
850
  }
897
851
 
898
- img.CanvasXpressCustomizerRight,
899
- svg.CanvasXpressCustomizerRight {
900
- background-position: center;
901
- border: 0px none !important;
902
- color: rgb(34, 34, 34);
903
- font: normal 12px arial, tahoma, sans-serif;
904
- height: 24px;
905
- line-height: 24px;
906
- list-style: none;
907
- margin: 0px !important;
908
- position: relative;
909
- padding: 0px;
910
- vertical-align: top;
911
- width: 24px;
912
- white-space: nowrap;
913
- background: rgba(0, 0, 0, 0) !important;
914
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
852
+ .customizerLeftItemBottom {
853
+ grid-area: 2 / 1 / 3 / 2;
854
+ margin: auto;
915
855
  }
916
856
 
917
- img.CanvasXpressCustomizerRightB,
918
- svg.CanvasXpressCustomizerRightB {
919
- background-position: center;
857
+ .customizerLeftIcon {
858
+ padding: 5px;
920
859
  border: 1px solid rgb(83, 105, 255) !important;
921
- border-radius: 4px;
922
- color: rgb(34, 34, 34);
923
- font: normal 12px arial, tahoma, sans-serif;
924
- height: 24px;
925
- line-height: 24px;
926
- list-style: none;
927
- margin: 0px !important;
928
- position: relative;
929
- padding: 0px;
930
- vertical-align: top;
931
- width: 24px;
932
- white-space: nowrap;
933
- background: rgba(0, 0, 0, 0) !important;
934
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
860
+ border-radius: 5px;
935
861
  }
936
862
 
937
- span.CanvasXpressCustomizerRight {
938
- color: rgb(34, 34, 34);
939
- font: normal 16px arial, tahoma, sans-serif;
940
- line-height: 28px;
941
- list-style: none;
942
- white-space: nowrap;
943
- position: relative;
944
- height: 28px;
945
- }
863
+ /*
864
+ * CanvasXpress Customizer Right Items
865
+ */
946
866
 
947
- span.CanvasXpressCustomizerRightHelp {
948
- color: rgb(34, 34, 34);
949
- font: normal 12px arial, tahoma, sans-serif;
950
- list-style: none;
951
- white-space: normal;
952
- position: relative;
867
+ .customizerRightItem {
868
+ display: grid;
869
+ grid-template-columns: 1fr;
870
+ grid-template-rows: 3fr 2fr;
871
+ grid-column-gap: 0px;
872
+ grid-row-gap: 0px;
873
+ border: 1px solid rgb(83, 105, 255) !important;
874
+ border-radius: 5px;
875
+ width: 95%;
953
876
  }
954
877
 
955
- a.CanvasXpressCustomizerRight {
956
- color: rgb(34, 34, 34);
957
- margin-right: 10px;
958
- margin-left: 15px;
878
+ .customizerRightItemTop {
879
+ grid-area: 1 / 1 / 2 / 2;
880
+ padding-top: 5px;
881
+ margin: auto;
959
882
  }
960
883
 
961
- /**
962
- * Customizer Widgets
963
- */
884
+ .customizerRightItemBottom {
885
+ display: grid;
886
+ grid-area: 2 / 1 / 3 / 2;
887
+ margin: auto;
888
+ }
964
889
 
965
890
  /*
966
- * Header
891
+ * CanvasXpress Customizer Right Items Comb
967
892
  */
968
893
 
969
- a.CanvasXpressCustomizerHeader {
970
- text-decoration: none;
894
+ .customizerRightItemCombo {
895
+ display: grid;
896
+ grid-template-columns: 1fr 5fr;
897
+ grid-template-rows: 2fr 1fr;
898
+ grid-column-gap: 0px;
899
+ grid-row-gap: 0px;
900
+ border-top: 1px solid rgb(83, 105, 255);
971
901
  }
972
902
 
973
- div.CanvasXpressCustomizerHeader {
974
- background: rgba(83, 105, 255, 0.1);
975
- color: rgb(34, 34, 34);
976
- font: normal 12px arial, tahoma, sans-serif;
977
- line-height: 24px;
978
- list-style: none;
979
- margin: auto;
980
- outline-style: none;
981
- outline-width: 0px;
982
- white-space: nowrap;
983
- width: -webkit-fill-available;
984
- height: -webkit-fill-available;
985
- display: flex;
903
+ .customizerRightItemComboNB {
904
+ display: grid;
905
+ grid-template-columns: 1fr 5fr;
906
+ grid-template-rows: 2fr 1fr;
907
+ grid-column-gap: 0px;
908
+ grid-row-gap: 0px;
909
+ border: none !important;
986
910
  }
987
911
 
988
- span.CanvasXpressCustomizerHeader {
989
- color: rgb(34, 34, 34);
990
- font: normal 16px arial, tahoma, sans-serif;
991
- line-height: 28px;
992
- list-style: none;
993
- white-space: nowrap;
994
- position: relative;
995
- height: 28px;
912
+ .customizerRightItemComboLeft {
913
+ grid-area: 1 / 1 / 3 / 2;
914
+ display: flex;
915
+ align-items: center;
916
+ justify-content: center;
996
917
  }
997
918
 
998
- svg.CanvasXpressCustomizerHeader {
999
- background-position: center;
1000
- border: 0px none !important;
1001
- color: rgb(34, 34, 34);
1002
- font: normal 12px arial, tahoma, sans-serif;
1003
- height: 24px;
1004
- line-height: 24px;
1005
- list-style: none;
1006
- margin: 0px !important;
1007
- position: relative;
1008
- padding: 0px;
1009
- vertical-align: top;
1010
- width: 24px;
1011
- white-space: nowrap;
1012
- background: rgba(0, 0, 0, 0) !important;
1013
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
919
+ .customizerRightItemComboTopRight {
920
+ grid-area: 1 / 2 / 2 / 3;
921
+ display: flex;
922
+ align-items: center;
923
+ justify-content: center;
1014
924
  }
1015
925
 
1016
- span.CanvasXpressCustomizerHeaderHelp {
1017
- color: rgb(34, 34, 34);
1018
- font: normal 12px arial, tahoma, sans-serif;
1019
- list-style: none;
1020
- white-space: normal;
1021
- position: relative;
926
+ .customizerRightItemComboBottomRight {
927
+ grid-area: 2 / 2 / 3 / 3;
928
+ display: flex;
929
+ align-items: center;
930
+ padding-left: 15px;
931
+ padding-bottom: 2px;
1022
932
  }
1023
933
 
1024
934
  /*
1025
- * Call Customizer
935
+ * CanvasXpress Customizer Right Item Header
1026
936
  */
1027
937
 
1028
- a.CanvasXpressCallCustomizer,
1029
- div.CanvasXpressCallCustomizer {
938
+ .customizerRightItemHeader {
939
+ display: grid;
940
+ grid-template-columns: 1fr;
941
+ grid-template-rows: 2fr 1fr;
942
+ grid-column-gap: 0px;
943
+ grid-row-gap: 0px;
944
+ background: rgba(83, 105, 255,0.1);
1030
945
  color: rgb(34, 34, 34);
1031
- cursor: pointer;
1032
- display: block;
1033
- font: normal 12px arial, tahoma, sans-serif;
1034
- line-height: 24px;
1035
- list-style: none;
1036
- margin: 0px;
1037
- outline-style: none;
1038
- outline-width: 0px;
1039
- position: relative;
1040
- text-decoration: none;
1041
- white-space: nowrap;
946
+ border-bottom: 1px solid rgb(83, 105, 255) !important;
947
+ padding-left: 5px;
1042
948
  }
1043
949
 
1044
- a.CanvasXpressCallCustomizerActive {
1045
- background: rgba(83, 105, 255, 0.1);
950
+ .customizerRightItemHeaderNB {
951
+ display: grid;
952
+ grid-template-columns: 1fr;
953
+ grid-template-rows: 2fr 1fr;
954
+ grid-column-gap: 0px;
955
+ grid-row-gap: 0px;
956
+ background: rgba(83, 105, 255,0.1);
1046
957
  color: rgb(34, 34, 34);
1047
- cursor: pointer;
1048
- display: block;
1049
- font: normal 12px arial, tahoma, sans-serif;
1050
- line-height: 24px;
1051
- list-style: none;
1052
- margin: 0px;
1053
- outline-style: none;
1054
- outline-width: 0px;
1055
- position: relative;
1056
- text-decoration: none;
1057
- white-space: nowrap;
958
+ border-bottom: none !important;
959
+ padding-left: 5px;
1058
960
  }
1059
961
 
1060
- img.CanvasXpressCallCustomizer,
1061
- svg.CanvasXpressCallCustomizer {
1062
- background-position: center;
1063
- border: 0px none !important;
1064
- color: rgb(34, 34, 34);
1065
- cursor: pointer;
1066
- font: normal 12px arial, tahoma, sans-serif;
1067
- height: 24px;
1068
- line-height: 24px;
1069
- list-style: none;
1070
- margin: 0px !important;
1071
- padding: 0px;
1072
- position: relative;
1073
- vertical-align: top;
1074
- width: 24px;
1075
- white-space: nowrap;
1076
- background: rgba(0, 0, 0, 0) !important;
1077
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
962
+ .customizerRightItemHeaderTop {
963
+ grid-area: 1 / 1 / 2 / 2;
964
+ display: flex;
965
+ align-items: center;
1078
966
  }
1079
967
 
1080
- span.CanvasXpressCallCustomizer {
1081
- color: rgb(34, 34, 34);
1082
- cursor: pointer;
1083
- font: normal 16px arial, tahoma, sans-serif;
1084
- line-height: 28px;
1085
- list-style: none;
1086
- white-space: nowrap;
1087
- position: relative;
968
+ .customizerRightItemHeaderBottom {
969
+ grid-area: 2 / 1 / 3 / 2;
970
+ display: flex;
971
+ align-items: center;
972
+ padding-left: 10px;
1088
973
  }
1089
974
 
1090
- /*
1091
- * Button
1092
- */
1093
- div.CanvasXpressButtonCustomizer {
1094
- float: left;
1095
- position: relative;
1096
- background: rgba(83, 105, 255, 0.1);
975
+ .customizerRightItemHeaderMain {
976
+ grid-area: 1 / 1 / 3 / 2;
977
+ display: flex;
978
+ align-items: center;
1097
979
  }
1098
980
 
1099
981
  /*
1100
- * Options Customizer
982
+ * CanvasXpress Customizer Right Item Sub Header
1101
983
  */
1102
984
 
1103
- div.CanvasXpressOptionsCustomizer {
1104
- top: 0;
1105
- background-color: rgba(255, 255, 255, 0.95);
1106
- float: left;
1107
- }
1108
-
1109
- img.CanvasXpressOptionsCustomizer,
1110
- svg.CanvasXpressOptionsCustomizer {
1111
- background-position: center;
1112
- border: 1px solid rgb(83, 105, 255) !important;
1113
- border-radius: 4px;
1114
- color: rgb(34, 34, 34);
1115
- font: normal 12px arial, tahoma, sans-serif;
1116
- list-style: none;
1117
- margin: 10px 0px 0px 10px !important;
1118
- position: relative;
1119
- padding: 2px;
1120
- vertical-align: top;
1121
- white-space: nowrap;
1122
- background: rgba(0, 0, 0, 0) !important;
1123
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
985
+ .customizerRightItemSubHeader {
986
+ display: grid;
987
+ grid-template-columns: 1fr;
988
+ grid-template-rows: 1fr;
989
+ grid-column-gap: 0px;
990
+ grid-row-gap: 0px;
991
+ background: rgba(83, 105, 255,0.1);
1124
992
  }
1125
993
 
1126
- /*
1127
- * Axes Customizer
1128
- */
1129
-
1130
- div.CanvasXpressAxesCustomizer {
1131
- background-color: rgba(255, 255, 255, 0.95);
1132
- border: 1px solid rgb(83, 105, 255);
1133
- border-radius: 4px;
1134
- box-sizing: border-box;
1135
- font: normal 16px arial, tahoma, sans-serif;
1136
- color: rgb(34, 34, 34);
1137
- margin: 9px 0 0 9px;
1138
- white-space: normal;
1139
- overflow-y: auto;
1140
- overflow-x: hidden;
994
+ .customizerRightItemSubHeaderRow {
995
+ grid-area: 1 / 1 / 2 / 2;
996
+ display: flex;
997
+ align-items: center;
1141
998
  }
1142
999
 
1143
- img.CanvasXpressAxesCustomizer,
1144
- svg.CanvasXpressAxesCustomizer {
1145
- background-position: center;
1146
- border: 0px none !important;
1147
- color: rgb(34, 34, 34);
1148
- font: normal 12px arial, tahoma, sans-serif;
1149
- list-style: none;
1150
- position: relative;
1151
- padding: 0px;
1152
- vertical-align: top;
1153
- white-space: nowrap;
1154
- background: rgba(0, 0, 0, 0) !important;
1155
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1000
+ .customizerRightItemSubHeaderRaw {
1001
+ display: flex;
1002
+ align-items: center;
1003
+ border: 1px solid rgb(83, 105, 255) !important;
1004
+ border-radius: 5px;
1005
+ background-color: rgba(83, 105, 255,0.1);
1156
1006
  }
1157
1007
 
1158
1008
  /*
1159
- * Search Customizer
1009
+ * CanvasXpress Customizer Right Item Launcher
1160
1010
  */
1161
- input.CanvasXpressSearchCustomizer {
1162
- margin: 9px;
1163
- background-color: rgba(255, 255, 255, 0.95);
1164
- border: 1px solid rgb(83, 105, 255);
1165
- color: rgb(34, 34, 34);
1166
- cursor: default;
1167
- font: normal 16px arial, tahoma, sans-serif;
1168
- height: 40px;
1169
- border-radius: 4px;
1170
- float: left;
1171
- clear: left;
1172
- }
1173
1011
 
1174
- select.CanvasXpressSearchCustomizer {
1175
- margin: 9px;
1176
- background-color: rgba(255, 255, 255, 0.95);
1177
- border: 1px solid rgb(83, 105, 255);
1178
- color: rgb(34, 34, 34);
1179
- cursor: default;
1180
- font: normal 16px arial, tahoma, sans-serif;
1181
- padding-left: 3px;
1182
- border-radius: 4px;
1183
- float: left;
1184
- clear: left;
1012
+ .customizerRightItemLauncher {
1013
+ display: grid;
1014
+ grid-template-columns: 1fr 6fr;
1015
+ grid-template-rows: 1fr;
1016
+ grid-column-gap: 0px;
1017
+ grid-row-gap: 0px;
1018
+ border-top: 1px solid rgb(83, 105, 255) !important;
1185
1019
  }
1186
1020
 
1187
- span.CanvasXpressSearchCustomizer {
1188
- color: rgb(34, 34, 34);
1189
- font: normal 16px arial, tahoma, sans-serif;
1190
- line-height: 28px;
1191
- list-style: none;
1192
- position: relative;
1193
- height: 28px;
1194
- margin-top: 5px;
1195
- float: left;
1196
- clear: left;
1021
+ .customizerRightItemLauncherNB {
1022
+ display: grid;
1023
+ grid-template-columns: 1fr 6fr;
1024
+ grid-template-rows: 1fr;
1025
+ grid-column-gap: 0px;
1026
+ grid-row-gap: 0px;
1027
+ border: none !important;
1197
1028
  }
1198
1029
 
1199
- span.CanvasXpressSearchCustomizerSelect,
1200
- span.CanvasXpressSearchCustomizerDescription,
1201
- span.CanvasXpressSearchCustomizerCategory,
1202
- span.CanvasXpressSearchCustomizerCurrent {
1203
- font: normal 16px arial, tahoma, sans-serif;
1204
- line-height: 28px;
1205
- list-style: none;
1206
- position: relative;
1207
- height: 28px;
1208
- margin-top: 5px;
1209
- float: left;
1210
- clear: left;
1030
+ .customizerRightItemLauncher:hover,
1031
+ .customizerRightItemLauncherNB:hover {
1032
+ background-color: rgba(83, 105, 255,0.1);
1211
1033
  }
1212
1034
 
1213
- span.CanvasXpressSearchCustomizerSelect {
1214
- color: rgb(34, 34, 34);
1035
+ .customizerRightItemLauncherLeft {
1036
+ grid-area: 1 / 1 / 2 / 2;
1037
+ display: flex;
1038
+ align-items: center;
1039
+ justify-content: center;
1040
+ background-color: rgba(83, 105, 255,0.1);
1215
1041
  }
1216
1042
 
1217
- span.CanvasXpressSearchCustomizerDescription,
1218
- span.CanvasXpressSearchCustomizerCategory {
1219
- color: rgb(83, 105, 255);
1220
- overflow: hidden;
1221
- text-overflow: ellipsis;
1222
- white-space: nowrap;
1043
+ .customizerRightItemLauncherRight {
1044
+ grid-area: 1 / 2 / 2 / 3;
1045
+ display: flex;
1046
+ align-items: center;
1047
+ padding-left: 5px;
1223
1048
  }
1224
1049
 
1225
- span.CanvasXpressSearchCustomizerCurrent {
1226
- color: rgb(83, 105, 255);
1227
- }
1050
+ /*
1051
+ * CanvasXpress Customizer Right Item Input
1052
+ */
1228
1053
 
1229
- span.CanvasXpressSearchCustomizerSelect:before {
1230
- color: rgb(34, 34, 34);
1231
- font-weight: bold;
1232
- content: "Select property (";
1054
+ .customizerRightItemInput {
1055
+ display: grid;
1056
+ grid-template-columns: 1fr 6fr;
1057
+ grid-template-rows: repeat(2, 1fr);
1058
+ grid-column-gap: 0px;
1059
+ grid-row-gap: 0px;
1233
1060
  }
1234
1061
 
1235
- span.CanvasXpressSearchCustomizerSelect:after {
1236
- color: rgb(34, 34, 34);
1237
- font-weight: bold;
1238
- content: ")";
1062
+ .customizerRightItemInputTopLeft {
1063
+ grid-area: 1 / 1 / 2 / 2;
1064
+ display: flex;
1065
+ align-items: center;
1239
1066
  }
1240
1067
 
1241
- span.CanvasXpressSearchCustomizerDescription:before {
1242
- color: rgb(34, 34, 34);
1243
- font-weight: bold;
1244
- content: "Description [ ";
1068
+ .customizerRightItemInputTopRight {
1069
+ grid-area: 1 / 2 / 2 / 3;
1070
+ display: flex;
1071
+ align-items: center;
1245
1072
  }
1246
1073
 
1247
- span.CanvasXpressSearchCustomizerCategory:before {
1248
- color: rgb(34, 34, 34);
1249
- font-weight: bold;
1250
- content: "Category [ ";
1074
+ .customizerRightItemInputBottom {
1075
+ grid-area: 2 / 1 / 3 / 3;
1076
+ display: flex;
1077
+ align-items: center;
1251
1078
  }
1252
1079
 
1253
- span.CanvasXpressSearchCustomizerDescription:after,
1254
- span.CanvasXpressSearchCustomizerCategory:after {
1255
- color: rgb(34, 34, 34);
1256
- font-weight: bold;
1257
- content: " ]";
1258
- }
1080
+ /*
1081
+ * CanvasXpress Customizer Right Item Cols
1082
+ */
1259
1083
 
1260
- span.CanvasXpressSearchCustomizerCurrent:before {
1261
- color: rgb(34, 34, 34);
1262
- font-weight: bold;
1263
- content: "Current Value [ ";
1084
+ .customizerRightItemFullCol {
1085
+ display: grid;
1086
+ grid-template-columns: 1fr;
1087
+ grid-template-rows: 1fr;
1088
+ grid-column-gap: 0px;
1089
+ grid-row-gap: 0px;
1090
+ margin: 5px;
1091
+ height: fit-content;
1264
1092
  }
1265
1093
 
1266
- span.CanvasXpressSearchCustomizerCurrent:after {
1267
- color: rgb(34, 34, 34);
1268
- font-weight: bold;
1269
- content: " ]";
1094
+ .customizerRightItemHalfCol {
1095
+ display: grid;
1096
+ grid-template-columns: repeat(2, 1fr);
1097
+ grid-template-rows: 1fr;
1098
+ grid-column-gap: 0px;
1099
+ grid-row-gap: 0px;
1100
+ margin: 5px;
1101
+ height: fit-content;
1270
1102
  }
1271
1103
 
1272
- /*
1273
- * Tool Customizer
1274
- */
1275
-
1276
- a.CanvasXpressToolCustomizer {
1277
- text-decoration: none;
1104
+ .customizerRightItemThirdCol {
1105
+ display: grid;
1106
+ grid-template-columns: repeat(3, 1fr);
1107
+ grid-template-rows: 1fr;
1108
+ grid-column-gap: 0px;
1109
+ grid-row-gap: 0px;
1110
+ margin: 5px;
1111
+ height: fit-content;
1278
1112
  }
1279
1113
 
1280
- div.CanvasXpressToolCustomizer {
1281
- color: rgb(34, 34, 34);
1282
- cursor: pointer;
1283
- display: block;
1284
- font: normal 12px arial, tahoma, sans-serif;
1285
- line-height: 24px;
1286
- list-style: none;
1287
- margin: 0px;
1288
- outline-style: none;
1289
- outline-width: 0px;
1290
- position: relative;
1291
- text-decoration: none;
1292
- white-space: nowrap;
1114
+ .customizerRightItemFourthCol {
1115
+ display: grid;
1116
+ grid-template-columns: repeat(4, 1fr);
1117
+ grid-template-rows: 1fr;
1118
+ grid-column-gap: 0px;
1119
+ grid-row-gap: 0px;
1120
+ margin: 5px;
1121
+ height: fit-content;
1293
1122
  }
1294
1123
 
1295
- div.CanvasXpressToolCustomizerActive {
1296
- background: rgba(83, 105, 255, 0.1);
1297
- color: rgb(34, 34, 34);
1298
- cursor: pointer;
1299
- display: block;
1300
- font: normal 12px arial, tahoma, sans-serif;
1301
- line-height: 24px;
1302
- list-style: none;
1303
- margin: 0px;
1304
- outline-style: none;
1305
- outline-width: 0px;
1306
- position: relative;
1307
- text-decoration: none;
1308
- white-space: nowrap;
1124
+ .customizerRightItemFifthCol {
1125
+ display: grid;
1126
+ grid-template-columns: repeat(5, 1fr);
1127
+ grid-template-rows: 1fr;
1128
+ grid-column-gap: 0px;
1129
+ grid-row-gap: 0px;
1130
+ margin: 5px;
1131
+ height: fit-content;
1309
1132
  }
1310
1133
 
1311
- /*
1312
- * Data Customizer
1313
- */
1134
+ .customizerRightItemSixthCol {
1135
+ display: grid;
1136
+ grid-template-columns: repeat(6, 1fr);
1137
+ grid-template-rows: 1fr;
1138
+ grid-column-gap: 0px;
1139
+ grid-row-gap: 0px;
1140
+ margin: 5px;
1141
+ height: fit-content;
1142
+ }
1314
1143
 
1315
- div.CanvasXpressCustomizerPanel {
1316
- font: normal 16px arial, tahoma, sans-serif;
1317
- margin: 10px;
1318
- float: left;
1144
+ .customizerRightItemCol1 {
1145
+ grid-area: 1 / 1 / 2 / 2;
1146
+ display: flex;
1147
+ align-items: center;
1148
+ justify-content: center;
1319
1149
  }
1320
1150
 
1321
- span.CanvasXpressCustomizerPanel {
1322
- border-width: 1px 1px 0 1px;
1323
- border-color: rgb(83, 105, 255);
1324
- border-style: solid;
1325
- border-radius: 5px 5px 0 0;
1326
- padding: 8px;
1327
- font: normal 16px arial, tahoma, sans-serif;
1151
+ .customizerRightItemCol2 {
1152
+ grid-area: 1 / 2 / 2 / 3;
1153
+ display: flex;
1154
+ align-items: center;
1155
+ justify-content: center;
1328
1156
  }
1329
1157
 
1330
- span.CanvasXpressCustomizerPanelActive {
1331
- border-bottom-width: 3px;
1332
- border-left-color: rgb(83, 105, 255);
1333
- border-top-color: rgb(83, 105, 255);
1334
- border-right-color: rgb(83, 105, 255);
1335
- border-bottom-color: rgb(238, 238, 238);
1336
- border-style: solid;
1337
- border-radius: 5px 5px 0 0;
1338
- padding: 8px;
1339
- font: normal 16px arial, tahoma, sans-serif;
1158
+ .customizerRightItemCol3 {
1159
+ grid-area: 1 / 3 / 2 / 4;
1160
+ display: flex;
1161
+ align-items: center;
1162
+ justify-content: center;
1340
1163
  }
1341
1164
 
1342
- div.CanvasXpressDataCustomizerActive {
1343
- border: 1px dashed rgb(255, 0, 0);
1344
- border-radius: 4px;
1345
- box-sizing: border-box;
1346
- font: normal 16px arial, tahoma, sans-serif;
1347
- color: rgb(34, 34, 34);
1348
- margin: 9px 0 0 9px;
1349
- padding: 5px;
1350
- white-space: normal;
1351
- overflow-y: auto;
1352
- overflow-x: hidden;
1165
+ .customizerRightItemCol4 {
1166
+ grid-area: 1 / 4 / 2 / 5;
1167
+ display: flex;
1168
+ align-items: center;
1169
+ justify-content: center;
1353
1170
  }
1354
1171
 
1355
- div.CanvasXpressDataCustomizer {
1356
- border: 1px solid rgb(83, 105, 255);
1357
- border-radius: 4px;
1358
- box-sizing: border-box;
1359
- font: normal 16px arial, tahoma, sans-serif;
1360
- color: rgb(34, 34, 34);
1361
- margin: 9px 0 0 9px;
1362
- padding: 5px;
1363
- white-space: normal;
1364
- overflow-y: auto;
1365
- overflow-x: hidden;
1172
+ .customizerRightItemCol5 {
1173
+ grid-area: 1 / 5 / 2 / 6;
1174
+ display: flex;
1175
+ align-items: center;
1176
+ justify-content: center;
1366
1177
  }
1367
1178
 
1368
- div.CanvasXpressDataCustomizerPanel {
1369
- background-color: rgba(255, 255, 255, 0.95);
1370
- border-radius: 5px;
1371
- -webkit-transition: all 0.5s ease;
1372
- -moz-transition: all 0.5s ease;
1373
- -o-transition: all 0.5s ease;
1374
- -ms-transition: all 0.5s ease;
1375
- transition: all 0.5s ease;
1376
- cursor: default;
1377
- height: auto;
1378
- max-height: 1000px;
1379
- overflow: hidden;
1380
- padding-top: 10px;
1179
+ .customizerRightItemCol6 {
1180
+ grid-area: 1 / 6 / 2 / 7;
1181
+ display: flex;
1182
+ align-items: center;
1183
+ justify-content: center;
1381
1184
  }
1382
1185
 
1383
- img.CanvasXpressDataCustomizerActive,
1384
- svg.CanvasXpressDataCustomizerActive {
1385
- background: rgba(0, 0, 0, 0) !important;
1386
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1387
- border: 1px dashed rgb(255, 0, 0) !important;
1186
+ .customizerRightItemColMid {
1187
+ grid-area: 1 / 3 / 2 / 5;
1188
+ display: flex;
1189
+ align-items: center;
1190
+ justify-content: center;
1191
+ border: 1px solid rgb(83, 105, 255) !important;
1388
1192
  border-radius: 5px;
1389
- cursor: pointer;
1390
- margin: 3px !important;
1391
- padding: 2px;
1392
1193
  }
1393
1194
 
1394
- img.CanvasXpressDataCustomizer,
1395
- svg.CanvasXpressDataCustomizer {
1396
- background: rgba(0, 0, 0, 0) !important;
1397
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1398
- border: 0px !important;
1399
- cursor: pointer;
1400
- margin: 3px !important;
1401
- padding: 2px;
1402
- -webkit-transform: scale(1, 1);
1403
- -ms-transform: scale(1, 1);
1404
- transform: scale(1, 1);
1405
- transition-duration: 0.3s;
1406
- -webkit-transition-duration: 0.3s;
1407
- /* Safari */
1195
+ .customizerRightItemSelect > select:hover,
1196
+ .customizerRightItemTextArea > svg:hover,
1197
+ .customizerRightItemTextArea > textarea:hover,
1198
+ .customizerContainerRaw > svg:hover,
1199
+ .customizerRightItemCol1 > svg:hover,
1200
+ .customizerRightItemCol2 > svg:hover,
1201
+ .customizerRightItemCol3 > svg:hover,
1202
+ .customizerRightItemCol4 > svg:hover,
1203
+ .customizerRightItemCol5 > svg:hover,
1204
+ .customizerRightItemCol6 > svg:hover,
1205
+ .customizerRightItem:hover {
1206
+ background-color: rgba(83, 105, 255,0.1);
1408
1207
  }
1409
1208
 
1410
- img.CanvasXpressDataCustomizer:hover,
1411
- img.CanvasXpressDataCustomizer3:hover img.CanvasXpressDataCustomizer4:hover,
1412
- svg.CanvasXpressDataCustomizer:hover,
1413
- svg.CanvasXpressDataCustomizer3:hover svg.CanvasXpressDataCustomizer4:hover {
1414
- background: rgba(0, 0, 0, 0) !important;
1209
+ /*
1210
+ * Other Customizer classes
1211
+ */
1212
+
1213
+ .customizerContainer {
1214
+ height: fit-content;
1415
1215
  border: 1px solid rgb(83, 105, 255) !important;
1416
1216
  border-radius: 5px;
1417
- cursor: pointer;
1418
- margin: 2px 3px !important;
1419
- padding: 3px;
1420
- -webkit-transform: scale(1.8, 1.8);
1421
- -ms-transform: scale(1.8, 1.8);
1422
- transform: scale(1.8, 1.8);
1423
- transition-duration: 0.3s;
1424
- -webkit-transition-duration: 0.3s;
1425
- /* Safari */
1426
- box-shadow: 10px 10px 5px rgb(136, 136, 136) !important;
1427
- z-index: 2;
1428
- position: relative;
1217
+ margin: 10px;
1218
+ float: left;
1429
1219
  }
1430
1220
 
1431
- img.CanvasXpressDataCustomizer2,
1432
- img.CanvasXpressDataCustomizer4,
1433
- svg.CanvasXpressDataCustomizer2,
1434
- svg.CanvasXpressDataCustomizer4 {
1435
- background: rgba(0, 0, 0, 0) !important;
1436
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1437
- border: 0px none !important;
1438
- border-radius: 0px;
1439
- cursor: pointer;
1440
- margin: 2px 3px !important;
1441
- -webkit-transform: scale(1, 1);
1442
- -ms-transform: scale(1, 1);
1443
- transform: scale(1, 1);
1444
- transition-duration: 0.3s;
1445
- -webkit-transition-duration: 0.3s;
1446
- /* Safari */
1221
+ .customizerContainerRaw {
1222
+ border: none !important;
1223
+ float: left;
1224
+ display: flex;
1225
+ align-items: center;
1226
+ justify-content: center;
1447
1227
  }
1448
1228
 
1449
- img.CanvasXpressDataCustomizer2:hover,
1450
- svg.CanvasXpressDataCustomizer2:hover {
1451
- background: rgba(0, 0, 0, 0) !important;
1452
- border: 0px none !important;
1229
+ .customizerWrangling {
1230
+ height: 102px;
1231
+ margin: 0px 0px 10px 10px;
1232
+ border: 1px solid rgb(83, 105, 255) !important;
1453
1233
  border-radius: 5px;
1454
- cursor: pointer;
1455
- margin: 2px 4px !important;
1456
- padding: 4px;
1457
- -webkit-transform: scale(1.8, 1.8);
1458
- -ms-transform: scale(1.8, 1.8);
1459
- transform: scale(1.8, 1.8);
1460
- transition-duration: 0.3s;
1461
- -webkit-transition-duration: 0.3s;
1462
- /* Safari */
1463
- box-shadow: 10px 10px 5px rgb(136, 136, 136) !important;
1464
- z-index: 2;
1465
- position: relative;
1234
+ overflow-y: auto;
1235
+ overflow-x: hidden;
1466
1236
  }
1467
1237
 
1468
- img.CanvasXpressDataCustomizer3,
1469
- svg.CanvasXpressDataCustomizer3 {
1470
- background: rgba(0, 0, 0, 0) !important;
1471
- box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
1472
- border: 1px solid rgb(83, 105, 255) !important;
1473
- border-radius: 5px;
1474
- cursor: pointer;
1475
- margin: 12px 3px 3px 3px !important;
1476
- padding: 2px 3px;
1477
- -webkit-transform: scale(1, 1);
1478
- -ms-transform: scale(1, 1);
1479
- transform: scale(1, 1);
1480
- transition-duration: 0.3s;
1481
- -webkit-transition-duration: 0.3s;
1482
- /* Safari */
1238
+ .customizerWrangling:hover {
1239
+ border: 1px dashed rgb(255,0,0) !important;
1483
1240
  }
1484
1241
 
1485
- img.CanvasXpressDataCustomizerMask,
1486
- svg.CanvasXpressDataCustomizerMask {
1242
+ .customizerMask {
1487
1243
  background: rgba(0, 0, 0, 0) !important;
1488
1244
  border: 0px none !important;
1489
1245
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
@@ -1493,25 +1249,14 @@ svg.CanvasXpressDataCustomizerMask {
1493
1249
  margin: 0px !important;
1494
1250
  width: 100%;
1495
1251
  height: 20px;
1496
- -moz-user-select: none;
1497
- -khtml-user-select: none;
1498
- -webkit-user-select: none;
1499
- -o-user-select: none;
1500
- -ms-user-select: none;
1501
- -moz-user-select: none;
1502
1252
  }
1503
1253
 
1504
- span.CanvasXpressDataCustomizerNumeric,
1505
- span.CanvasXpressDataCustomizerString,
1506
- span.CanvasXpressDataCustomizerUnique,
1507
- span.CanvasXpressDataCustomizerNumericActive,
1508
- span.CanvasXpressDataCustomizerStringActive,
1509
- span.CanvasXpressDataCustomizerUniqueActive {
1254
+ .customizerNumeric,
1255
+ .customizerString,
1256
+ .customizerUnique {
1510
1257
  border: 1px solid rgb(83, 105, 255);
1511
1258
  border-radius: 5px;
1512
1259
  cursor: move;
1513
- font: normal 16px arial, tahoma, sans-serif;
1514
- color: rgb(34, 34, 34);
1515
1260
  margin: 3px;
1516
1261
  padding: 3px;
1517
1262
  word-wrap: normal;
@@ -1520,135 +1265,214 @@ span.CanvasXpressDataCustomizerUniqueActive {
1520
1265
  max-width: 150px;
1521
1266
  overflow: hidden;
1522
1267
  position: relative;
1523
- -moz-user-select: none;
1524
- -khtml-user-select: none;
1525
- -webkit-user-select: none;
1526
- -o-user-select: none;
1527
- -ms-user-select: none;
1528
1268
  }
1529
1269
 
1530
- span.CanvasXpressDataCustomizerString {
1531
- color: rgb(255, 0, 0);
1270
+ .customizerNumeric {
1271
+ color: rgb(34, 34, 34);
1272
+ background-color: rgba(0, 0, 0, 0);
1273
+ }
1274
+
1275
+ .customizerString {
1276
+ color: rgb(0, 255, 0);
1277
+ background-color: rgba(0, 0, 0, 0);
1532
1278
  }
1533
1279
 
1534
- span.CanvasXpressDataCustomizerUnique {
1280
+ .customizerUnique {
1535
1281
  color: rgb(0, 0, 255);
1282
+ background-color: rgba(0, 0, 0, 0);
1536
1283
  }
1537
1284
 
1538
- span.CanvasXpressDataCustomizerListNumeric,
1539
- span.CanvasXpressDataCustomizerListString,
1540
- span.CanvasXpressDataCustomizerListUnique,
1541
- span.CanvasXpressDataCustomizerListNumericActive,
1542
- span.CanvasXpressDataCustomizerListStringActive,
1543
- span.CanvasXpressDataCustomizerListUniqueActive {
1285
+ .customizerListNumeric,
1286
+ .customizerListString,
1287
+ .customizerListUnique {
1544
1288
  border: none;
1545
1289
  cursor: move;
1546
- font: normal 16px arial, tahoma, sans-serif;
1547
1290
  color: rgb(34, 34, 34);
1548
1291
  margin: 0;
1549
- padding: 0;
1292
+ padding: 0 0 0 3px;
1550
1293
  width: 350px;
1551
1294
  white-space: nowrap;
1552
1295
  display: inline-block;
1553
1296
  text-align: start;
1554
1297
  overflow: hidden;
1555
1298
  position: relative;
1556
- -moz-user-select: none;
1557
- -khtml-user-select: none;
1558
- -webkit-user-select: none;
1559
- -o-user-select: none;
1560
- -ms-user-select: none;
1561
1299
  }
1562
1300
 
1563
- span.CanvasXpressDataCustomizerListNumeric,
1564
- span.CanvasXpressDataCustomizerListNumericActive {
1301
+ .customizerListNumeric {
1565
1302
  color: rgb(34, 34, 34);
1566
1303
  }
1567
1304
 
1568
- span.CanvasXpressDataCustomizerListString,
1569
- span.CanvasXpressDataCustomizerListStringActive {
1570
- color: rgb(255, 0, 0);
1305
+ .customizerListString {
1306
+ color: rgb(0, 255, 0);
1571
1307
  }
1572
1308
 
1573
- span.CanvasXpressDataCustomizerListUnique,
1574
- span.CanvasXpressDataCustomizerListUniqueActive {
1309
+ .customizerListUnique {
1575
1310
  color: rgb(0, 0, 255);
1576
1311
  }
1577
1312
 
1578
- span.CanvasXpressDataCustomizerListNumeric:before,
1579
- span.CanvasXpressDataCustomizerListNumericActive:before {
1313
+ .customizerListNumeric,
1314
+ .customizerListString,
1315
+ .customizerListUnique {
1316
+ background-color: rgba(0, 0, 0, 0);
1317
+ }
1318
+
1319
+ .customizerListNumeric:hover,
1320
+ .customizerListString:hover,
1321
+ .customizerListUnique:hover {
1322
+ background: rgba(83, 105, 255, 0.1);
1323
+ }
1324
+
1325
+ .customizerListNumeric:before {
1580
1326
  font: normal 10px courier;
1581
1327
  color: rgb(83, 105, 255);
1582
- content: "\00a0#\00a0\00a0\00a0";
1328
+ content: "\00a0#\00a0\00a0";
1583
1329
  }
1584
1330
 
1585
- span.CanvasXpressDataCustomizerListString:before,
1586
- span.CanvasXpressDataCustomizerListStringActive:before {
1331
+ .customizerListString:before {
1587
1332
  font: normal 10px courier;
1588
1333
  color: rgb(83, 105, 255);
1589
- content: "Abc\00a0\00a0";
1334
+ content: "Abc\00a0";
1590
1335
  }
1591
1336
 
1592
- span.CanvasXpressDataCustomizerListUnique:before,
1593
- span.CanvasXpressDataCustomizerListUniqueActive:before {
1337
+ .customizerListUnique:before {
1594
1338
  font: normal 10px courier;
1595
1339
  color: rgb(83, 105, 255);
1596
- content: "Unq\00a0\00a0";
1340
+ content: "Unq\00a0";
1597
1341
  }
1598
1342
 
1599
- span.CanvasXpressDataCustomizer {
1600
- border: 1px solid rgb(83, 105, 255);
1601
- border-radius: 5px;
1602
- cursor: pointer;
1603
- font: bold 16px arial, tahoma, sans-serif;
1604
- color: rgb(34, 34, 34);
1605
- line-height: 380%;
1606
- padding: 6px 29px;
1607
- margin-left: -4px;
1608
- }
1609
-
1610
- img.CanvasXpressDataCustomizerActive::selection,
1611
- img.CanvasXpressDataCustomizer::selection,
1612
- svg.CanvasXpressDataCustomizerActive::selection,
1613
- svg.CanvasXpressDataCustomizer::selection,
1614
- div.CanvasXpressDataCustomizerActive::selection,
1615
- div.CanvasXpressDataCustomizer::selection,
1616
- img.CanvasXpressDataCustomizerMask::selection,
1617
- svg.CanvasXpressDataCustomizerMask::selection,
1618
- span.CanvasXpressDataCustomizerNumeric::selection,
1619
- span.CanvasXpressDataCustomizerString::selection,
1620
- span.CanvasXpressDataCustomizerUnique::selection,
1621
- span.CanvasXpressDataCustomizerListNumeric::selection,
1622
- span.CanvasXpressDataCustomizerListString::selection,
1623
- span.CanvasXpressDataCustomizerListUnique::selection,
1624
- span.CanvasXpressDataCustomizer::selection {
1343
+ .customizerMask::selection,
1344
+ .customizerNumeric::selection,
1345
+ .customizerString::selection,
1346
+ .customizerUnique::selection,
1347
+ .customizerListNumeric::selection,
1348
+ .customizerListString::selection,
1349
+ .customizerListUnique::selection {
1625
1350
  background: rgba(0, 0, 0, 0);
1626
1351
  color: rgb(0, 0, 0);
1627
1352
  padding: 0;
1628
1353
  }
1629
1354
 
1630
- span.CanvasXpressDataCustomizerListNumericActive,
1631
- span.CanvasXpressDataCustomizerListStringActive,
1632
- span.CanvasXpressDataCustomizerListUniqueActive {
1633
- background: rgba(83, 105, 255, 0.1);
1355
+ /*
1356
+ * Search Customizer
1357
+ */
1358
+
1359
+ input.customizerSearch {
1360
+ margin: 9px;
1361
+ background-color: rgba(255, 255, 255, 0.95);
1362
+ border: 1px solid rgb(83, 105, 255);
1363
+ color: rgb(34, 34, 34);
1364
+ cursor: default;
1365
+ font: inherit;
1366
+ height: 40px;
1367
+ border-radius: 4px;
1368
+ float: left;
1369
+ clear: left;
1634
1370
  }
1635
1371
 
1636
- span.CanvasXpressDataCustomizerNumericActive,
1637
- span.CanvasXpressDataCustomizerStringActive,
1638
- span.CanvasXpressDataCustomizerUniqueActive {
1639
- background: rgba(83, 105, 255, 0.1);
1372
+ input.customizerSearch[type="color"] {
1373
+ padding: 0;
1374
+ overflow: hidden;
1375
+ }
1376
+ input.customizerSearch:not([type="color"]) {
1377
+ padding: 5px;
1640
1378
  }
1641
1379
 
1642
- span.CanvasXpressDataCustomizerListNumeric,
1643
- span.CanvasXpressDataCustomizerListString,
1644
- span.CanvasXpressDataCustomizerListUnique {
1645
- background-color: rgba(0, 0, 0, 0);
1380
+ select.customizerSearch {
1381
+ margin: 9px;
1382
+ background-color: rgba(255, 255, 255, 0.95);
1383
+ border: 1px solid rgb(83, 105, 255);
1384
+ color: rgb(34, 34, 34);
1385
+ cursor: default;
1386
+ font: inherit;
1387
+ padding-left: 3px;
1388
+ border-radius: 4px;
1389
+ float: left;
1390
+ clear: left;
1646
1391
  }
1647
1392
 
1648
- span.CanvasXpressDataCustomizerNumeric,
1649
- span.CanvasXpressDataCustomizerString,
1650
- span.CanvasXpressDataCustomizerUnique {
1651
- background-color: rgba(0, 0, 0, 0);
1393
+ span.customizerSearch {
1394
+ color: rgb(34, 34, 34);
1395
+ font: inherit;
1396
+ line-height: 20px;
1397
+ list-style: none;
1398
+ position: relative;
1399
+ margin: 5px 5px 0 15px;
1400
+ float: left;
1401
+ clear: left;
1402
+ }
1403
+
1404
+ span.customizerSearchSelect,
1405
+ span.customizerSearchDescription,
1406
+ span.customizerSearchCategory,
1407
+ span.customizerSearchCurrent {
1408
+ font: inherit;
1409
+ line-height: 28px;
1410
+ list-style: none;
1411
+ position: relative;
1412
+ height: 28px;
1413
+ margin-top: 5px;
1414
+ float: left;
1415
+ clear: left;
1416
+ left: 15px;
1417
+ }
1418
+
1419
+ span.customizerSearchSelect {
1420
+ color: rgb(34, 34, 34);
1421
+ }
1422
+
1423
+ span.customizerSearchDescription,
1424
+ span.customizerSearchCategory {
1425
+ color: rgb(83, 105, 255);
1426
+ overflow: hidden;
1427
+ text-overflow: ellipsis;
1428
+ white-space: nowrap;
1429
+ }
1430
+
1431
+ span.customizerSearchCurrent {
1432
+ color: rgb(83, 105, 255);
1433
+ }
1434
+
1435
+ span.customizerSearchSelect:before {
1436
+ color: rgb(34, 34, 34);
1437
+ font-weight: bold;
1438
+ content: "Select property (";
1439
+ }
1440
+
1441
+ span.customizerSearchSelect:after {
1442
+ color: rgb(34, 34, 34);
1443
+ font-weight: bold;
1444
+ content: ")";
1445
+ }
1446
+
1447
+ span.customizerSearchDescription:before {
1448
+ color: rgb(34, 34, 34);
1449
+ font-weight: bold;
1450
+ content: "Description [ ";
1451
+ }
1452
+
1453
+ span.customizerSearchCategory:before {
1454
+ color: rgb(34, 34, 34);
1455
+ font-weight: bold;
1456
+ content: "Category [ ";
1457
+ }
1458
+
1459
+ span.customizerSearchDescription:after,
1460
+ span.customizerSearchCategory:after {
1461
+ color: rgb(34, 34, 34);
1462
+ font-weight: bold;
1463
+ content: " ]";
1464
+ }
1465
+
1466
+ span.customizerSearchCurrent:before {
1467
+ color: rgb(34, 34, 34);
1468
+ font-weight: bold;
1469
+ content: "Current Value [ ";
1470
+ }
1471
+
1472
+ span.customizerSearchCurrent:after {
1473
+ color: rgb(34, 34, 34);
1474
+ font-weight: bold;
1475
+ content: " ]";
1652
1476
  }
1653
1477
 
1654
1478
  /*