editor.js/plugins/header/header.css

24 lines
494 B
CSS
Raw Normal View History

/**
* Plugin styles
*/
/** H e a d e r - settings */
.ce_plugin_header--settings{
white-space: nowrap;
/*padding-right: 10px; */
}
.ce_plugin_header--caption{
color: #b9c2c2;
}
.ce_plugin_header--select_button{
display: inline-block;
margin-left: 40px;
border-bottom: 1px solid #c3d5ed;
padding-bottom: 2px;
color: #5399d4;
cursor: pointer;
}
.ce_plugin_header--select_button:hover{
border-bottom-color: #f6d8da;
color: #cc7d74;
}