Okay
  Public Ticket #3197594
Layout Issue
Closed

Comments

  • Björn Alexander started the conversation

    Hi

    The Color Selector in Backend is a little buggy. See attached Screenshot pls.

  •  902
    Zhivko replied

    I've placed this css in stachethemes_event_calendar/assets/css/admin/style.css 

    .stec-colorpicker input {
        min-height: 0  !important;
        line-height: 1 !important;
        height: auto !important;
        width: 32px;
    }
    .stec-colorpicker .colorpicker_hex input {
        width: 45px;
    }

    it will fix the colorpicker.


    Stachethemes Developer

  • Björn Alexander replied

    Thx :)