|
38 | 38 | .vp-apiblock-tab-button.selected { |
39 | 39 | color: var(--font-hightlight); |
40 | 40 | background: white; |
41 | | - border-bottom: 2px solid var(--hightlight-color); |
| 41 | + border-bottom: 2px solid var(--highlight-color); |
42 | 42 | } |
43 | 43 | .vp-apiblock-tab-button:hover { |
44 | 44 | background: var(--light-gray-color); |
|
168 | 168 | cursor: pointer; |
169 | 169 | } |
170 | 170 | #vp_apiblock_menu_delete:hover { |
171 | | - background: var(--hightlight-color); |
| 171 | + background: var(--highlight-color); |
172 | 172 | color: white; |
173 | 173 | } |
174 | 174 | .vp-apiblock-tab-navigation-body { |
|
193 | 193 | top: 0px; |
194 | 194 | width: 20px; |
195 | 195 | cursor: col-resize; |
196 | | - /* background: url(/nbextensions/visualpython/resource/api_block/vp-api-block-resize.png) center center no-repeat transparent; */ |
197 | 196 | } |
198 | 197 | .vp-apiblock-option-tab .ui-icon { |
199 | 198 | background-image: none; |
|
581 | 580 | } |
582 | 581 | .vp-apiblock-blockoption-input { |
583 | 582 | border: 1px solid #d4d4d4; |
584 | | - color: #252525; |
585 | | - outline-color: var(--hightlight-color); |
| 583 | + color: var(--font-primary); |
| 584 | + outline-color: var(--highlight-color); |
586 | 585 | width: 100%; |
587 | 586 | padding: 5px 0rem; |
588 | 587 | padding-left: 0.75rem; |
|
620 | 619 | .vp-apiblock-style-flex-row-between { |
621 | 620 | display: flex; |
622 | 621 | flex-direction: row; |
623 | | - justify-content: space-between; |
| 622 | + justify-content: space-around; |
| 623 | + margin-left: 5px; |
624 | 624 | } |
625 | 625 | .vp-apiblock-style-flex-column { |
626 | 626 | display: flex; |
|
654 | 654 | .vp-apiblock-style-flex-row-between-wrap { |
655 | 655 | display: flex; |
656 | 656 | flex-direction: row; |
657 | | - justify-content: space-between; |
| 657 | + justify-content: space-around; |
658 | 658 | flex-wrap: wrap; |
659 | 659 | } |
660 | 660 | .vp-apiblock-style-column-row-wrap { |
|
772 | 772 | } |
773 | 773 | #vp_apiblock_board_main_title input:focus { |
774 | 774 | transition: 0.7s; |
775 | | - border: 0.5px solid var(--hightlight-color) !important; |
| 775 | + border: 0.5px solid var(--highlight-color) !important; |
776 | 776 | color: var(--font-hightlight); |
777 | 777 | } |
778 | 778 | #vp_apiblock_board_main_title input::selection { |
|
847 | 847 | } |
848 | 848 | .vp-block-header-name { |
849 | 849 | text-indent: 5px; |
850 | | - font-size:12px; |
851 | | - color:#252525; |
| 850 | + font-size:14px; |
| 851 | + color: var(--font-primary); |
852 | 852 | font-weight: 700; |
853 | 853 | display: flex; |
854 | 854 | flex-direction: column; |
|
1003 | 1003 | margin: 10px 0px; |
1004 | 1004 | } |
1005 | 1005 | .vp-apiblock-option-plus-button { |
1006 | | - min-width: 80px; |
| 1006 | + min-width: 95px; |
1007 | 1007 | height: 30px; |
1008 | 1008 | font-family: AppleSDGothicNeo; |
1009 | 1009 | font-style: normal; |
1010 | 1010 | font-weight: normal; |
1011 | | - font-size: 13px; |
| 1011 | + font-size: 14px; |
1012 | 1012 | line-height: 30px; |
1013 | 1013 | text-align: center; |
1014 | 1014 | color: var(--font-primary); |
|
0 commit comments