File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/Umbraco.Web.UI.Client/src/less Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 87
87
}
88
88
89
89
.umb-listview .selected i .icon , .umb-listview tr :hover i .icon {display : none }
90
- .umb-listview .selected input [type= " checkbox" ], .umb-listview tr :hover input [type= " checkbox" ]{display : inline-block ;}
90
+ .umb-listview .selected input [type= " checkbox" ],
91
+ .umb-listview tr :hover input [type= " checkbox" ]{display : inline-block !important ;}
91
92
.umb-listview .inactive {color : @grayLight ;}
92
93
93
94
.umb-listview .selected td {font-weight : bold ;}
171
172
position : relative
172
173
}
173
174
175
+
176
+ .umb-listview .table-striped thead input [type= " checkbox" ] {
177
+ margin-left : 7px ;
178
+ }
179
+
174
180
.umb-listview .table-striped tbody input [type= " checkbox" ] {
175
181
display : none ;
176
- top : 10px ;
177
- left :10px ;
182
+ margin-left : 7px ;
178
183
z-index : 5 ;
179
184
}
180
185
You can’t perform that action at this time.
0 commit comments