mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 02:47:15 +02:00
49 lines
No EOL
607 B
CSS
49 lines
No EOL
607 B
CSS
#nodes-lead, #settings-lead {
|
|
color: #66CCCC;
|
|
}
|
|
|
|
#nodes-lead .lead-line, #settings-lead .lead-line {
|
|
background-color: #66CCCC;
|
|
}
|
|
|
|
#queued-lead {
|
|
color: #F77777;
|
|
}
|
|
|
|
#queued-lead .lead-line {
|
|
background-color: #F77777;
|
|
}
|
|
|
|
.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: #000000;
|
|
cursor: pointer;
|
|
}
|
|
|
|
span.port {
|
|
color: #666666;
|
|
}
|
|
|
|
.stats-key {
|
|
width: 400px;
|
|
}
|
|
|
|
.stale {
|
|
color: red;
|
|
} |