How to hide maximize button only from kendo-window for angular bootstrap theme. minimize, maximize and close button class names are same , so if hide one button all button will hide , tried as
button.k-button-icon.k-button.k-bare {
visibility: hidden;
}.
Is there any way to hide or remove the maximize button only from window