adjust appearance of cell toolbar select

undo some of the bootstrap mixin sizing,
which should help the appearance on Firefox on Linux.
Min RK 11 years ago
parent 4bca402eae
commit f4513bc7ce

@ -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