mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fixup typedInput cred css
This commit is contained in:
parent
d08e77cf36
commit
33cbb2ada8
@ -173,6 +173,7 @@
|
||||
valueLabel: function(container,value) {
|
||||
var that = this;
|
||||
container.css("pointer-events","none");
|
||||
this.elementDiv.hide();
|
||||
var buttons = $('<div>').css({
|
||||
position: "absolute",
|
||||
right:"6px",
|
||||
|
@ -57,7 +57,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.red-ui-typedInput-value-label-inactive {
|
||||
backgroundColor: $secondary-background-disabled;
|
||||
background: $secondary-background-disabled;
|
||||
color: $secondary-text-color-disabled;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user