Fix tags and categories postboxes in PressThis

git-svn-id: https://develop.svn.wordpress.org/trunk@12030 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-10-14 07:30:10 +00:00
parent aaae110d8f
commit 459e0bcfc9
6 changed files with 34 additions and 14 deletions

View File

@@ -562,3 +562,18 @@ ul.categorychecklist li {
border-width: 1px;
border-style: solid;
}
/* tag hints */
.taghint {
color: #aaa;
margin: -17px 6px 0 0;
visibility: hidden;
}
input.newtag ~ div.taghint {
visibility: visible;
}
input.newtag:focus ~ div.taghint {
visibility: hidden;
}