9370958693
tag on a task to apply tag
19 lines
291 B
Stylus
19 lines
291 B
Stylus
/* Filters */
|
|
.filters
|
|
padding-left: 19px
|
|
padding-right: 19px
|
|
|
|
.filters .nav
|
|
margin-bottom: 0
|
|
|
|
.filter-description
|
|
margin-top: 7px
|
|
margin-right: 7px
|
|
|
|
/* Filters applied to tasks */
|
|
.task.filtered-out
|
|
display: none
|
|
|
|
.tag-label:hover
|
|
background-color: #3a87ad
|
|
cursor: pointer |