mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 17:39:48 +02:00
fix to correct colors based on @problem provided values
This commit is contained in:
parent
7c40a47155
commit
0d6f363ed5
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
#nodes-lead {
|
#nodes-lead {
|
||||||
color: #71CACB;
|
color: #66CCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nodes-lead .lead-line {
|
#nodes-lead .lead-line {
|
||||||
background-color: #71CACB;
|
background-color: #66CCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#queued-lead {
|
#queued-lead {
|
||||||
color: #F17C7A;
|
color: #F77777;
|
||||||
}
|
}
|
||||||
|
|
||||||
#queued-lead .lead-line {
|
#queued-lead .lead-line {
|
||||||
background-color: #F17C7A;
|
background-color: #F77777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-lead h3 {
|
.table-lead h3 {
|
||||||
|
@ -32,6 +32,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.glyphicon-remove:hover {
|
.glyphicon-remove:hover {
|
||||||
color: #C61E16;
|
color: #000000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Reference in a new issue