diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 29298abb85..ce631f2a1e 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -139,11 +139,6 @@ h3.info-box-title, color: #999; } -.form-table tr, -.form-wrap .form-field { - background-color: #f3f3f3; -} - select { background-color: #fff; border-color: #ddd; @@ -240,13 +235,6 @@ ul#widget-list li.widget-list-item h4.widget-title { border-color: #DFDFDF; } -.form-table td, -.form-table th, -#wpbody-content .describe td, -#wpbody-content .describe th { - border-bottom-color: #f9f9f9; -} - .highlight { background-color: #e4f2fd; color: #d54e21; diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 8529e3cfd9..ce889824cc 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1220,10 +1220,8 @@ strong .post-com-count { .form-table td, #wpbody-content .describe td { margin-bottom: 9px; - padding: 4px 10px; + padding: 4px 10px 12px; line-height: 20px; - border-bottom-width: 8px; - border-bottom-style: solid; font-size: 11px; } @@ -1239,8 +1237,6 @@ strong .post-com-count { text-align: left; padding: 10px; width: 200px; - border-bottom-width: 8px; - border-bottom-style: solid; } .form-table th.th-full {