MCSM:Webconsole: окрашивание строк в соответствии со статусом
Ошибки в красный фон, предупреждения - желтый
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user