[wp-trac] [WordPress Trac] #57931: Add Border Radius to WP Dashboard Post Boxes
WordPress Trac
noreply at wordpress.org
Wed Mar 15 22:55:28 UTC 2023
#57931: Add Border Radius to WP Dashboard Post Boxes
-----------------------------------------------+---------------------------
Reporter: generosus | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-design-feedback 2nd-opinion | Focuses: ui, css
-----------------------------------------------+---------------------------
Comment (by generosus):
Hey @sabernhardt,
I would also like to recommend adding a border radius to the screen-meta
(dropdown) element as follows:
{{{
#screen-meta {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#screen-meta-links .show-settings {
border-bottom-left-radius: 8px;
border-botton-right-radius: 8px;
}
}}}
Result (Collapsed): [https://prnt.sc/yFcepHpB6iaD]
Result (Expanded): [https://prnt.sc/zWC243JTdhMO]
Special Note: In the expanded mode, the "Help" tab will require minor CSS
clean-up.
Details: [https://prnt.sc/t5jbYepOOYab]
Thank you!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57931#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list