esotalk/esoTalk

Add color picker to channel settings

Closed this issue · 1 comments

tvb commented

I think we have discussed this before but it shouldn't be to hard to implement a color picker which generates the following css styling:

.channel.channel-1 {
    border-color: #354059 !important;
    color: #354059 !important;
}
.tabs li a.channel-1:hover {
    border-color: #354059 !important;
    color: #354059 !important;
}

plugin