From e5100dbf785200161389d7608ee61eec0e1d4467 Mon Sep 17 00:00:00 2001 From: tofulm Date: Fri, 20 Jan 2023 17:31:47 +0100 Subject: [PATCH] fix: select --- css/gamutable.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/gamutable.css b/css/gamutable.css index 6efe44f..5cb44cf 100644 --- a/css/gamutable.css +++ b/css/gamutable.css @@ -123,7 +123,7 @@ th .vue-select { background-color: rgba(179, 209, 67, 0.27); } -.vue-gamutable .select { +.vue-gamutable table.table--zebra tr.select { background-color: rgba(179, 209, 67, 0.47); }