Only display the content of a select1 (appearance minimal)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Only display the content of a select1 (appearance minimal)

rfleury
Hi, I'm using a select1 with appearance minimal in a repeat. I have a trigger too which permit me to add or delete the select1. And this work fine. I'm using two stylesheets with my form in order to adapt the content of the form to the screen and the print format. In this way, I would like to hide the select1 when printing. I mean hide the select1, but show the content of the select1. I found the default select1 class that I modified this way: .xforms-select1-appearance-minimal { BORDER-RIGHT: none; BORDER-TOP: none; BORDER-LEFT: none; BORDER-BOTTOM: none; FONT-FAMILY: Arial,Helvetica,Geneva,sans-serif } I don't have border anymore, but I still have the bottom arrow. Is it possible to hide it? Thanks a lot.