mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change debug message menu icon
This commit is contained in:
parent
1e9ce550db
commit
bd14acb68a
@ -84,7 +84,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.debug-message-row .debug-message-tools {
|
.debug-message-meta .debug-message-tools {
|
||||||
|
.editor-button-small {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.debug-message-tools {
|
||||||
.button-group:not(:last-child) {
|
.button-group:not(:last-child) {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
@ -456,7 +456,7 @@ RED.debug = (function() {
|
|||||||
$('<span class="debug-message-topic">function : (' + errorLvlType + ')</span>').appendTo(metaRow);
|
$('<span class="debug-message-topic">function : (' + errorLvlType + ')</span>').appendTo(metaRow);
|
||||||
} else {
|
} else {
|
||||||
var tools = $('<span class="debug-message-tools button-group"></span>').appendTo(metaRow);
|
var tools = $('<span class="debug-message-tools button-group"></span>').appendTo(metaRow);
|
||||||
var filterMessage = $('<button class="editor-button editor-button-small"><i class="fa fa-ellipsis-h"></i></button>').appendTo(tools);
|
var filterMessage = $('<button class="editor-button editor-button-small"><i class="fa fa-caret-down"></i></button>').appendTo(tools);
|
||||||
filterMessage.click(function(e) {
|
filterMessage.click(function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
Loading…
Reference in New Issue
Block a user