Merge pull request #7766 from minrk/select-pad

adjust appearance of cell toolbar select
Thomas Kluyver 11 years ago
commit c5bed40d72

@ -50,9 +50,12 @@
.celltoolbar select {
.form-control();
.input-sm();
// undo some of the sizing caused by the above mixins
width: inherit;
font-size: 87%;
font-size: inherit;
height: 22px;
padding: 0px;
display: inline-block;
}

@ -10525,8 +10525,9 @@ p {
line-height: 1.5;
border-radius: 1px;
width: inherit;
font-size: 87%;
font-size: inherit;
height: 22px;
padding: 0px;
display: inline-block;
}
.celltoolbar select:focus {

Loading…
Cancel
Save