Integration - jQuery UI: Remove !important for text colouring for

TableTools buttons
pull/74/head
Allan Jardine 11 years ago
parent 61d0ef4d87
commit d45d20d4e0

@ -442,7 +442,7 @@ div.DTTT_container {
padding: 3px 10px; padding: 3px 10px;
border: 1px solid #d0d0d0; border: 1px solid #d0d0d0;
background-color: #fff; background-color: #fff;
color: #333 !important; color: #333;
cursor: pointer; cursor: pointer;
} }
@ -452,7 +452,7 @@ div.DTTT_container {
} }
.DTTT_disabled { .DTTT_disabled {
color: #999 !important; color: #999;
} }
table.DTTT_selectable tbody tr { table.DTTT_selectable tbody tr {

@ -13,3 +13,5 @@ DT_BUILT="${DT_SRC}/built/DataTables"
# Only copying the integration files # Only copying the integration files
rsync -r integration $OUT_DIR rsync -r integration $OUT_DIR
scss_compile $OUT_DIR/integration/jqueryui/dataTables.jqueryui.scss

Loading…
Cancel
Save