Skip to content

Commit

Permalink
minor dark changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Mar 26, 2016
1 parent 36bce2e commit 1b18b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/themes/dark/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ a:hover {
color: #fff;
}

th .fa {
th i.fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -981,6 +981,7 @@ th.sortable {
vertical-align:middle;
text-align:left;
font-size: 12px;
font-weight: normal;
}

.tableHeader th div {
Expand Down
2 changes: 1 addition & 1 deletion include/themes/dark/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function themeReady() {
setMenuVisibility();

// Add nice search filter to filters
$('input[id="filter"]').after("<i class='fa fa-search filter'/>").attr('autocomplete', 'off').attr('placeholder', 'Enter a search term').parent('td').css('white-space', 'nowrap');
$('input[id="filter"], input[id="filterd"]').after("<i class='fa fa-search filter'/>").attr('autocomplete', 'off').attr('placeholder', 'Enter a search term').parent('td').css('white-space', 'nowrap');

$('input#filter').addClass('ui-state-default ui-corner-all');

Expand Down

0 comments on commit 1b18b66

Please sign in to comment.