mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 07:32:35 +01:00
Added red-green circle to board lists item for indicating board which has overtime logs or normal spent time log
This commit is contained in:
parent
d38071457c
commit
6dba4ccd4d
5 changed files with 47 additions and 0 deletions
|
|
@ -73,6 +73,23 @@ $spaceBetweenTiles = 16px
|
|||
transition-duration: .15s
|
||||
transition-property: color, font-size, background
|
||||
|
||||
.fa-circle
|
||||
bottom: 0;
|
||||
font-size: 10px;
|
||||
height: 10px;
|
||||
line-height: 10px;
|
||||
padding: 9px 9px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
transition-duration: .15s
|
||||
transition-property: color, font-size, background
|
||||
|
||||
.has-overtime-card-active
|
||||
color: #eb4646 !important
|
||||
|
||||
.no-overtime-card-active
|
||||
color: #3cb500 !important
|
||||
|
||||
.is-star-active
|
||||
color: white
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue