Correct text widget background color. It was really messing with our feng shui.

git-svn-id: https://develop.svn.wordpress.org/trunk@18760 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-09-23 20:05:13 +00:00
parent d76e4bea9e
commit 1ad904fb1a
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -119,6 +119,9 @@ div.dashboard-widget,
border-color: #dfdfdf;
background-color: #f9f9f9;
}
textarea.widefat {
background-color: #fff;
}
div.dashboard-widget-error {
background-color: #c43;