comparison public/libervia.css @ 369:678d1739bbf2

browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
author souliane <souliane@mailoo.org>
date Sun, 23 Feb 2014 16:20:03 +0100
parents 4cf735b40304
children 724a9a03ab02
comparison
equal deleted inserted replaced
368:97c5a9092bee 369:678d1739bbf2
1511 white-space: nowrap; 1511 white-space: nowrap;
1512 } 1512 }
1513 1513
1514 [contenteditable="true"] { 1514 [contenteditable="true"] {
1515 } 1515 }
1516
1517 /* XMLUI styles */
1518 .AdvancedListSelectableRow {
1519 cursor: pointer;
1520 }
1521 .AdvancedListSelectableRow-selected {
1522 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1523 color: red;
1524 }