diff --git a/css/theme.black-ice.css b/css/theme.black-ice.css index 40591f37a..df98e8b42 100644 --- a/css/theme.black-ice.css +++ b/css/theme.black-ice.css @@ -46,6 +46,7 @@ } .tablesorter-blackice thead .sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.blue.css b/css/theme.blue.css index c7e940f2b..ccd25fe8a 100644 --- a/css/theme.blue.css +++ b/css/theme.blue.css @@ -71,6 +71,7 @@ } .tablesorter-blue thead .sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.dark.css b/css/theme.dark.css index 1cea02a5d..bfc1b1683 100644 --- a/css/theme.dark.css +++ b/css/theme.dark.css @@ -45,6 +45,7 @@ } .tablesorter-dark thead .sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.default.css b/css/theme.default.css index 8e227ec46..4330d5669 100644 --- a/css/theme.default.css +++ b/css/theme.default.css @@ -48,6 +48,7 @@ Default Theme } .tablesorter-default thead .sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.dropbox.css b/css/theme.dropbox.css index fb0451938..975a542d9 100644 --- a/css/theme.dropbox.css +++ b/css/theme.dropbox.css @@ -77,6 +77,7 @@ .tablesorter-dropbox thead .sorter-false i, .tablesorter-dropbox thead .sorter-false:hover i { background-image: url(); + padding: 4px; } /* tbody */ diff --git a/css/theme.green.css b/css/theme.green.css index d2492d770..422eb3c27 100644 --- a/css/theme.green.css +++ b/css/theme.green.css @@ -58,6 +58,7 @@ } .tablesorter-green thead .tablesorter-header.sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.grey.css b/css/theme.grey.css index 04ea0065a..679a0300c 100644 --- a/css/theme.grey.css +++ b/css/theme.grey.css @@ -80,6 +80,7 @@ } .tablesorter-grey thead .sorter-false i { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.ice.css b/css/theme.ice.css index 7118d58ff..ba4edc7d1 100644 --- a/css/theme.ice.css +++ b/css/theme.ice.css @@ -60,6 +60,7 @@ } .tablesorter-ice thead .sorter-false { background-image: url(); + padding: 4px; } /* tfoot */ diff --git a/css/theme.less b/css/theme.less index 1353961a2..075d63478 100644 --- a/css/theme.less +++ b/css/theme.less @@ -176,6 +176,7 @@ .tablesorter-header.sorter-false { background-image: url(); + padding: @overallPadding; } .tablesorter-headerSortUp {