mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14: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 {
|
||||
color: #71CACB;
|
||||
color: #66CCCC;
|
||||
}
|
||||
|
||||
#nodes-lead .lead-line {
|
||||
background-color: #71CACB;
|
||||
background-color: #66CCCC;
|
||||
}
|
||||
|
||||
#queued-lead {
|
||||
color: #F17C7A;
|
||||
color: #F77777;
|
||||
}
|
||||
|
||||
#queued-lead .lead-line {
|
||||
background-color: #F17C7A;
|
||||
background-color: #F77777;
|
||||
}
|
||||
|
||||
.table-lead h3 {
|
||||
|
@ -32,6 +32,6 @@
|
|||
}
|
||||
|
||||
.glyphicon-remove:hover {
|
||||
color: #C61E16;
|
||||
color: #000000;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Reference in a new issue