Make sure .widefat border and background coloring only applies to tables. props MikeHansenMe. fixes #21936.

git-svn-id: https://develop.svn.wordpress.org/trunk@23315 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-01-22 14:44:04 +00:00
parent 5dfd000236
commit 7c08d57982
2 changed files with 2 additions and 5 deletions

View File

@ -83,7 +83,7 @@ div.dashboard-widget,
background-color: #f1f1f1;
}
.widefat {
table.widefat {
border-color: #d1e5ee;
background-color: #fff;
}

View File

@ -83,13 +83,10 @@ div.dashboard-widget,
background-color: #f1f1f1;
}
.widefat {
table.widefat {
border-color: #dfdfdf;
background-color: #f9f9f9;
}
textarea.widefat {
background-color: #fff;
}
div.dashboard-widget-error {
background-color: #c43;