Jump to content

TUniPanel borders


rgreat

Recommended Posts

We do not have bevels in UniGUI, so please add border width properties.

UniPanel.BorderWidth.Left: integer

UniPanel.BorderWidth.Right: integer

UniPanel.BorderWidth.Top: integer

UniPanel.BorderWidth.Bottom: integer

CSS usage is like:

.XXX {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 2px !important;
  border-bottom-width: 0 !important;
}

 

 

Link to comment
Share on other sites

×
×
  • Create New...