Commit 4cfd2915 authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Fix tooltips in task board

parent 9f740f70
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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;
}