wip
This commit is contained in:
@@ -233,7 +233,7 @@ body.trashing #publish-settings {
|
||||
display: inline-block;
|
||||
}
|
||||
#customize-control-trash_changeset .button-link:before {
|
||||
content: "\f182";
|
||||
content: "\f182" / '';
|
||||
font: normal 22px dashicons;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
@@ -594,7 +594,7 @@ body.trashing #publish-settings {
|
||||
|
||||
#customize-theme-controls .accordion-section-title:after,
|
||||
#customize-outer-theme-controls .accordion-section-title:after {
|
||||
content: "\f345";
|
||||
content: "\f345" / '';
|
||||
color: #a7aaad;
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -850,7 +850,7 @@ h3.customize-section-title {
|
||||
transition:
|
||||
color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
background .15s ease-in-out;
|
||||
background .15s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -931,7 +931,7 @@ h3.customize-section-title {
|
||||
|
||||
.customize-controls-close:before {
|
||||
font: normal 22px/45px dashicons;
|
||||
content: "\f335";
|
||||
content: "\f335" / '';
|
||||
position: relative;
|
||||
top: -3px;
|
||||
left: 13px;
|
||||
@@ -940,7 +940,7 @@ h3.customize-section-title {
|
||||
.customize-panel-back:before,
|
||||
.customize-section-back:before {
|
||||
font: normal 20px/72px dashicons;
|
||||
content: "\f341";
|
||||
content: "\f341" / '';
|
||||
position: relative;
|
||||
left: 9px;
|
||||
}
|
||||
@@ -1026,7 +1026,7 @@ p.customize-section-description {
|
||||
|
||||
.customize-section-description a.external-link:after {
|
||||
font: 16px/11px dashicons;
|
||||
content: "\f504";
|
||||
content: "\f504" / '';
|
||||
top: 3px;
|
||||
position: relative;
|
||||
padding-left: 3px;
|
||||
@@ -1357,9 +1357,8 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.customize-control .dropdown-arrow:after {
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: block;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
@@ -1441,6 +1440,21 @@ p.customize-section-description {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .upload-button {
|
||||
width: 100%;
|
||||
padding: 9px 0;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .upload-button.control-focus {
|
||||
width: auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.customize-control.customize-control-header .actions .upload-button.button.new {
|
||||
width: 100%;
|
||||
padding: 9px 0;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .thumbnail,
|
||||
.customize-control-header .current .container {
|
||||
overflow: hidden;
|
||||
@@ -1867,7 +1881,7 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle:before {
|
||||
content: "\f111";
|
||||
content: "\f111" / '';
|
||||
margin: 0 5px 0 0;
|
||||
font: normal 16px/1 dashicons;
|
||||
vertical-align: text-bottom;
|
||||
@@ -2005,7 +2019,7 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
||||
content: "\f147";
|
||||
content: "\f147" / '';
|
||||
font: 16px/1 dashicons;
|
||||
box-sizing: border-box;
|
||||
width: 20px;
|
||||
@@ -2508,7 +2522,7 @@ body.cheatin p {
|
||||
.add-new-widget:before,
|
||||
.add-new-menu-item:before,
|
||||
#available-menu-items .new-content-item .add-content:before {
|
||||
content: "\f132";
|
||||
content: "\f132" / '';
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: -2px;
|
||||
@@ -2587,12 +2601,12 @@ body.cheatin p {
|
||||
|
||||
.move-widget-down:before,
|
||||
.menus-move-down:before {
|
||||
content: "\f347";
|
||||
content: "\f347" / '';
|
||||
}
|
||||
|
||||
.move-widget-up:before,
|
||||
.menus-move-up:before {
|
||||
content: "\f343";
|
||||
content: "\f343" / '';
|
||||
}
|
||||
|
||||
#customize-theme-controls .first-widget .move-widget-up,
|
||||
@@ -2752,7 +2766,7 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
#available-widgets-filter .clear-results:before,
|
||||
#available-menu-items-search .clear-results:before {
|
||||
content: "\f335";
|
||||
content: "\f335" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -2963,14 +2977,14 @@ body.adding-widget .add-new-widget:before,
|
||||
.customize-controls-preview-toggle .preview:before,
|
||||
.customize-controls-preview-toggle .controls:before {
|
||||
font: normal 20px/1 dashicons;
|
||||
content: "\f177";
|
||||
content: "\f177" / '';
|
||||
position: relative;
|
||||
top: 4px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.customize-controls-preview-toggle .controls:before {
|
||||
content: "\f540";
|
||||
content: "\f540" / '';
|
||||
}
|
||||
|
||||
.preview-only #customize-controls {
|
||||
@@ -2990,6 +3004,10 @@ body.adding-widget .add-new-widget:before,
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .upload-button {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#customize-control-changeset_status .customize-inside-control-row {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user