How to hide Full-size button in Window?

How to hide Full-size button in Window?

.v-window-maximizebox, .v-window-restorebox {
      display:none
}

should do the trick.