From e29d86a9795bc512660a5b1abdc5d4201b601d3b Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Thu, 2 Dec 2021 17:47:48 +0100 Subject: [PATCH] temporary inflection table styling --- src/App.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/App.vue b/src/App.vue index 12cf9b12..eb474d69 100644 --- a/src/App.vue +++ b/src/App.vue @@ -183,4 +183,19 @@ footer > div.sm > div { font-weight: bold !important; } +/* all inflection-table css shoud be moved to beta.ordbok */ +td[class="infl-group"] { + background-color: var(--v-button-base) !important; + color: var(--v-primary-darken1) !important; + font-style: normal !important; + font-weight: bold; + + border-color: black; +} + +th[class="infl-group"] { + background-color: var(--v-button-base) !important; + font-style: unset; +} + </style> -- GitLab