mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
CSS fixed to comply with editable_wrapContent : '<div>'
This commit is contained in:
parent
d398c91f0f
commit
ba6070ab2c
@ -31,7 +31,7 @@
|
|||||||
.color2 { color: blue; }
|
.color2 { color: blue; }
|
||||||
.color3 { color: green; }
|
.color3 { color: green; }
|
||||||
</style>
|
</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;
|
outline: #08f 1px solid;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user