Fixes: U4-4549 Related Links "New Window" checkbox has css "display: none"
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
|
||||
.umb-listview .table-striped tbody > tr:nth-child(even) > td, .umb-listview .table-striped tbody > tr:nth-child(even) > th {
|
||||
background-color: @grayLighter
|
||||
}
|
||||
|
||||
@@ -167,18 +167,18 @@
|
||||
|
||||
/* TEMP */
|
||||
|
||||
.table-striped tbody td {
|
||||
.umb-listview .table-striped tbody td {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.table-striped tbody input[type="checkbox"] {
|
||||
.umb-listview .table-striped tbody input[type="checkbox"] {
|
||||
display: none;
|
||||
top: 10px;
|
||||
left:10px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.table-striped tbody i {
|
||||
.umb-listview .table-striped tbody i {
|
||||
display: block;
|
||||
top: 10px;
|
||||
left:6px;
|
||||
@@ -189,7 +189,7 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr:nth-child(even) > td i, .table-striped tbody > tr:nth-child(even) > th i{
|
||||
.umb-listview .table-striped tbody > tr:nth-child(even) > td i, .umb-listview .table-striped tbody > tr:nth-child(even) > th i{
|
||||
background-color: @grayLighter
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user