Help + tooltips + fix colors in kanban

This commit is contained in:
yflory
2018-05-23 14:24:18 +02:00
parent 6b98fef679
commit fe27c97879
5 changed files with 25 additions and 24 deletions

View File

@@ -116,7 +116,7 @@
@colortheme_todo-warn: #cd2532;
@colortheme_kanban-bg: #8C4;
@colortheme_kanban-color: #fff;
@colortheme_kanban-color: #000;
@colortheme_kanban-warn: #e6385d;
// Sidebar layout (profile / settings)

View File

@@ -14,7 +14,7 @@
right: 5px;
}
.cp-help-text {
color: @color;
color: contrast(lighten(@bg-color, 15%), #fff, #000); //@color;
margin: 0;
padding: 15px;
a {