X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsidebar%2FsidebarListView.css;fp=LCARStrek%2Fcommunicator%2Fsidebar%2FsidebarListView.css;h=778ce42217a56702d0196341872325f7f2f8e15a;hp=5d8193c42bb6a73dcae20a9eaa47318ab9e1a2a4;hb=0ef1663ccfb66d0ad0e09ce3be71fcb359e9b473;hpb=aa827705b50fa24ecb2be2712c636c3bb972654a diff --git a/LCARStrek/communicator/sidebar/sidebarListView.css b/LCARStrek/communicator/sidebar/sidebarListView.css index 5d8193c4..778ce422 100644 --- a/LCARStrek/communicator/sidebar/sidebarListView.css +++ b/LCARStrek/communicator/sidebar/sidebarListView.css @@ -38,7 +38,17 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -treechildren::-moz-tree-image, -treechildren::-moz-tree-cell-text { - cursor: pointer; -} +treechildren::-moz-tree-image(leaf), +treechildren::-moz-tree-cell(leaf) { + cursor: pointer; +} + +treechildren::-moz-tree-cell-text(leaf, hover) { + cursor: pointer; + color: #000000; + background-color: #FFCF00; +} + +treechildren::-moz-tree-cell(separator) { + cursor: default; +}