mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Remove some unused dashboard-widget-* CSS classes. Unused since [9103].
props michalzuber. fixes #28930. Built from https://develop.svn.wordpress.org/trunk@29361 git-svn-id: http://core.svn.wordpress.org/trunk@29137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1ad95ec66d
commit
28170e0d82
@ -712,9 +712,6 @@ td.help {
|
||||
.postbox .hndle,
|
||||
.stuffbox .hndle,
|
||||
.control-section .accordion-section-title,
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small,
|
||||
.sidebar-name,
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
|
@ -712,9 +712,6 @@ td.help {
|
||||
.postbox .hndle,
|
||||
.stuffbox .hndle,
|
||||
.control-section .accordion-section-title,
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small,
|
||||
.sidebar-name,
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
|
@ -74,20 +74,6 @@
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a {
|
||||
color: #d7d7d7;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* @todo: this was originally in this section, but likely belongs elsewhere */
|
||||
#the-comment-list td.comment p.comment-author {
|
||||
margin-top: 0;
|
||||
@ -301,15 +287,6 @@ body #dashboard-widgets .postbox form .submit {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @todo: are these actually used anywhere? no non-CSS results in plugin search */
|
||||
div.dashboard-widget-error {
|
||||
background-color: #c43;
|
||||
}
|
||||
|
||||
div.dashboard-widget-notice {
|
||||
background-color: #cfe1ef;
|
||||
}
|
||||
|
||||
.rssSummary {
|
||||
color: #777;
|
||||
margin-top: 4px;
|
||||
|
@ -74,20 +74,6 @@
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a {
|
||||
color: #d7d7d7;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* @todo: this was originally in this section, but likely belongs elsewhere */
|
||||
#the-comment-list td.comment p.comment-author {
|
||||
margin-top: 0;
|
||||
@ -301,15 +287,6 @@ body #dashboard-widgets .postbox form .submit {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @todo: are these actually used anywhere? no non-CSS results in plugin search */
|
||||
div.dashboard-widget-error {
|
||||
background-color: #c43;
|
||||
}
|
||||
|
||||
div.dashboard-widget-notice {
|
||||
background-color: #cfe1ef;
|
||||
}
|
||||
|
||||
.rssSummary {
|
||||
color: #777;
|
||||
margin-top: 4px;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user