wip
This commit is contained in:
+14
-25
@@ -304,7 +304,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;
|
||||
@@ -408,7 +408,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;
|
||||
}
|
||||
|
||||
@@ -467,11 +467,11 @@ body.js .theme-browser.search-loading {
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .left:before {
|
||||
content: "\f341";
|
||||
content: "\f341" / '';
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .right:before {
|
||||
content: "\f345";
|
||||
content: "\f345" / '';
|
||||
}
|
||||
|
||||
.theme-overlay .theme-wrap {
|
||||
@@ -961,12 +961,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
}
|
||||
|
||||
.themes-php .wp-filter-search {
|
||||
float: none;
|
||||
clear: both;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter p.search-box {
|
||||
@@ -1027,7 +1022,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;
|
||||
@@ -1522,7 +1517,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;
|
||||
left: 13px;
|
||||
@@ -1530,7 +1525,7 @@ body.full-overlay-active {
|
||||
|
||||
.theme-install-overlay .previous-theme:before {
|
||||
font: normal 20px/1 dashicons;
|
||||
content: "\f341";
|
||||
content: "\f341" / '';
|
||||
position: relative;
|
||||
top: 6px;
|
||||
left: 14px;
|
||||
@@ -1538,7 +1533,7 @@ body.full-overlay-active {
|
||||
|
||||
.theme-install-overlay .next-theme:before {
|
||||
font: normal 20px/1 dashicons;
|
||||
content: "\f345";
|
||||
content: "\f345" / '';
|
||||
position: relative;
|
||||
top: 6px;
|
||||
left: 13px;
|
||||
@@ -1624,10 +1619,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;
|
||||
@@ -1746,15 +1740,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) {
|
||||
@@ -2013,13 +2007,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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user