diff --git a/interface/src/app/main/CustomEntities.tsx b/interface/src/app/main/CustomEntities.tsx index 68fac89d2..095f4ebdd 100644 --- a/interface/src/app/main/CustomEntities.tsx +++ b/interface/src/app/main/CustomEntities.tsx @@ -125,15 +125,10 @@ const CustomEntities = () => { position: relative; cursor: pointer; .td { - border-top: 1px solid #565656; border-bottom: 1px solid #565656; } &:hover .td { - border-top: 1px solid #177ac9; - border-bottom: 1px solid #177ac9; - } - &:nth-of-type(odd) .td { - background-color: #303030; + background-color: #177ac9; } ` }); diff --git a/interface/src/app/main/Customizations.tsx b/interface/src/app/main/Customizations.tsx index 72babe728..87ac23822 100644 --- a/interface/src/app/main/Customizations.tsx +++ b/interface/src/app/main/Customizations.tsx @@ -190,10 +190,7 @@ const Customizations = () => { } &:hover .td { border-top: 1px solid #177ac9; - border-bottom: 1px solid #177ac9; - } - &:nth-of-type(odd) .td { - background-color: #303030; + background-color: #177ac9; } `, Cell: ` diff --git a/interface/src/app/main/Scheduler.tsx b/interface/src/app/main/Scheduler.tsx index d57e5b246..9ea48ba04 100644 --- a/interface/src/app/main/Scheduler.tsx +++ b/interface/src/app/main/Scheduler.tsx @@ -117,15 +117,10 @@ const Scheduler = () => { position: relative; cursor: pointer; .td { - border-top: 1px solid #565656; border-bottom: 1px solid #565656; } &:hover .td { - border-top: 1px solid #177ac9; - border-bottom: 1px solid #177ac9; - } - &:nth-of-type(odd) .td { - background-color: #303030; + background-color: #177ac9; } ` }); diff --git a/interface/src/app/main/Sensors.tsx b/interface/src/app/main/Sensors.tsx index 8be8cffad..eebc08384 100644 --- a/interface/src/app/main/Sensors.tsx +++ b/interface/src/app/main/Sensors.tsx @@ -116,19 +116,10 @@ const Sensors = () => { cursor: pointer; .td { padding: 8px; - border-top: 1px solid #565656; border-bottom: 1px solid #565656; } - &.tr.tr-body.row-select.row-select-single-selected { - background-color: #3d4752; - font-weight: normal; - } &:hover .td { - border-top: 1px solid #177ac9; - border-bottom: 1px solid #177ac9; - } - &:nth-of-type(odd) .td { - background-color: #303030; + background-color: #177ac9; } `, Cell: `