@@ -237,7 +237,9 @@ button:active {
237237.borders {
238238 padding : 2px 0 2px 0 ;
239239 border : 1px solid black;
240- box-shadow : inset -2px -2px 3px 0px rgba (0 , 0 , 0 , .15 );
240+ /* box-shadow: inset -2px -2px 3px 0px rgba(0,0,0,.15); */
241+ box-shadow : 0px 4px 8px 0px rgba (0 , 0 , 0 , .15 );
242+
241243 border-radius : 1px ;
242244 width : 100% ;
243245 background-color : white;
@@ -312,6 +314,12 @@ button:active {
312314
313315# gridSel {
314316 /* grid-column: 1/3; */
317+ width : fit-content;
318+ background : none;
319+ padding : 3px 0 3px 3px ;
320+ /* border: 0; */
321+ margin-left : 0px ;
322+ margin-right : 0px ;
315323 grid-area : sl;
316324}
317325.bl { grid-area : bl; background-color : lawngreen;}
@@ -333,13 +341,7 @@ button:active {
333341
334342
335343
336- /* #fend{
337- margin-left: 8px;
338- }
339344
340- #fstep{
341- margin-left: 3px;
342- } */
343345# flcl {
344346 margin-left : 4px ;
345347}
@@ -604,14 +606,16 @@ a:focus{
604606
605607
606608# filler {
607- background-color : # aba7a729 ;
609+ /* background-color: #aba7a729; */
608610 position : fixed;
609611 width : 98.5% ;
610- height : 100% ;
612+ /* height: 100%; */
611613}
612614
613615.extendUtils , # filler , # extendUtils2D , # rgFit , # lmFit {
614616 display : none;
617+ z-index : 99 ;
618+
615619}
616620
617621
@@ -639,6 +643,7 @@ a:focus{
639643
640644# figurecontainer {
641645 flex : 1 ;
646+ z-index : -99 ;
642647}
643648
644649# full {
@@ -861,53 +866,81 @@ a:focus{
861866 margin-left : 5px ;
862867}
863868.fList {
869+ padding : 3px ;
864870 margin : 0 0 2px 0 ;
865871 /* background-color: #1299E6; */
866872}
867873.fList : hover {
868874 background-color : # ececec !important ;
869875 text-shadow : rgb (10 , 10 , 10 );
870876 padding-left : 1px ;
871-
872-
873877}
874-
875- .fList : hover .fclsBtn {
878+ .flTools {
879+ display : none;
880+ float : right;
881+ width : fit-content;
882+ }
883+ /* .fList:hover .fclsBtn{
876884 display: inline;
877885 background-color: #ececec !important;
878886}
879887.fList:hover .fcpyBtn{
880888 display: inline;
881889 background-color: #ececec !important;
882- }
890+ } */
883891.fList : hover .fName {
884- width : calc (95% - 3pc );
892+ width : calc (95% - 7pc );
893+ }
894+
895+ .fList : hover .flTools {
896+ display : inline !important ;
885897}
886898
887899.fclsBtn , .fcpyBtn {
888- float : right;
900+ /* float: right; */
889901 margin-left : 5px ;
890- display : none ;
902+ display : inline-block ;
891903 cursor : pointer;
892904 height : 1.25pc ;
893905 width : 1.25pc ;
894906 z-index : -1 ;
895907 background-color : # dbdbdb ;
896908}
909+
910+ .flSelect {
911+ /* width: 3pc; */
912+ /* margin-right: 3px; */
913+ /* margin-left: 3px; */
914+ /* cursor: pointer; */
915+ /* font-family: sans-serif; */
916+ font-size : 100% ;
917+ /* padding: 3px; */
918+ color : # 444 ;
919+ border : none;
920+ background-color : transparent;
921+ text-decoration : none;
922+ border-radius : 0px ;
923+ /* display: inline-block; */
924+ /* zoom: 1; */
925+ /* line-height: normal; */
926+ white-space : nowrap;
927+ padding : 0px ;
928+ margin : 0px ;
929+ vertical-align : top;
930+ /* text-align: center;*/
931+ -webkit-appearance : none;
932+ width : 2pc ;
933+ }
934+ .flSelect : active , .flSelect : hover , .flSelect : focus {
935+ box-shadow : none;
936+ }
937+
897938.selected {
898939 background-color : # dbdbdb ;
899940 border-width : 1px ;
900941 /* border-style: outset; */
901942}
902943
903- # gridSel {
904- width : fit-content;
905- background : none;
906- padding : 3px 0 3px 3px ;
907- /* border: 0; */
908- margin-left : 0px
909- }
910-
911944# lockAxes {
912945 margin : 0 5px 21px 7px ;
913946}
0 commit comments