Archived
0

MCSM:Webconsole: окрашивание строк в соответствии со статусом

Ошибки в красный фон, предупреждения - желтый
This commit is contained in:
2017-06-14 22:42:36 +03:00
parent 89ba10ebec
commit 42d986c66d
3 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,14 @@
word-wrap: break-word;
}
#webconsole .output .wrapper .content p.error {
background-color: rgba(255,0,0,0.4);
}
#webconsole .output .wrapper .content p.warn {
background-color: rgba(255,200,0,0.3);
}
#webconsole .output .scroll {
width: 9px;
background: #f00;