diff --git a/integration/jqueryui/dataTables.jqueryui.css b/integration/jqueryui/dataTables.jqueryui.css index 008ac6a..be48e9b 100644 --- a/integration/jqueryui/dataTables.jqueryui.css +++ b/integration/jqueryui/dataTables.jqueryui.css @@ -343,7 +343,7 @@ div.DTTT_container { padding: 3px 10px; border: 1px solid #d0d0d0; background-color: #fff; - color: #333 !important; + color: #333; cursor: pointer; } @@ -353,7 +353,7 @@ div.DTTT_container { } .DTTT_disabled { - color: #999 !important; + color: #999; } table.DTTT_selectable tbody tr { @@ -378,7 +378,7 @@ div.DTTT_collection a.DTTT_button { } div.DTTT_collection_background { - background: url(../images/background.png) repeat top left; + background: black; z-index: 2001; } diff --git a/integration/jqueryui/dataTables.jqueryui.scss b/integration/jqueryui/dataTables.jqueryui.scss index 60658dd..bd689fb 100644 --- a/integration/jqueryui/dataTables.jqueryui.scss +++ b/integration/jqueryui/dataTables.jqueryui.scss @@ -479,7 +479,7 @@ div.DTTT_collection { } div.DTTT_collection_background { - background: url(../images/background.png) repeat top left; + background: black; z-index: 2001; } diff --git a/make.sh b/make.sh index 1f83dc1..df7746e 100644 --- a/make.sh +++ b/make.sh @@ -10,8 +10,8 @@ DT_SRC=$(dirname $(dirname $(pwd))) DT_BUILT="${DT_SRC}/built/DataTables" . $DT_SRC/build/include.sh +scss_compile $DT_SRC/extensions/Plugins/integration/jqueryui/dataTables.jqueryui.scss + # Only copying the integration files rsync -r integration $OUT_DIR -scss_compile $OUT_DIR/integration/jqueryui/dataTables.jqueryui.scss -