empty css fix

This commit is contained in:
vitalets 2013-04-14 22:15:05 +04:00
parent 09aab3cfdd
commit 77def74313

@ -13,10 +13,10 @@ a.editable-click.editable-disabled:hover {
border-bottom: none;
}
.editable-empty, .editable-empty:hover{
.editable-empty, .editable-empty:hover, .editable-empty:focus{
font-style: italic;
color: #DD1144;
border-bottom: none;
/* border-bottom: none; */
text-decoration: none;
}