Edit link on hover for dash. Props mdawaffe. see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@9121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
.edit-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h3:hover .edit-box {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
form .input-text-wrap {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user