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