diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
index 2e9e179eb..057ced848 100644
|
|
div.bbp-template-notice.updated { |
593 | 593 | outline: 0; |
594 | 594 | } |
595 | 595 | |
| 596 | #bbpress-forums fieldset.bbp-form { |
| 597 | label { |
| 598 | margin-bottom: 0.3rem; |
| 599 | font-weight: bold; |
| 600 | } |
| 601 | |
| 602 | textarea, |
| 603 | textarea.bbp-the-content, |
| 604 | select, |
| 605 | input[type="text"] { |
| 606 | width: 100%; |
| 607 | border: 1px solid #ddd; |
| 608 | padding: 1rem 0.5rem; |
| 609 | border-radius: 3px; |
| 610 | font-size: 16px; |
| 611 | } |
| 612 | |
| 613 | p > em { |
| 614 | color: #586069; |
| 615 | font-size: 0.6rem; |
| 616 | } |
| 617 | } |
| 618 | |
596 | 619 | #bbpress-forums fieldset.bbp-form textarea:focus, |
597 | 620 | #bbpress-forums fieldset.bbp-form select:focus, |
598 | 621 | #bbpress-forums fieldset.bbp-form input:focus { |