aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/modules/table.css')
-rw-r--r--web_src/css/modules/table.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/web_src/css/modules/table.css b/web_src/css/modules/table.css
index eabca31a17..6298471d47 100644
--- a/web_src/css/modules/table.css
+++ b/web_src/css/modules/table.css
@@ -167,6 +167,11 @@
text-overflow: ellipsis;
}
+.ui.selectable.table > tbody > tr:hover,
+.ui.table tbody tr td.selectable:hover {
+ background: var(--color-hover);
+}
+
.ui.attached.table {
top: 0;
bottom: 0;
@@ -289,6 +294,9 @@
.ui.basic.striped.table > tbody > tr:nth-child(2n) {
background: var(--color-light);
}
+.ui.basic.striped.selectable.table > tbody > tr:nth-child(2n):hover {
+ background: var(--color-hover);
+}
.ui[class*="very basic"].table {
border: none;