mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Customize: Make "Add New Page" buttons less intrusive.
They now better match the existing add functionality from the category metabox and are better separated from the surrounding inputs. All hail `.button-link`. fixes #38164. see #35126. git-svn-id: https://develop.svn.wordpress.org/trunk@39194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -742,6 +742,23 @@ p.customize-section-description {
|
||||
border: 1px solid #f00;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .add-new-toggle {
|
||||
margin-left: 1px;
|
||||
color: #0073aa;
|
||||
font-weight: 600;
|
||||
line-height: 28px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .add-new-toggle:hover,
|
||||
.customize-control-dropdown-pages .add-new-toggle:active {
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .add-new-toggle:focus {
|
||||
color: #124964;
|
||||
}
|
||||
|
||||
#customize-preview iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user