minor css update

This commit is contained in:
sawka
2022-10-27 22:24:22 -07:00
parent f8d23a68f3
commit bba43c8540
+6 -2
View File
@@ -469,7 +469,7 @@ html, body, #main {
}
.cmd-rtnstate-diff {
color: @term-cyan;
color: @term-white;
.mono-font(12px);
white-space: pre;
margin-left: 15px;
@@ -597,7 +597,7 @@ html, body, #main {
&.status-hangup {
.status-icon {
color: #c4a000;
color: @term-yellow;
}
}
@@ -605,6 +605,10 @@ html, body, #main {
background-color: @soft-blue;
}
&.status-waiting {
background-color: @term-yellow;
}
&.status-detached {
background-color: @soft-blue;
.status-icon {