Remove background color fix for quick edit button bar, props Simek, fixes #9648
git-svn-id: http://svn.automattic.com/wordpress/trunk@11417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8815dd60c2
commit
17c11fb0f9
|
@ -1330,10 +1330,6 @@ div.star.select:hover {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row p.submit {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-editor .categories .catshow,
|
.inline-editor .categories .catshow,
|
||||||
.inline-editor .categories .cathide {
|
.inline-editor .categories .cathide {
|
||||||
color: #21759b;
|
color: #21759b;
|
||||||
|
|
|
@ -1325,10 +1325,6 @@ div.star.select:hover {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-row p.submit {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-editor .categories .catshow,
|
.inline-editor .categories .catshow,
|
||||||
.inline-editor .categories .cathide {
|
.inline-editor .categories .cathide {
|
||||||
color: #21759b;
|
color: #21759b;
|
||||||
|
|
Loading…
Reference in New Issue