Sign in

MES / haiNeng · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • haiNeng
  • ..
  • skins
  • customstyles.css
  • 文件初始化
    dfcade0b
    赖素文 authored
    2023-08-11 09:06:26 +0800  
    Browse Code »
customstyles.css 419 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
.high{
    border:2px solid #d96c49;
    color: #d96c49;
    background: #d96c49;
}
.high .gantt_task_progress{
    background: #db2536;
}

.medium{
    border:2px solid #34c461;
    color:#34c461;
    background: #34c461;
}
.medium .gantt_task_progress{
    background: #23964d;
}

.low{
    border:2px solid #6ba8e3;
    color:#6ba8e3;
    background: #6ba8e3;
}
.low .gantt_task_progress{
    background: #547dab;
}