diff --git a/src/webview/index.html b/src/webview/index.html
index fc4b1c9..11c5661 100644
--- a/src/webview/index.html
+++ b/src/webview/index.html
@@ -85,7 +85,10 @@
-
+
+
+
+
-
diff --git a/src/webview/styles.css b/src/webview/styles.css
index e299d59..2b683e8 100644
--- a/src/webview/styles.css
+++ b/src/webview/styles.css
@@ -125,10 +125,29 @@ body {
width: 100%;
}
+.table {
+ background-color: transparent;
+}
+
th, td {
white-space: nowrap;
}
+.table thead td, .table thead th {
+ border-width: 0 0 1px;
+}
+
+.table tbody tr td,
+.table tbody tr th {
+ border-bottom-width: 0;
+}
+
+.table.is-hoverable tbody tr:not(.is-selected):hover,
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover
+.table.is-hoverable.is-fullwidth tbody tr:not(.is-selected):hover {
+ background-color: rgba(250, 250, 250, 0.7);
+}
+
.list {
overflow-y: auto;
}