From 4cfd2915e86df2d3588f2624efca57c45efed4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljaz=CC=8C=20=22g5pw=22=20Srebrnic=CC=8C?= Date: Mon, 6 Feb 2017 17:15:11 +0100 Subject: [PATCH] Fix tooltips in task board --- Template/css/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Template/css/main.css b/Template/css/main.css index 9bac3c3..cf0fac3 100644 --- a/Template/css/main.css +++ b/Template/css/main.css @@ -3,7 +3,7 @@ body { background-color: #222; } -a, table th a { +.ui-tooltip a, a, table th a { color: #0ce3ac; } @@ -70,7 +70,7 @@ a .fa { } #task-summary h2 { - color: #000; + color: #fff; } .user-mention-link { @@ -84,3 +84,8 @@ a .fa { .comment-actions a:focus, .comment-actions a:hover { color: #0ce3ac; } + +.ui-tooltip { + background-color: #333; + color: #fff; +} -- 2.22.0