esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 237 forks source link

Add color picker to channel settings #371

Closed tvb closed 9 years ago

tvb commented 9 years ago

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;
}
tobyzerner commented 9 years ago

plugin