Skip to content
Snippets Groups Projects
Commit b7dd08db authored by jean-philippe.simonnet's avatar jean-philippe.simonnet
Browse files

Update workspace.css

parent 86f1fc24
No related branches found
No related tags found
No related merge requests found
......@@ -87,4 +87,66 @@
border-color: var(--disabled-mel-button-color) !important;
pointer-events: visible;
cursor: not-allowed;
}
\ No newline at end of file
}
/***** kanban *******/
.board-color-belize#header-quick-access {
background: #696666;
color: #fff;
}
.board-color-belize#header,
.board-color-belize.sk-spinner div,
.board-backgrounds-list .board-color-belize.background-box,
.board-list .board-color-belize a {
background-color: #797676;
}
a.card-date {
color: #696666;
background: #e8f2ff;
}
.swimlane {
border: 1px solid #e4e4e4;
}
.list {
background: #fff;
border-left: 1px solid #ccc;
}
.minicard {
background-color: #e8f2ff;
}
#headerIsSettingDatabaseCallDone {
display: none !important;
}
#header-quick-access .allBoards {
font-size: 1rem;
padding: 4px 15px;
}
#header-quick-access ul.header-quick-access-list {
padding: 20px;
margin: -16px 0;
}
#header-quick-access ul.header-quick-access-list li {
color: #fff;
}
.board-color-belize button[type=submit].primary,
.board-color-belize input[type=submit].primary,
.board-color-belize .sidebar .sidebar-content .sidebar-btn {
background-color: #000091;
}
.board-color-belize button[type=submit].primary:hover,
.board-color-belize input[type=submit].primary:hover,
.board-color-belize .sidebar .sidebar-content .sidebar-btn:hover {
background-color: #1212ff;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment