CSS fixed to comply with editable_wrapContent : '<div>'

This commit is contained in:
LaurentBarbareau 2017-06-21 15:04:30 +02:00 committed by Rob Garrison
parent d398c91f0f
commit ba6070ab2c

View File

@ -31,7 +31,7 @@
.color2 { color: blue; }
.color3 { color: green; }
</style>
<style id="css">.tablesorter tbody > tr > td[contenteditable=true]:focus {
<style id="css">.tablesorter tbody > tr > td > div[contenteditable=true]:focus {
outline: #08f 1px solid;
background: #eee;
resize: none;