Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-20744 Use images in the bower_components version of datatables plugin rathe… #10520

Merged
merged 1 commit into from
Jun 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css/civicrm.css
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ tbody.scrollContent tr.alternateRow {
.crm-container a.sorting_desc,
.crm-container a.sorting_asc {
color: #A7A7A7;
background: url("../packages/jquery/plugins/DataTables/media/images/sort_both.png") no-repeat left center;
background: url("../bower_components/datatables/media/images/sort_both.png") no-repeat left center;
padding-left: 20px;
}
.crm-container a.sorting_desc,
Expand All @@ -2765,16 +2765,16 @@ tbody.scrollContent tr.alternateRow {
}

.crm-container table thead a.sorting_asc {
background: url("../packages/jquery/plugins/DataTables/media/images/sort_asc.png") no-repeat left center;
background: url("../bower_components/datatables/media/images/sort_asc.png") no-repeat left center;
}
.crm-container table thead a.sorting_desc {
background: url("../packages/jquery/plugins/DataTables/media/images/sort_desc.png") no-repeat left center;
background: url("../bower_components/datatables/media/images/sort_desc.png") no-repeat left center;
}
.crm-container table thead a.sorting_asc_disabled {
background: url("../packages/jquery/plugins/DataTables/media/images/sort_asc_disabled.png") no-repeat left center;
background: url("../bower_components/datatables/media/images/sort_asc_disabled.png") no-repeat left center;
}
.crm-container table thead a.sorting_desc_disabled {
background: url("../packages/jquery/plugins/DataTables/media/images/sort_desc_disabled.png") no-repeat left center;
background: url("../bower_components/datatables/media/images/sort_desc_disabled.png") no-repeat left center;
}

/* Otherwise for some reason we have 2 sort icons */
Expand Down