Make WordPress Core

Changeset 62031


Ignore:
Timestamp:
03/16/2026 08:05:20 AM (12 days ago)
Author:
audrasjb
Message:

Administration: Update Events widget background and border colors.

This changeset ensures the Events dashboard widget uses the new default admin colors.

Props r1k0, huzaifaalmesbah, mukesh27, audrasjb, amin7, shailu25, rishavdutta.
Fixes #64780.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r61877 r62031  
    571571
    572572.community-events ul {
    573     background-color: #f6f7f7;
     573    background-color: rgba(var(--wp-admin-theme-color--rgb),.08);
    574574    padding-left: 0;
    575575    padding-right: 0;
     
    583583}
    584584.community-events li:first-child {
    585     border-top: 1px solid #f0f0f1;
     585    border-top: 1px solid #e9e9ed;
    586586}
    587587
    588588.community-events li ~ li {
    589     border-top: 1px solid #f0f0f1;
     589    border-top: 1px solid #e9e9ed;
    590590}
    591591
    592592.community-events .activity-block.last {
    593     border-bottom: 1px solid #f0f0f1;
     593    border-bottom: 1px solid #e9e9ed;
    594594    padding-top: 0;
    595595    margin-top: -1px;
Note: See TracChangeset for help on using the changeset viewer.