9696 padding : 3px 7px ;
9797 color : var (--font-primary );
9898 background : # FFFFFF ;
99- outline : none ;
99+ outline-color : var ( --hightlight-color ) ;
100100 border : 0.25px solid var (--border-gray-color );
101101 box-sizing : border-box;
102102}
@@ -195,7 +195,7 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
195195 line-height : 16px ;
196196 padding : 5px 16px 3px 9px ;
197197 background : url(../ resource/unfold_more.svg), # F5F5F5 ;
198- background-position : 95 % 50% ;
198+ background-position : 97 % 50% ;
199199 background-size : 11px 11px ;
200200 background-repeat : no-repeat;
201201 outline : none;
@@ -492,7 +492,6 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
492492.vp-accordion-container .vp-accordion-header {
493493 height : 25px ;
494494 background-color : # FFFFFF ;
495- padding : 5px ;
496495 cursor : pointer;
497496 color : var (--font-primary );
498497}
@@ -1041,10 +1040,10 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
10411040 resize : none;
10421041 outline : none;
10431042 color : # C4C4C4 ;
1044- border-top : 0.25px solid # C4C4C4 ;
1043+ border-top : 0.25px solid # E4E4E4 ;
10451044 border-right : none;
1046- border-bottom : 0.25px solid # C4C4C4 ;
1047- border-left : 0.25px solid # C4C4C4 ;
1045+ border-bottom : 0.25px solid # E4E4E4 ;
1046+ border-left : 0.25px solid # E4E4E4 ;
10481047 background-color : # F5F5F5 ;
10491048 overflow-y : hidden;
10501049 text-align : right;
@@ -1060,7 +1059,7 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
10601059 color : var (--font-primary );
10611060 white-space : nowrap;
10621061 overflow-x : auto;
1063- border : 0.25px solid # 696969 ;
1062+ border : 0.25px solid # E4E4E4 ;
10641063 font-family : Consola
10651064}
10661065
@@ -1069,6 +1068,10 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
10691068 width : 100% ;
10701069 min-height : 30px ;
10711070 background-color : rgb (247 247 247 );
1071+ border-top : 0.25px solid # E4E4E4 ;
1072+ border-right : 0.25px solid # E4E4E4 ;
1073+ border-bottom : none;
1074+ border-left : 0.25px solid # E4E4E4 ;
10721075}
10731076.vp-markdown-editor-toolbar .vp-markdown-editor-toolbar-btn-title {
10741077 background-image : url(../ resource/font-size-2.svg);
@@ -1186,13 +1189,13 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
11861189
11871190/* Table Layout */
11881191.vp-option-vertical-table-layout {
1189- width : 100% ;
1192+ /* width: 100%; */
11901193 border-collapse : collapse;
11911194 table-layout : fixed;
11921195 color : var (--font-primary );
11931196}
11941197.vp-option-vertical-table-layout th {
1195- min-width : 150 px ;
1198+ min-width : 130 px ;
11961199 max-width : 300px ;
11971200 vertical-align : middle;
11981201 text-align : left;
@@ -1256,7 +1259,7 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
12561259 top : 50% ;
12571260 transform : translate (-50% , -50% );
12581261 width : 400px ;
1259- height : 150 px ;
1262+ height : 170 px ;
12601263 padding : 2rem ;
12611264 background-color : white;
12621265 box-shadow : 0 2px 2px 0 rgba (0 , 0 , 0 , 0.14 ), 0 3px 1px -2px rgba (0 , 0 , 0 , 0.12 ), 0 1px 5px 0 rgba (0 , 0 , 0 , 0.2 );
@@ -1265,7 +1268,7 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
12651268 display : flex;
12661269 flex-direction : row;
12671270 align-items : center;
1268- justify-content : flex-start ;
1271+ justify-content : center ;
12691272
12701273 width : 100% ;
12711274 height : 80px ;
@@ -1279,15 +1282,16 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
12791282 display : flex;
12801283 flex-direction : column;
12811284 justify-content : space-evenly;
1282- height : 100% ;
1285+ align-items : center;
1286+ height : 80% ;
12831287}
12841288# vp_multiButtonModal .vp-modal-button {
1285- min-width : 80 px ;
1286- height : 24 px ;
1289+ min-width : 100 px ;
1290+ height : 30 px ;
12871291 font-family : AppleSDGothicNeo;
12881292 font-style : normal;
12891293 font-weight : normal;
1290- font-size : 13 px ;
1294+ font-size : 14 px ;
12911295 line-height : 21px ;
12921296 text-align : center;
12931297 color : var (--font-primary );
@@ -1296,21 +1300,17 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
12961300 box-sizing : border-box;
12971301 border-radius : 2px ;
12981302}
1299- # vp_multiButtonModal .vp-modal-button : focus ,
1300- # vp_multiButtonModal .vp-modal-button : active {
1301- border : 2px solid black;
1302- }
13031303# vp_multiButtonModal .vp-modal-button-2 {
1304- background-color : # 828282 ;
1304+ background-color : var ( --font-hightlight ) ;
13051305 color : white;
13061306 margin-right : 10px ;
13071307}
13081308# vp_multiButtonModal .vp-multi-button-modal-buttons {
13091309 display : flex;
13101310 align-items : center;
1311- justify-content : space-between ;
1311+ justify-content : space-around ;
13121312 width : 100% ;
1313- height : 30 px ;
1313+ height : 60 px ;
13141314}
13151315
13161316/* No Selection */
0 commit comments