This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+34 -16
View File
@@ -234,7 +234,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;
@@ -595,7 +595,7 @@ body.trashing #publish-settings {
#customize-theme-controls .accordion-section-title:after,
#customize-outer-theme-controls .accordion-section-title:after {
content: "\f341";
content: "\f345" / '';
color: #a7aaad;
pointer-events: none;
}
@@ -851,7 +851,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;
}
}
@@ -932,7 +932,7 @@ h3.customize-section-title {
.customize-controls-close:before {
font: normal 22px/45px dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: -3px;
right: 13px;
@@ -941,7 +941,7 @@ h3.customize-section-title {
.customize-panel-back:before,
.customize-section-back:before {
font: normal 20px/72px dashicons;
content: "\f345";
content: "\f341" / '';
position: relative;
right: 9px;
}
@@ -1027,7 +1027,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-right: 3px;
@@ -1358,9 +1358,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;
@@ -1442,6 +1441,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;
@@ -1868,7 +1882,7 @@ p.customize-section-description {
}
.themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
content: "\f111" / '';
margin: 0 0 0 5px;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
@@ -2006,7 +2020,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;
@@ -2509,7 +2523,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;
right: -2px;
@@ -2588,12 +2602,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,
@@ -2753,7 +2767,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;
@@ -2964,14 +2978,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-left: 6px;
}
.customize-controls-preview-toggle .controls:before {
content: "\f540";
content: "\f540" / '';
}
.preview-only #customize-controls {
@@ -2991,6 +3005,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;
}