Customize Css Item Over Combobox

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Normal
    • None
    • Affects Version/s: 6.5.1
    • Component/s: CSS
    • None

      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 ?

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

              Created:
              Updated:
              Resolved: