Highlight the entire row of selected items with a slightly darker background
| | |
| | | |
| | | #directorylist li a, |
| | | #contacts-table .contact td.name { |
| | | background: url(images/listicons.png) -100px 0 no-repeat; |
| | | background-image: url(images/listicons.png); |
| | | background-position: -100px 0; |
| | | background-repeat: no-repeat; |
| | | overflow: hidden; |
| | | padding-left: 36px; |
| | | text-overflow: ellipsis; |
| | |
| | | #settings-sections span.listitem a, |
| | | #settings-sections span.tablink a { |
| | | padding-left: 36px; |
| | | background: url(images/listicons.png) -100px 0 no-repeat; |
| | | background-image: url(images/listicons.png); |
| | | background-position: -100px 0; |
| | | background-repeat: no-repeat; |
| | | } |
| | | |
| | | /* note: support span.tablink because this is used by plugins */ |
| | |
| | | .listing li.selected > a { |
| | | color: #004458; |
| | | font-weight: bold; |
| | | background-color: #c7e3ef; |
| | | } |
| | | |
| | | ul.listing { |
| | |
| | | |
| | | ul.listing li.droptarget, |
| | | table.listing tr.droptarget td { |
| | | background-color: #c7e3ef; |
| | | background-color: #e8e798; |
| | | } |
| | | |
| | | table.listing, |