- Posts: 106
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Maybe because this color is named "gray"?I had used "grey" to replace 547599 also, and this did not work.
Please Log in to join the conversation.
Please Log in to join the conversation.
<style type="text/css"> ls-heading { background-color:green; } </style>
<style type="text/css"> /* the left empty square */ ls-heading td { background-color:green; } /* the default header */ ls-heading th { background-color:blue; } /* the inserted header */ ls-heading th.inserted-header { background-color:yellow; } </style>
Please Log in to join the conversation.
<style type="text/css"> .ls-heading { background-color:green; } </style>
<style type="text/css"> .ls-heading td { background-color:green; } .ls-heading th { background-color:blue; } .ls-heading th.inserted-header { background-color:yellow; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<style type="text/css"> .ls-heading th, .ls-heading td , .ls-heading th.inserted-header { background-color: xxx; border: yyy !important; </style>
.table-bordered { border-top: yyy !important; }
Please Log in to join the conversation.