Skip to content

Commit 4745be4

Browse files
author
perploug
committed
Fixes missing listview icons
1 parent 13891bb commit 4745be4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/Umbraco.Web.UI.Client/src/less/listview.less

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
}
8888

8989
.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;}
9192
.umb-listview .inactive{color: @grayLight;}
9293

9394
.umb-listview .selected td{font-weight: bold;}
@@ -171,10 +172,14 @@
171172
position: relative
172173
}
173174

175+
176+
.umb-listview .table-striped thead input[type="checkbox"] {
177+
margin-left: 7px;
178+
}
179+
174180
.umb-listview .table-striped tbody input[type="checkbox"] {
175181
display: none;
176-
top: 10px;
177-
left:10px;
182+
margin-left: 7px;
178183
z-index: 5;
179184
}
180185

0 commit comments

Comments
 (0)