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
+14 -25
View File
@@ -305,7 +305,7 @@ body.js .theme-browser.search-loading {
background: rgba(140, 143, 148, 0.1);
border-radius: 50%;
display: inline-block;
content: "\f132";
content: "\f132" / '';
-webkit-font-smoothing: antialiased;
font: normal 74px/115px dashicons;
width: 100px;
@@ -409,7 +409,7 @@ body.js .theme-browser.search-loading {
font: normal 22px/50px dashicons !important;
color: #787c82;
display: inline-block;
content: "\f335";
content: "\f335" / '';
font-weight: 300;
}
@@ -468,11 +468,11 @@ body.js .theme-browser.search-loading {
}
.theme-overlay .theme-header .left:before {
content: "\f345";
content: "\f341" / '';
}
.theme-overlay .theme-header .right:before {
content: "\f341";
content: "\f345" / '';
}
.theme-overlay .theme-wrap {
@@ -962,12 +962,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.themes-php .wp-filter-search {
float: none;
clear: both;
right: 0;
left: 0;
width: 100%;
max-width: 280px;
}
.theme-install-php .wp-filter p.search-box {
@@ -1028,7 +1023,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme .notice-success p:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
display: inline-block;
font: normal 20px/1 'dashicons';
-webkit-font-smoothing: antialiased;
@@ -1523,7 +1518,7 @@ body.full-overlay-active {
.theme-install-overlay .close-full-overlay:before {
font: normal 22px/1 dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: 7px;
right: 13px;
@@ -1531,7 +1526,7 @@ body.full-overlay-active {
.theme-install-overlay .previous-theme:before {
font: normal 20px/1 dashicons;
content: "\f345";
content: "\f341" / '';
position: relative;
top: 6px;
right: 14px;
@@ -1539,7 +1534,7 @@ body.full-overlay-active {
.theme-install-overlay .next-theme:before {
font: normal 20px/1 dashicons;
content: "\f341";
content: "\f345" / '';
position: relative;
top: 6px;
right: 13px;
@@ -1625,10 +1620,9 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-arrow:before {
display: block;
content: "\f148";
content: "\f148" / '';
background: #f0f0f1;
font: normal 20px/1 dashicons;
speak: never;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -1747,15 +1741,15 @@ body.full-overlay-active {
}
.wp-full-overlay-footer .devices .preview-desktop:before {
content: "\f472";
content: "\f472" / '';
}
.wp-full-overlay-footer .devices .preview-tablet:before {
content: "\f471";
content: "\f471" / '';
}
.wp-full-overlay-footer .devices .preview-mobile:before {
content: "\f470";
content: "\f470" / '';
}
@media screen and (max-width: 1024px) {
@@ -2014,13 +2008,8 @@ body.full-overlay-active {
.upload-plugin .wp-upload-form {
display: block;
}
}
@media aural {
.theme .notice:before,
.theme-info .updating-message:before,
.theme-info .updated-message:before,
.theme-install.updating-message:before {
speak: never;
:is(.upload-theme, .upload-plugin) .wp-upload-form input[type="submit"] {
margin-top: 10px;
}
}