mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Update jquery.dataTables.scss
Merge duplicate selectors
This commit is contained in:
parent
7494262db1
commit
31db8f9f8d
@ -1 +1 @@
|
||||
b7352d7c29727ea5041130bc20de709e332d4e72
|
||||
cb5d7a2c454bb9639e33ddbfc3e881aca61335dd
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datatables/datatables",
|
||||
"version": "1.10.15",
|
||||
"version": "1.10.16",
|
||||
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
|
||||
"homepage": "http://www.datatables.net/",
|
||||
"author": "SpryMedia",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DataTables",
|
||||
"version": "1.10.15",
|
||||
"version": "1.10.16",
|
||||
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
|
||||
"homepage": "http://datatables.net/",
|
||||
"docs": "http://datatables.net/",
|
||||
|
@ -39,12 +39,6 @@ table.dataTable thead .sorting_asc_disabled,
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
cursor: pointer;
|
||||
*cursor: hand;
|
||||
}
|
||||
table.dataTable thead .sorting,
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc,
|
||||
table.dataTable thead .sorting_asc_disabled,
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
}
|
||||
|
2
media/css/jquery.dataTables.min.css
vendored
2
media/css/jquery.dataTables.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datatables",
|
||||
"version": "1.10.15",
|
||||
"version": "1.10.16",
|
||||
"title": "DataTables",
|
||||
"main": "media/js/jquery.dataTables",
|
||||
"files": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user