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
commit ea0abb70a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@
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 {
color: $header-text-color;
}