.edtClear .x-form-text-wrap.x-form-text-wrap-default{
    border-radius: 5px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:0;
}

.edtClear .x-form-text-wrap.x-form-text-wrap-focus{
    border-radius: 5px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:0;   
}



.edtClear .x-form-trigger-default {
    background-color: rgb(255,255,255);
}
.edtClear .x-form-trigger-default.x-form-trigger-focus{
    background-color: rgb(249, 252, 252);
}