Mercurial > libervia-web
comparison public/libervia.css @ 376:ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Feb 2014 02:13:53 +0100 |
parents | 724a9a03ab02 |
children | 98cd5387d291 |
comparison
equal
deleted
inserted
replaced
375:41a386a27002 | 376:ab923b870fb0 |
---|---|
1514 | 1514 |
1515 [contenteditable="true"] { | 1515 [contenteditable="true"] { |
1516 } | 1516 } |
1517 | 1517 |
1518 /* XMLUI styles */ | 1518 /* XMLUI styles */ |
1519 .AdvancedListSelectableRow { | 1519 |
1520 cursor: pointer; | 1520 .AdvancedListSelectable tr{ |
1521 } | 1521 cursor: pointer; |
1522 .AdvancedListSelectableRow-selected { | 1522 } |
1523 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | 1523 |
1524 color: red; | 1524 .AdvancedListSelectable tr:hover{ |
1525 } | 1525 background: none repeat scroll 0 0 #EE0000; |
1526 } |