Allow Bootstrap to determine button font size

Setting a static font size here causes DataTables buttons to have different font size to the regular bootstrap buttons.
pull/137/head
tomascassidy 10 years ago
parent 07a93c6e1e
commit 94ef5c3411

@ -174,10 +174,6 @@ table.DTTT_selectable tbody tr {
cursor: pointer;
}
div.DTTT .btn {
font-size: 12px;
}
div.DTTT .btn:hover {
text-decoration: none !important;
}

Loading…
Cancel
Save