File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
138138 padding-left : 18px ;
139139 cursor : pointer;
140140}
141+ # vp-wrapper input [type = checkbox ]: disabled + label ,
142+ # vp-wrapper label input [type = checkbox ]: disabled + span {
143+ color : var (--gray-color );
144+ }
141145# vp-wrapper input [type = checkbox ] + label ::before ,
142146# vp-wrapper label input [type = checkbox ] + span ::before {
143147 content : '' ;
@@ -167,6 +171,20 @@ input[type=number]::-webkit-inner-spin-button { margin-left: 5px; }
167171 border : none;
168172 box-sizing : border-box;
169173}
174+ # vp-wrapper input [type = checkbox ]: disabled + label ::before ,
175+ # vp-wrapper label input [type = checkbox ]: disabled + span ::before {
176+ content : '' ;
177+ position : absolute;
178+ left : 0 ;
179+ top : 0 ;
180+ width : 15px ;
181+ height : 15px ;
182+ background : url(../ resource/checkbox_gray.svg);
183+ background-size : 15px 15px ;
184+ background-repeat : no-repeat;
185+ border : none;
186+ box-sizing : border-box;
187+ }
170188# vp-wrapper input [type = text ].vp-file-browser {
171189 color : # C4C4C4 ;
172190 font-style : normal;
You can’t perform that action at this time.
0 commit comments