Skip to content

Commit 7453a4b

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@62031 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 14fbb49 commit 7453a4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-admin/css/dashboard.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
}
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;
576576
padding-bottom: 0;
@@ -582,15 +582,15 @@
582582
color: #2c3338;
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;
596596
}

0 commit comments

Comments
 (0)