@@ -19,7 +19,7 @@ input[type=checkbox] {
1919 margin-right : 4px ;
2020}
2121
22- label + select {
22+ label + select {
2323 margin-left : 4px ;
2424}
2525
@@ -47,7 +47,8 @@ label + select {
4747 overflow : hidden;
4848}
4949
50- # top-container , # oxview-frame {
50+ # top-container ,
51+ # oxview-frame {
5152 display : flex;
5253 height : 100% ;
5354 overflow : hidden;
@@ -97,7 +98,8 @@ label + select {
9798 min-width : 0 ;
9899}
99100
100- # design , # nonmenu-panes-container {
101+ # design ,
102+ # nonmenu-panes-container {
101103 display : flex;
102104 height : 100% ;
103105 flex-grow : 1 ;
@@ -222,14 +224,16 @@ label + select {
222224.dialog-form-item div : has (> .radio-left ) {
223225 display : flex;
224226 gap : 10px ;
225- align-items : center; /* Align items vertically */
227+ align-items : center;
228+ /* Align items vertically */
226229}
227230
228231/* Only affect specific inputs/classes that are part of the dialog form item. */
229232.dialog-form-item input [type = "number" ],
230233.dialog-form-item input [type = "text" ],
231234.dialog-form-item .radio-left {
232- margin-left : auto; /* Force label input toward the right. */
235+ margin-left : auto;
236+ /* Force label input toward the right. */
233237}
234238
235239.dialog-button {
@@ -317,7 +321,7 @@ label + select {
317321 top : 0 ;
318322}
319323
320- .has-submenu : hover > .context-menu {
324+ .has-submenu : hover > .context-menu {
321325 visibility : visible;
322326}
323327
@@ -333,7 +337,7 @@ label + select {
333337 pointer-events : none;
334338}
335339
336- .has-submenu > .context-menu-item ::after {
340+ .has-submenu > .context-menu-item ::after {
337341 content : '' ;
338342 position : absolute;
339343 top : 50% ;
@@ -346,7 +350,7 @@ label + select {
346350}
347351
348352.context-menu-item : hover ,
349- .has-submenu : hover > .context-menu-item {
353+ .has-submenu : hover > .context-menu-item {
350354 color : white;
351355 background : # 284570 ;
352356 border-radius : 2px ;
@@ -505,7 +509,7 @@ label + select {
505509 border-top : 1px solid black;
506510}
507511
508- .mode-button > img {
512+ .mode-button > img {
509513 width : 25px ;
510514 pointer-events : none;
511515}
@@ -565,7 +569,7 @@ label + select {
565569
566570/* show open hand when cursor is over SVG background itself */
567571.panzoomable {
568- cursor : move ;
572+ cursor : grab ;
569573 /* fallback: no `url()` support or images disabled */
570574 cursor : url (images/grab.png), auto;
571575 /* fallback: Internet Explorer */
@@ -608,10 +612,15 @@ label + select {
608612 text-anchor : middle;
609613 pointer-events : none;
610614 dominant-baseline : ideographic;
611- text-shadow : /*-1px -1px 0 #fff,*/ /*1px -1px 0 #fff,*/ /*-1px 1px 0 #fff,*/ /*1px 1px 0 #fff;*/ -0.7px -0.7px 0 # fff,
612- 0.7px -0.7px 0 # fff,
613- -0.7px 0.7px 0 # fff,
614- 0.7px 0.7px 0 # fff ;
615+ text-shadow :
616+ /*-1px -1px 0 #fff,*/
617+ /*1px -1px 0 #fff,*/
618+ /*-1px 1px 0 #fff,*/
619+ /*1px 1px 0 #fff;*/
620+ -0.7px -0.7px 0 # fff,
621+ 0.7px -0.7px 0 # fff,
622+ -0.7px 0.7px 0 # fff,
623+ 0.7px 0.7px 0 # fff ;
615624 text-rendering : optimizeSpeed;
616625 /* doesn't seem to do much to improve rendering speed */
617626 white-space : pre;
@@ -878,10 +887,15 @@ label + select {
878887.modification-text {
879888 text-anchor : middle;
880889 font-weight : bold;
881- text-shadow : /*-1px -1px 0 #fff,*/ /*1px -1px 0 #fff,*/ /*-1px 1px 0 #fff,*/ /*1px 1px 0 #fff;*/ -0.7px -0.7px 0 # fff,
882- 0.7px -0.7px 0 # fff,
883- -0.7px 0.7px 0 # fff,
884- 0.7px 0.7px 0 # fff ;
890+ text-shadow :
891+ /*-1px -1px 0 #fff,*/
892+ /*1px -1px 0 #fff,*/
893+ /*-1px 1px 0 #fff,*/
894+ /*1px 1px 0 #fff;*/
895+ -0.7px -0.7px 0 # fff,
896+ 0.7px -0.7px 0 # fff,
897+ -0.7px 0.7px 0 # fff,
898+ 0.7px 0.7px 0 # fff ;
885899}
886900
887901.dna-seq {
@@ -891,10 +905,15 @@ label + select {
891905 text-anchor : start;
892906 pointer-events : none;
893907 dominant-baseline : ideographic;
894- text-shadow : /*-1px -1px 0 #fff,*/ /*1px -1px 0 #fff,*/ /*-1px 1px 0 #fff,*/ /*1px 1px 0 #fff;*/ -0.7px -0.7px 0 # fff,
895- 0.7px -0.7px 0 # fff,
896- -0.7px 0.7px 0 # fff,
897- 0.7px 0.7px 0 # fff ;
908+ text-shadow :
909+ /*-1px -1px 0 #fff,*/
910+ /*1px -1px 0 #fff,*/
911+ /*-1px 1px 0 #fff,*/
912+ /*1px 1px 0 #fff;*/
913+ -0.7px -0.7px 0 # fff,
914+ 0.7px -0.7px 0 # fff,
915+ -0.7px 0.7px 0 # fff,
916+ 0.7px 0.7px 0 # fff ;
898917 text-rendering : optimizeSpeed;
899918 /* doesn't seem to do much to improve rendering speed */
900919 white-space : pre;
@@ -910,9 +929,9 @@ label + select {
910929 text-anchor : middle;
911930 pointer-events : none;
912931 text-shadow : -0.7px -0.7px 0 # fff,
913- 0.7px -0.7px 0 # fff,
914- -0.7px 0.7px 0 # fff,
915- 0.7px 0.7px 0 # fff ;
932+ 0.7px -0.7px 0 # fff,
933+ -0.7px 0.7px 0 # fff,
934+ 0.7px 0.7px 0 # fff ;
916935 text-rendering : optimizeSpeed;
917936 /* doesn't seem to do much to improve rendering speed */
918937 white-space : pre;
@@ -1025,12 +1044,12 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
10251044}
10261045
10271046/* File checkmarks appear on one line */
1028- # file-nav-dropdown + .dropdown-menu label {
1047+ # file-nav-dropdown + .dropdown-menu label {
10291048 white-space : nowrap;
10301049}
10311050
10321051/* View checkmarks appear on one line */
1033- # view-nav-dropdown + .dropdown-menu label {
1052+ # view-nav-dropdown + .dropdown-menu label {
10341053 white-space : nowrap;
10351054}
10361055
@@ -1092,7 +1111,7 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
10921111************************************************/
10931112
10941113/* Style dropdown item of selected grid as well as newly clicked on grid */
1095- # grid-nav-dropdown + .dropdown-menu .dropdown-item .disabled ,
1114+ # grid-nav-dropdown + .dropdown-menu .dropdown-item .disabled ,
10961115.dropdown-item : active {
10971116 color : # fff ;
10981117 text-decoration : none;
@@ -1105,7 +1124,7 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
11051124}
11061125
11071126/* Styles the label like a DropdownItem */
1108- .form-file-dropdown .custom-file-input + .custom-file-label {
1127+ .form-file-dropdown .custom-file-input + .custom-file-label {
11091128 display : block;
11101129 width : 100% ;
11111130 padding : 0 ;
@@ -1121,14 +1140,14 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
11211140}
11221141
11231142/* Styles the label like a DropdownItem (on hover) */
1124- .form-file-dropdown .custom-file-input + .custom-file-label : hover {
1143+ .form-file-dropdown .custom-file-input + .custom-file-label : hover {
11251144 color : # 16181b ;
11261145 text-decoration : none;
11271146 background-color : # f8f9fa ;
11281147}
11291148
11301149/* Hides the data-browse psuedo-element. */
1131- .form-file-dropdown .custom-file-input + .custom-file-label ::after {
1150+ .form-file-dropdown .custom-file-input + .custom-file-label ::after {
11321151 content : none;
11331152}
11341153
0 commit comments