wip
This commit is contained in:
@@ -339,7 +339,6 @@
|
||||
#dashboard_right_now .search-engines-info:before {
|
||||
color: #646970;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 10px;
|
||||
position: relative;
|
||||
@@ -354,55 +353,55 @@
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-write-blog:before,
|
||||
.welcome-panel .welcome-edit-page:before {
|
||||
content: "\f119";
|
||||
content: "\f119" / '';
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-add-page:before {
|
||||
content: "\f132";
|
||||
content: "\f132" / '';
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-setup-home:before {
|
||||
content: "\f102";
|
||||
content: "\f102" / '';
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-view-site:before {
|
||||
content: "\f115";
|
||||
content: "\f115" / '';
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-widgets-menus:before {
|
||||
content: "\f116";
|
||||
content: "\f116" / '';
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-widgets:before {
|
||||
content: "\f538";
|
||||
content: "\f538" / '';
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-menus:before {
|
||||
content: "\f163";
|
||||
content: "\f163" / '';
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-comments:before {
|
||||
content: "\f117";
|
||||
content: "\f117" / '';
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
|
||||
.welcome-panel .welcome-learn-more:before {
|
||||
content: "\f118";
|
||||
content: "\f118" / '';
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
@@ -411,38 +410,39 @@
|
||||
#dashboard_right_now .search-engines-info:before,
|
||||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */
|
||||
content: "\f159"; /* generic icon for items added by CPTs ? */
|
||||
content: "\f159" / ''; /* generic icon for items added by CPTs ? */
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
#dashboard_right_now .page-count a:before,
|
||||
#dashboard_right_now .page-count span:before {
|
||||
content: "\f105";
|
||||
content: "\f105" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .post-count a:before,
|
||||
#dashboard_right_now .post-count span:before {
|
||||
content: "\f109";
|
||||
content: "\f109" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .comment-count a:before {
|
||||
content: "\f101";
|
||||
content: "\f101" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .comment-mod-count a:before {
|
||||
content: "\f125";
|
||||
content: "\f125" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .storage-count a:before {
|
||||
content: "\f104";
|
||||
content: "\f104" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .storage-count.warning a:before {
|
||||
content: "\f153";
|
||||
content: "\f153" / '';
|
||||
}
|
||||
|
||||
#dashboard_right_now .search-engines-info:before {
|
||||
content: "\f348";
|
||||
content: "\f348" / '';
|
||||
color: #d63638;
|
||||
}
|
||||
|
||||
/* Dashboard WordPress events */
|
||||
@@ -560,7 +560,7 @@
|
||||
}
|
||||
|
||||
.community-events .ce-separator::before {
|
||||
content: "\2022";
|
||||
content: "\2022" / '';
|
||||
}
|
||||
|
||||
.event-icon {
|
||||
@@ -575,10 +575,10 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
.event-meetup .event-icon:before {
|
||||
content: "\f484";
|
||||
content: "\f484" / '';
|
||||
}
|
||||
.event-wordcamp .event-icon:before {
|
||||
content: "\f486";
|
||||
content: "\f486" / '';
|
||||
}
|
||||
|
||||
.community-events .event-title {
|
||||
@@ -860,7 +860,7 @@ body #dashboard-widgets .postbox form .submit {
|
||||
/* Dashboard activity widget */
|
||||
|
||||
#dashboard_activity .comment-meta span.approve:before {
|
||||
content: "\f227";
|
||||
content: "\f227" / '';
|
||||
font: 20px/.5 dashicons;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
@@ -1134,7 +1134,7 @@ a.rsswidget {
|
||||
}
|
||||
|
||||
.rss-widget cite:before {
|
||||
content: "\2014";
|
||||
content: "\2014" / '';
|
||||
}
|
||||
|
||||
.dashboard-comment-wrap {
|
||||
|
||||
Reference in New Issue
Block a user