Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/public/libervia.css Sun Feb 23 15:00:42 2014 +0100 +++ b/public/libervia.css Sun Feb 23 16:20:03 2014 +0100 @@ -1513,3 +1513,12 @@ [contenteditable="true"] { } + +/* XMLUI styles */ +.AdvancedListSelectableRow { + cursor: pointer; +} +.AdvancedListSelectableRow-selected { + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + color: red; +}