- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<style type="text/css">.answer_cell_9 { background-color: #efefef !important; border-left: 2px solid #aaa !important; } </style>
<style type="text/css">#question{QID} td.answer-item:last-child { background-color: #efefef !important; border-left: 2px solid #aaa !important; } </style>
.no-answer-border #question{QID} td.answer-item:last-child { background-color: #efefef !important; border-left: 2px solid #aaa !important; }
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} .noanswer-text, #question{QID} .noanswer-item label').text('My text'); }); </script>