Fixup typedInput cred css

This commit is contained in:
Nick O'Leary 2019-11-01 15:06:27 +00:00
parent d08e77cf36
commit 33cbb2ada8
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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;
}
}