wip
This commit is contained in:
+29
-37
@@ -560,7 +560,7 @@ code {
|
||||
}
|
||||
|
||||
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
.no-js .widefat thead .check-column input,
|
||||
@@ -806,10 +806,9 @@ img.emoji {
|
||||
.notice-dismiss:before {
|
||||
background: none;
|
||||
color: #787c82;
|
||||
content: "\f153";
|
||||
content: "\f153" / '';
|
||||
display: block;
|
||||
font: normal 16px/20px dashicons;
|
||||
speak: never;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
@@ -1134,7 +1133,7 @@ th.action-links {
|
||||
}
|
||||
|
||||
.wp-filter .drawer-toggle:before {
|
||||
content: "\f111";
|
||||
content: "\f111" / '';
|
||||
margin: 0 0 0 5px;
|
||||
color: #646970;
|
||||
font: normal 16px/1 dashicons;
|
||||
@@ -1526,11 +1525,10 @@ div.error {
|
||||
|
||||
#plugin-information-footer .update-now:not(.button-disabled):before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
content: "\f463" / '';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: -3px -2px 0 5px;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
vertical-align: middle;
|
||||
@@ -1589,7 +1587,7 @@ div.error {
|
||||
.button.installing:before,
|
||||
.button.activating-message:before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
content: "\f463" / '';
|
||||
}
|
||||
|
||||
/* Spins the update icon. */
|
||||
@@ -1625,13 +1623,13 @@ div.error {
|
||||
.button.updated-message:before,
|
||||
.button.activated-message:before {
|
||||
color: #68de7c;
|
||||
content: "\f147";
|
||||
content: "\f147" / '';
|
||||
}
|
||||
|
||||
/* Error icon. */
|
||||
.update-message.notice-error p:before {
|
||||
color: #d63638;
|
||||
content: "\f534";
|
||||
content: "\f534" / '';
|
||||
}
|
||||
|
||||
.wrap .notice p:before,
|
||||
@@ -1753,15 +1751,6 @@ p.auto-update-status {
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
@media aural {
|
||||
.wrap .notice p:before,
|
||||
.button.installing:before,
|
||||
.button.installed:before,
|
||||
.update-message p:before {
|
||||
speak: never;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* @todo: this does not need its own section anymore */
|
||||
/*------------------------------------------------------------------------------
|
||||
@@ -1849,9 +1838,8 @@ p.auto-update-status {
|
||||
|
||||
#screen-meta-links .show-settings:after {
|
||||
left: 0;
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 5px;
|
||||
bottom: 2px;
|
||||
@@ -1863,7 +1851,7 @@ p.auto-update-status {
|
||||
}
|
||||
|
||||
#screen-meta-links .screen-meta-active:after {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
/* end screen options and help tabs */
|
||||
@@ -2684,11 +2672,11 @@ div.star-holder .star-rating {
|
||||
}
|
||||
|
||||
.star-rating .star-full:before {
|
||||
content: "\f155";
|
||||
content: "\f155" / '';
|
||||
}
|
||||
|
||||
.star-rating .star-half:before {
|
||||
content: "\f459";
|
||||
content: "\f459" / '';
|
||||
}
|
||||
|
||||
.rtl .star-rating .star-half {
|
||||
@@ -2696,7 +2684,7 @@ div.star-holder .star-rating {
|
||||
}
|
||||
|
||||
.star-rating .star-empty:before {
|
||||
content: "\f154";
|
||||
content: "\f154" / '';
|
||||
}
|
||||
|
||||
div.action-links {
|
||||
@@ -3187,9 +3175,8 @@ div.action-links {
|
||||
}
|
||||
|
||||
.plugin-details-modal #TB_closeWindowButton:after {
|
||||
content: "\f335";
|
||||
content: "\f335" / '';
|
||||
font: normal 32px/29px 'dashicons';
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@@ -3214,10 +3201,9 @@ img {
|
||||
.meta-box-sortables .postbox .order-lower-indicator::before,
|
||||
.bulk-action-notice .toggle-indicator::before,
|
||||
.privacy-text-box .toggle-indicator::before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-decoration: none;
|
||||
@@ -3227,16 +3213,16 @@ img {
|
||||
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
|
||||
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
|
||||
.privacy-text-box.closed .toggle-indicator::before {
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
}
|
||||
|
||||
.postbox .handle-order-higher .order-higher-indicator::before {
|
||||
content: "\f343";
|
||||
content: "\f343" / '';
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.postbox .handle-order-lower .order-lower-indicator::before {
|
||||
content: "\f347";
|
||||
content: "\f347" / '';
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@@ -3359,10 +3345,10 @@ img {
|
||||
pointer-events: none;
|
||||
}
|
||||
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
|
||||
content: "\f141";
|
||||
content: "\f139" / '';
|
||||
}
|
||||
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
}
|
||||
[role="treeitem"] .folder-label {
|
||||
display: block;
|
||||
@@ -3577,9 +3563,8 @@ img {
|
||||
.wp-customizer .control-section .accordion-section-title:after,
|
||||
.wp-customizer .accordion-section-title:after,
|
||||
.widget-top .widget-action .toggle-indicator:before {
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -3626,7 +3611,7 @@ img {
|
||||
.nav-menus-php .menu-item-edit-active .item-edit:before,
|
||||
.widget.open .widget-top .widget-action .toggle-indicator:before,
|
||||
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -3913,6 +3898,10 @@ img {
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.screen-reader-shortcut[href="#wp-toolbar"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 240px;
|
||||
overflow-x: hidden;
|
||||
@@ -3964,9 +3953,12 @@ img {
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
.wrap .page-title-action:active {
|
||||
padding: 10px 15px;
|
||||
padding: 0 14px;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
min-height: 40px;
|
||||
line-height: 2.71428571;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Feedback Messages */
|
||||
|
||||
Reference in New Issue
Block a user