From f4bb70e19161afffb396da182df5aeda0191285e Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 30 Jun 2019 15:05:52 +0200 Subject: [PATCH] fix(tooltips): fixes font-color when used in tableheaders --- templates/default-layout.lucius | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 2fdc1b3de..a5bca059d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -421,6 +421,12 @@ input[type="button"].btn-info:hover, } } +/* fix for font color in tooltips in tableheaders */ +th .tooltip__content { + color: var(--color-font); + font-weight: normal; +} + /* UNORDERED LIST */ .list-ul__item { // padding: 4px 0;