Merge pull request #3537 from bonanitech/jquery-borders

Add custom style for jQuery widgets borders
This commit is contained in:
Nick O'Leary
2022-04-20 09:29:52 +01:00
committed by GitHub

View File

@@ -26,6 +26,13 @@
box-shadow: none; box-shadow: none;
} }
.ui-widget.ui-widget-content {
border: 1px solid $tertiary-border-color;
}
.ui-widget-content {
border: 1px solid $secondary-border-color;
}
.ui-widget-header { .ui-widget-header {
color: $header-text-color; color: $header-text-color;
} }