/*
    The "borderless" skin theme simply disables window borders and makes window content background transparent.
    These style rules are more specific than other rules applicable to the window and window content.
*/

.wlp-bighorn-theme-borderless .wlp-bighorn-window
{
  border: none;
}

.wlp-bighorn-theme-borderless .wlp-bighorn-window-content
{
  border: none;
	background-color: transparent;
}
