Updated blue in the table
This commit is contained in:
parent
633df7ccff
commit
d402bafd00
|
@ -14,7 +14,7 @@ table{
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.totals, th.totals, td.totals{
|
tr.totals, th.totals, td.totals{
|
||||||
background: #efefef;
|
background: var(--light-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td{
|
th, td{
|
||||||
|
@ -30,13 +30,13 @@ th.iconCell > .icon, td.iconCell > .icon{
|
||||||
width: 15px;
|
width: 15px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--just-blue);
|
background-color: var(--standard-blue);
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
th{
|
th{
|
||||||
background: var(--just-blue);
|
background: var(--standard-blue);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
Loading…
Reference in New Issue