17 lines
819 B
Plaintext
17 lines
819 B
Plaintext
/* Basic USS for Gantt */
|
|
.header-container { }
|
|
.month-row { }
|
|
.week-row { }
|
|
.day-row { }
|
|
.rows-container { }
|
|
.chart-row { flex-direction: row; height:28px; position: relative; border-bottom:1px solid #3A3A3A; }
|
|
.hierarchy-cell { font-size:11px; width:240px; padding-left:4px; }
|
|
.segments-layer { flex-grow:1; position: relative; }
|
|
.segment { border-radius:3px; height:22px; background-color: rgba(64,128,220,0.6); }
|
|
.marker { color:#2AA3FF; font-size:12px; }
|
|
.row-selected { background-color: rgba(255,255,0,0.15); }
|
|
.segment-selected { outline:2px solid #FFD500; }
|
|
.span-cell { text-align:center; font-size:11px; border-right:1px solid #222; }
|
|
.day-cell { text-align:center; font-size:10px; border-right:1px solid #333; width:16px; }
|
|
.today-line { position:absolute; width:1px; background:#ff6b00; top:0; bottom:0; }
|