You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkeyking/notebook/static/notebook/less/commandpalette.less

47 lines
666 B

ul.typeahead-list i{
margin-left: -10px;
width: 18px;
}
ul.typeahead-list {
max-height: 80vh;
overflow:auto;
& > li > a {
/** Firefox bug **/
/* see https://github.com/jupyter/notebook/issues/559 */
white-space: normal;
}
}
.cmd-palette {
& .modal-body{
padding: 7px;
}
& form {
background: white;
}
& input {
outline:none;
}
}
.no-shortcut{
min-width: 20px;
color: transparent;
}
.command-shortcut:before{
content:"(command mode)";
padding-right:3px;
color:@gray-light;
}
.edit-shortcut:before{
content:"(edit)";
padding-right:3px;
color:@gray-light;
}