Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1536

Customize Css Item Over Combobox

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Normal Normal
    • None
    • 6.5.1
    • CSS

      I want change css default:
      .z-combobox-rounded-pp .z-comboitem-over,
      .z-combobox-pp .z-comboitem-over {
      background: #363636;
      }

      .z-combobox-rounded-pp .z-comboitem-over-seld,
      .z-combobox-pp .z-comboitem-over-seld {
      background: #363636;
      }

      to

      .myStyle.z-combobox-rounded-pp .z-comboitem-over,
      .myStyle.z-combobox-pp .z-comboitem-over {
      background: #363636;
      }

      .myStyle.z-combobox-rounded-pp .z-comboitem-over-seld,
      .myStyle.z-combobox-pp .z-comboitem-over-seld {
      background: #363636;
      }

      not works ?

            Unassigned Unassigned
            tuanlv87 tuanlv87
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: