- Posts: 115
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
table.question tr.array1:hover,table.question tr.array2:hover { background-color: #fafafa; border: 1px solid #b81b1e; color: #b81b1e; } table.question tr.array1 td:hover ,table.question tr.array2 td:hover { cursor:pointer; }
border: 1px solid #b81b1e !important; color: #b81b1e !important;
There still may be rules with more specific selectors overriding these or perhaps table-cell styles are interfering. Can you activate a test survey?I've placed the style at the bottom of the css file to ensure that other styles aren't affecting it.
table.question tr.array1:hover, table.question tr.array2:hover { border-color: #B81B1E; } table.question tr.array1:hover td, table.question tr.array2:hover td, table.question tr.array1:hover th, table.question tr.array2:hover th { border-top: 1px solid #B81B1E; } table.question tr.array1:hover .answertext, table.question tr.array2:hover .answertext { color: #B81B1E; }