diff --git a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less index 1bdab12f606..e23bb283741 100644 --- a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less +++ b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less @@ -148,6 +148,14 @@ table.dataTable td a { color: @theme-color-text-light; } +table.dataTable td a span.value { + text-decoration: underline; + + &:hover { + text-decoration: underline; + } +} + td.clean { background-color: @theme-color-background-base; } diff --git a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less index f071ea54874..8ebe3bb213e 100644 --- a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less +++ b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less @@ -17,6 +17,11 @@ table.dataTable .dataTableRowActions a { padding: 6px 4px 6px 0; margin: 0; width: auto!important; + text-decoration: none; + + &:hover { + text-decoration: none; + } .rowActionIcon { font-size: 19px; diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less index 9410e2d4830..a7b787813a8 100644 --- a/plugins/Morpheus/stylesheets/main.less +++ b/plugins/Morpheus/stylesheets/main.less @@ -443,7 +443,6 @@ table.dataTable { } a { - text-decoration: none !important; color: @theme-color-link; width: inherit;