Making WordPress.org

Changeset 13734


Ignore:
Timestamp:
05/20/2024 01:55:18 AM (12 months ago)
Author:
dufresnesteven
Message:

support-forums: Update spam colored rows to be distinct.

See: #7615
Props: sterndata

File:
1 edited

Legend:

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

    r13555 r13734  
    11#bbpress-forums .bbp-topics:not(.full-posts) .status-archived.even,
    2 #bbpress-forums .bbp-topics:not(.full-posts) .status-archived.odd,
     2#bbpress-forums .bbp-topics:not(.full-posts) .status-archived.odd {
     3    background-color: var(--wp--preset--color--pomegrade-3, #ffe9de);
     4}
     5
    36#bbpress-forums .bbp-topics:not(.full-posts) .status-spam.even,
    47#bbpress-forums .bbp-topics:not(.full-posts) .status-spam.odd {
    5     background-color: var(--wp--preset--color--pomegrade-3, #ffe9de);
     8    background-color: var(--wp--preset--color--pomegrade-2, ##ffb7a7);
    69}
    710
Note: See TracChangeset for help on using the changeset viewer.