You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
663 B
29 lines
663 B
.expanded > .preview, .expanded.preview {
|
|
background-image: url("icons/node-expanded.png?stamp=0");
|
|
}
|
|
|
|
|
|
.collapsed > .preview, .collapsed.preview {
|
|
background-image: url("icons/node-collapsed.png?stamp=0");
|
|
}
|
|
|
|
|
|
.level-warning .result-icon {
|
|
background-image: url("icons/warning.png?stamp=0");
|
|
}
|
|
|
|
.level-error .result-icon {
|
|
background-image: url("icons/error.png?stamp=0");
|
|
}
|
|
|
|
.level-info .result-icon {
|
|
background-image: url("icons/info.png?stamp=0");
|
|
}
|
|
|
|
.message-input .result-icon {
|
|
background-image: url("icons/prompt.png?stamp=0");
|
|
}
|
|
|
|
.message-result .result-icon {
|
|
background-image: url("icons/evaluationResult.png?stamp=0");
|
|
} |