Highlighting Kanboard CSP columns
Kanboard CSP - nov. 2023 by BertrandH
Details
AuthorBertrandH
LicenseNo License
CategoryKanboard
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ? - nov. 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://agir.sia.aviation-civile.gouv.fr/kanboard/") {
/* TABLE HEADER */
.board-swimlane-header,
.board-swimlane-header span {
background: #28283e;
font-size: 20px;
font-weight: bold;
color: #fff
}
.board-swimlane-toggle .fa {
color: #fff
}
/* TABLE CELLS */
td[class*="board-column"]:nth-child(3) {
padding: 15px;
background: #4d4da6
}
td[class*="board-column"]:nth-child(4) {
padding: 15px;
background: #4d4da6
}
td[class*="board-column"]:nth-child(5) {
padding: 15px;
background: #4d4da6
}
td[class*="board-column"]:nth-child(3) .task-board-title,
td[class*="board-column"]:nth-child(4) .task-board-title,
td[class*="board-column"]:nth-child(5) .task-board-title {
font-weight: bold;
font-size: 120%
}
}