editor.js/plugins/list/list.css
khaydarov bc8fb1aed9 cover restoring and fetch function fixed (#101)
* cover restoring fixed

* upd

* fetch fixed in safari

* updated

* plugins

* plugins ready

* code improved

* fixed bug with backspace

* improved architecture
2016-12-25 17:41:57 +03:00

37 lines
670 B
CSS

.ce-list {
margin: 0;
padding: .5em 0;
}
.ce_plugin_list--settings{
white-space: nowrap;
}
.ce_plugin_list--select_button{
display: block;
color: #306ac7;
cursor: pointer;
line-height: 1.3em;
}
.ce_plugin_list--select_button:not(:last-of-type){
margin-bottom: 0.9em;
}
.ce_plugin_list--select_button:hover{
color: #a1b4ec;
}
/**
* List style settigns icons
*/
.ce_plugin_list--select_button i{
margin-right: 1.3em;
}
.ce-list li{
background: #fff;
border: 1px solid #ebeef3;
border-radius: 3px;
margin: .5em;
padding: .5em;
list-style-position: outside;
margin-left: 1.1em;
}