diff --git a/src/Umbraco.Web.UI.Client/src/less/listview.less b/src/Umbraco.Web.UI.Client/src/less/listview.less index 4180cd9b1a..b1c6cfe24d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/listview.less +++ b/src/Umbraco.Web.UI.Client/src/less/listview.less @@ -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 }