Hi all,
I need to know if there is some way in which the color of the border of the multi-select value prompt can be changed somehow?
Thanks in anticipation of a quick reposonse.
Hi Bhambry,
To change the border color of Multi-Select prompt, place a HTML Item next to the prompt and add the following code in it.
<style type='text/css'>
div.clsDisplayInline {border-style:solid; border-color:'color';}
</style>
I tried the suggested solution above and it did not work on cognos 8.3
<style type='text/css'>
div.clsDisplayInline {border-style:solid; border-color:'white';}
</style>
did I missed something?
Thanks!