monitoring/module.less: highlight plugin output
This commit is contained in:
parent
6e1ba30acc
commit
2318eaf4c3
|
@ -33,7 +33,7 @@ p.pluginoutput {
|
|||
|
||||
div.pluginoutput {
|
||||
overflow: auto;
|
||||
color: black;
|
||||
color: #888;
|
||||
margin-bottom: 1em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
@ -43,8 +43,11 @@ div.pluginoutput h4 {
|
|||
margin: 0em;
|
||||
}
|
||||
|
||||
div.pluginoutput pre{
|
||||
div.pluginoutput pre {
|
||||
white-space: pre-wrap;
|
||||
border-left: 4px solid #d8d8d8;
|
||||
padding: 0.3em 0 0.3em 1em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
table.objecthistory td {
|
||||
|
|
Loading…
Reference in New Issue