From 94ef5c34117f90eb4ce88a0d543320129a85c4a9 Mon Sep 17 00:00:00 2001 From: tomascassidy Date: Wed, 17 Dec 2014 14:48:55 +1100 Subject: [PATCH] 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. --- integration/bootstrap/3/dataTables.bootstrap.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 7f4b8e3..f65e264 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -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; }