mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-26 13:22:38 +00:00
36 lines
No EOL
520 B
Stylus
36 lines
No EOL
520 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
|
|
|
|
.tag-editing
|
|
padding 2px 0 0 2px
|
|
|
|
.tag-editing .tag-editing-pill
|
|
height:auto
|
|
|
|
.tag-list
|
|
overflow-y: auto
|
|
white-space: nowrap
|
|
|
|
.nav-pills
|
|
height: 43px
|
|
|
|
li
|
|
display: inline-block
|
|
float: none |