diff --git a/wwwroot/shell_theme.css b/wwwroot/shell_theme.css index 5b605e9..cfdce39 100644 --- a/wwwroot/shell_theme.css +++ b/wwwroot/shell_theme.css @@ -385,6 +385,10 @@ body { } /* ===== DataViewer Overrides for theme ===== */ +.tabular-row { + cursor: pointer; +} + [data-theme="dark"] .dataviewer-toolbar, [data-theme="dark"] .tabular, [data-theme="dark"] .data-row, @@ -412,7 +416,20 @@ body { } [data-theme="dark"] .tabular-row-selected { - color: var(--sage-brand); + background-color: var(--sage-bg-hover) !important; +} +[data-theme="dark"] .tabular-row-selected, +[data-theme="dark"] .tabular-row-selected .tabular-cell { + color: var(--sage-brand) !important; +} + +/* Light theme selected row */ +[data-theme="light"] .tabular-row-selected { + background-color: #E0F2FE !important; +} +[data-theme="light"] .tabular-row-selected, +[data-theme="light"] .tabular-row-selected .tabular-cell { + color: #0369A1 !important; } [data-theme="dark"] .tabular-cell {