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:
parent
5dfd000236
commit
7c08d57982
@ -83,7 +83,7 @@ div.dashboard-widget,
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.widefat {
|
||||
table.widefat {
|
||||
border-color: #d1e5ee;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user