﻿
.formfield-editor-commandSubType > input,
.formfield-editor-commandType > input,
.formfield-editor-commandCategory > input,
.formfield-editor-paramEvmTokenAddress > input,
.formfield-editor-commandClassification > input,
.formfield-editor-commandCategory > input {
    border-width: 0px !important;
    border-color: transparent !important;
    pointer-events: none; /* Prevents the user from interacting with the input */
    background-color: #f5f5f5; /* Gray out the background like a disabled input */
    color: #a0a0a0;
}