diff --git a/src/sh2.less b/src/sh2.less index a464baf7..e8ea02c9 100644 --- a/src/sh2.less +++ b/src/sh2.less @@ -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 {