color for dark theme fixed
This commit is contained in:
parent
fb6815b664
commit
f8effcc8ce
1 changed files with 12 additions and 0 deletions
|
|
@ -199,4 +199,16 @@ table#miczPrefs tr:last-child td {
|
||||||
.specific_integration{
|
.specific_integration{
|
||||||
background-color: #2E3A4F;
|
background-color: #2E3A4F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.specific_integration_sub td:first-child {
|
||||||
|
border-left: 10px solid #2E3A4F;
|
||||||
|
}
|
||||||
|
|
||||||
|
.specific_integration_sub td:last-child {
|
||||||
|
border-right: 10px solid #2E3A4F;
|
||||||
|
}
|
||||||
|
|
||||||
|
#connection_ui_end td{
|
||||||
|
background-color: #2E3A4F;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue