Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created March 7, 2019 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubbard/4f3c6d58c0c4b1e5fa99f7f6d1a995d0 to your computer and use it in GitHub Desktop.
Save bhubbard/4f3c6d58c0c4b1e5fa99f7f6d1a995d0 to your computer and use it in GitHub Desktop.
.dataTables_info {
float:right;
margin-right:7px;
padding:10px;
}
.dataTables_paginate {
float:right;
height:28px;
margin-top:3px;
cursor:default;
color:#555;
}
th.sorting,th.sorting_desc,th.sorting_asc {
color:#00a0d2!important;
}
.sorting_asc::after {
content:"\f142";
font:400 20px/1 dashicons;
speak:none;
display:inline-block;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-decoration:none!important;
color:#444;
vertical-align:bottom;
}
.sorting_desc::after {
content:"\f140";
font:400 20px/1 dashicons;
display:inline-block;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-decoration:none!important;
color:#444;
vertical-align:bottom;
}
div.dataTables_filter input {
float:right;
height:28px;
margin:5px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment