kedao
Version:
Rich Text Editor Based On Draft.js
31 lines • 844 B
CSS
.text-color-dropdown.light-theme .kedao-color-switch-buttons button {
border-bottom: 1px solid #ccc;
color: #616569;
}
.text-color-dropdown.light-theme .kedao-color-switch-buttons button.active {
border-bottom-color: #3498db;
color: #3498db;
}
.text-color-dropdown .kedao-text-color-picker-wrap {
overflow: hidden;
}
.text-color-dropdown .kedao-color-switch-buttons {
height: 36px;
}
.text-color-dropdown .kedao-color-switch-buttons button {
float: left;
width: 50%;
height: 36px;
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
cursor: pointer;
}
.text-color-dropdown .kedao-color-switch-buttons button.active {
border-bottom-color: #3498db;
color: #3498db;
}