11body {
22 font-family : Helvetica Neue, sans-serif;
3+ user-select : none;
34}
45
56.editCat {
8586
8687}
8788
89+
90+
8891# catData {
8992 width : 30% ;
9093 margin-left : 2% ;
@@ -417,6 +420,7 @@ canvas {
417420 left : 550px ;
418421 background-color : # 424242 ;
419422 color : # fff ;
423+ z-index : 99 ;
420424
421425
422426}
@@ -489,24 +493,32 @@ table th {
489493 width : 75px ;
490494}
491495
496+ .paletteName {
497+ display : flex;
498+ }
499+
500+ # palettePlusMark {
501+ filter : invert (1 );
502+ }
492503
493504.waypointTitle {
505+ background-color : # 424242 !important ;
494506 font-weight : 600 ;
495507 text-align : left;
496- margin-left : 29 px ;
497- color : # 333 ;
508+ margin-left : 10 px ;
509+ color : # fff ;
498510 border-radius : 0 !important ;
499511 border : none !important ;
500512 border-color : # 333 ;
501513 border-bottom : 1px solid !important ;;
502514 /*padding: 5px 10px !important;*/
503515 padding: 5px 2px !important ;
504516 outline: none !important ;
505- width: 15%;
506- font- size: 20pt ;
517+ /* width: 15%;*/
518+ font- size: 14pt ;
507519 margin- right: 10px;
508- margin- to p: 14px;
509520 min- width: 90px;
521+ height: 27px !important ;
510522}
511523
512524# sampledMarks canvas {
@@ -767,16 +779,17 @@ li .fakeGrammarRow {
767779
768780.exportPaletteBtn {
769781 cursor : pointer;
770- width : 50 px ;
782+ width : 32 px ;
771783 padding : 0 ;
772784 height : 29px ;
773- margin-top : 35px ;
785+ /* margin-top: 35px;*/
774786}
775787
776788.exportPaletteBtn img {
777789 transform : scaleX (-1 );
778790 width : 21px ;
779791 height : 21px ;
792+ filter : invert (1 );
780793}
781794
782795.canPreview {
@@ -859,7 +872,7 @@ p, h3, h4, h5, img {
859872 width : 32px ;
860873 height : 35px ;
861874 background-color : inherit;
862- left : -22 px ;
875+ left : -12 px ;
863876 border-radius : 5px ;
864877 transition : .5s ;
865878}
@@ -870,11 +883,11 @@ p, h3, h4, h5, img {
870883}
871884
872885# AllPaletteCont {
873- overflow-y : auto ;
874- height : 74 vh ;
886+ overflow-y : scroll ;
887+ height : 50 vh ;
875888 width : 300px ;
876- -ms-overflow-style : none; / * Internet Explorer 10+ */
877- scrollbar-width : none; / * Firefox, Safari 18.2+, Chromium 121+ */
889+ /* -ms-overflow-style: none; ! * Internet Explorer 10+ *! */
890+ /* scrollbar-width: none; ! * Firefox, Safari 18.2+, Chromium 121+ *! */
878891 /*border: 1px solid #555;*/
879892}
880893
@@ -915,8 +928,53 @@ p, h3, h4, h5, img {
915928 border-radius : 10px ;
916929 box-shadow : 0 4px 8px 0 rgba (0 , 0 , 0 , 0.2 ), 0 6px 20px 0 rgba (0 , 0 , 0 , 0.19 );
917930 padding : 20px ;
931+ z-index : 99 ;
918932}
919933
920- # svgDisplay image {
934+ # sampleDisplay image {
921935 pointer-events : all;
936+
937+ }
938+
939+ # sampleDisplay .sample {
940+ outline : solid 1px # 424242 ;
941+ }
942+
943+ .LassoControls {
944+ cursor : pointer;
945+ }
946+
947+ .LassoControls circle {
948+ fill : rgba (244 , 244 , 244 , 0.9 );
949+ stroke-width : 2px ;
950+ stroke : # 222
951+ }
952+
953+ .LassoControls : hover {
954+ fill : rgba (244 , 244 , 244 , 0.5 );
955+ }
956+
957+
958+ # composition path : hover {
959+
960+ stroke-width : 6px ;
961+ cursor : pointer;
962+
963+ }
964+
965+ # composition circle : hover {
966+
967+ r : 9px ;
968+ cursor : grab;
969+
970+
971+ }
972+ .dataRow {
973+ display : flex;
974+ justify-content : center;
975+ }
976+
977+ .dataColumn {
978+ font-weight : 600 ;
979+ text-decoration : underline;
922980}
0 commit comments