56 lines
1.5 KiB
CSS
56 lines
1.5 KiB
CSS
.demo.wx-I1glfWSB {
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.narrow {
|
|
background-color: #676a81;
|
|
color: transparent;
|
|
height: 10px !important;
|
|
margin-top: 10px;
|
|
border: 1px solid #63667a;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.narrow .wx-progress-percent {
|
|
background-color: #1a2630;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.narrow .wx-link {
|
|
background-color: #384047;
|
|
border-radius: 0px;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.narrow .wx-link .wx-inner {
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.round {
|
|
background-color: #ffeb3b;
|
|
border: 1px solid #ffeb3b;
|
|
color: #384047;
|
|
border-radius: 50px;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.round .wx-progress-percent {
|
|
background-color: #ffc107;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.round .wx-progress-wrapper {
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.progress {
|
|
background-color: transparent;
|
|
color: var(--wx-color-font);
|
|
border-radius: 50px;
|
|
border: 1px solid #00bcd4;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.progress .wx-progress-percent {
|
|
background-color: #00bcd4;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.progress .wx-progress-wrapper {
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.urgent {
|
|
background-color: #f49a82;
|
|
border: 1px solid #f45e36;
|
|
}
|
|
.demo.wx-I1glfWSB > .wx-gantt .wx-bar.wx-task.urgent .wx-progress-percent {
|
|
background-color: #f45e36;
|
|
}
|