Remove table striping
git-svn-id: http://svn.automattic.com/wordpress/trunk@9627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ef6f5c31d7
commit
474e602f4f
|
@ -126,7 +126,7 @@ h3.info-box-title,
|
|||
|
||||
.form-table tr,
|
||||
.form-wrap .form-field {
|
||||
background-color: #f1f1f1;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
select {
|
||||
|
@ -223,7 +223,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
|||
.form-table th,
|
||||
#wpbody-content .describe td,
|
||||
#wpbody-content .describe th {
|
||||
border-bottom-color: #fff;
|
||||
border-bottom-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
|
|
Loading…
Reference in New Issue