mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 16:30:10 +02:00
37 lines
No EOL
473 B
CSS
37 lines
No EOL
473 B
CSS
#nodes-lead {
|
|
color: #71CACB;
|
|
}
|
|
|
|
#nodes-lead .lead-line {
|
|
background-color: #71CACB;
|
|
}
|
|
|
|
#queued-lead {
|
|
color: #F17C7A;
|
|
}
|
|
|
|
#queued-lead .lead-line {
|
|
background-color: #F17C7A;
|
|
}
|
|
|
|
.table-lead h3 {
|
|
background-color: white;
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.table-lead .lead-line {
|
|
height: 2px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
top: 40px;
|
|
}
|
|
|
|
.glyphicon-remove {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.glyphicon-remove:hover {
|
|
color: #C61E16;
|
|
cursor: pointer;
|
|
} |