Skip to content

Instantly share code, notes, and snippets.

@stan-voo
Created February 3, 2021 17:42
Show Gist options
  • Save stan-voo/cddb6a24a3268557f4cf33bf5d329ac6 to your computer and use it in GitHub Desktop.
Save stan-voo/cddb6a24a3268557f4cf33bf5d329ac6 to your computer and use it in GitHub Desktop.
Planfix planner custom CSS style
.b-task-microcard .task-microcard-row .tbl-check-list-header {
display: none !important;
}
.planner-block-list-h.colored {padding: 7px;
font-size: large;}
.planner-block-collapse-b-hor .planner-block-collapse-filter-name {padding: 7px;
font-size: large;}
.planner-item-list.dl-task-microcard-container {margin-top: 17px;}
.planner-block-list-h-head {height: 34px !important;
}
.checkElement-add-placeholder {display:none;} /* удаляет подпись добавить чеклист */
.check-list-users {display:none !important;}
.task-importance-level-10 {
background: none repeat scroll 0 0 #6fa92e;
color: #fff !important;
}
.svg-icon.urgent, .svg-icon-32px.urgent, .svg-icon-21px.urgent, .svg-icon-16px.urgent, .svg-icon-8px.urgent, .svg-icon-10px.urgent {
fill: #6fa92e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment