Menu

#78 Listbox zebra color problem.

open
5
2009-11-13
2009-04-14
kkurt
No

When defined listbox style with designer (Content->Background->Zebra color style-> background color), odd lines does not hovered on mouse move.
Here is the style created designer:

<style>
div.z-listbox.akListboxZebra div.z-list-header-cnt{
font-family : arial;
font-size : 12px;
}
.akListboxZebra.z-listbox div.z-listbox-header tr.z-list-head, .akListboxZebra.z-listbox div.z-listbox-header tr.z-auxhead{
background-color : #D8D8D8;
background-image : none;
}

div.z-listbox.akListboxZebra tr.z-listbox-odd{
background-color : #EEEEEE;
}

div.z-listbox.akListboxZebra .z-list-item div.z-list-cell-cnt{
font-family : arial;
}

div.z-listbox.akListboxZebra div.z-listbox-pgi-t .z-paging{
background-color : #B2B2B2;
background-image : none;
}

.akListboxZebra td.z-list-group-inner div.z-list-cell-cnt{
color : #000000;
}

</style>

Discussion

  • Dennis Chen

    Dennis Chen - 2009-04-17
    • assigned_to: nobody --> whkuoattaiwan
     
  • Peter Kuo

    Peter Kuo - 2009-11-13
    • status: open --> closed
     
  • Peter Kuo

    Peter Kuo - 2009-11-13

    I tried again. Zebra color does work. You should first reduce your style to most simple condition, then post bug.

     
  • Peter Kuo

    Peter Kuo - 2009-11-13
    • status: closed --> open
     
  • Peter Kuo

    Peter Kuo - 2009-11-13

    My fault, it doesn't change color while hover.

     

Log in to post a comment.