Making WordPress.org

Changeset 13537


Ignore:
Timestamp:
04/16/2024 04:18:41 AM (10 months ago)
Author:
adamwood
Message:

Support Forums plugin: Update reported topic styles

Update styles for replies on reported topics.

See https://meta.trac.wordpress.org/ticket/7580

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/css/styles-participants.css

    r12899 r13537  
    1010
    1111#bbpress-forums .type-reported_topics .topic-report-reply {
    12     border: 2px solid #33b4ce;
    13     padding: 8px;
     12    border: 1px solid var(--wp--preset--color--light-grey-1, #d9d9d9);
     13    background-color: var(--wp--preset--color--white, #ffffff);
     14    border-radius: 2px;
     15    padding: var(--wp--preset--spacing--20, 20px);
    1416}
     17
    1518#bbpress-forums .type-reported_topics .topic-report-reply .topic-report-reply-meta {
    16     color: #747474;
    17     font-size: 0.7rem;
     19    color: var(--wp--preset--color--charcoal-4, #656a71);
     20    font-size: var(--wp--preset--font-size--extra-small, 12px);
    1821    text-align: right;
    1922}
     
    2326    width: 100%;
    2427}
     28
    2529#bbpress-forums .type-reported_topics .topic-report-reply-form .topic-report-reply-form-actions {
    2630    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.