diff --git a/udapi/block/write/corefhtml.py b/udapi/block/write/corefhtml.py index 6129b335..cb9b5b78 100644 --- a/udapi/block/write/corefhtml.py +++ b/udapi/block/write/corefhtml.py @@ -61,6 +61,7 @@ .active {border: 1px solid red !important;} .selected {background: red !important; text-shadow: 1px 1px 4px white, -1px 1px 4px white, 1px -1px 4px white, -1px -1px 4px white;} .other {background: hsl(0, 0%, 85%);} +.sent_id {display: none; background: #ddd; border-radius: 3px;} ''' SCRIPT_BASE = ''' @@ -133,7 +134,7 @@ add_show_tree_button = function(index, el){ var sent_id = el.id; $(el).prepend( - $("