SmartIT_Extensions/BMC/smart-it-full-helix/scripts/ckeditor/drop-down-override.css

20 lines
386 B
CSS

body {
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
}
.cke_panel_list {
margin: 0 !important;
}
.cke_panel_listItem > a {
line-height: normal;
box-shadow: none !important;
border-radius: 0 !important;
border: none !important;
outline: none !important;
padding: 4px 12px !important;
}
.cke_panel_listItem.cke_selected > a {
background-color: #e5f6f5 !important;
}