overte/domain-server/resources/web/css/style.css
2013-10-23 14:43:59 -07:00

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;
}