diff --git a/BetterStatusColors.php b/BetterStatusColors.php index 8ceb7e2..d8dea24 100644 --- a/BetterStatusColors.php +++ b/BetterStatusColors.php @@ -32,7 +32,7 @@ function register() { $this->description = 'Make the status color more prominent'; $this->page = ''; - $this->version = '1.0.1'; + $this->version = '1.0.2'; $this->requires = array(); $this->author = 'Simone Tellini'; @@ -65,4 +65,4 @@ function hooks() { function resources() { echo ''; } -} +} \ No newline at end of file diff --git a/files/BetterStatusColors.js b/files/BetterStatusColors.js index d616230..4a0719a 100644 --- a/files/BetterStatusColors.js +++ b/files/BetterStatusColors.js @@ -13,6 +13,8 @@ jQuery( document ).ready( function() status.parentsUntil( 'tr' ).addClass( classes[ 0 ] ); status.hide(); } + + jQuery( 'td.column-status span' ).css( 'color', '#393939' ); } } ); -} ); \ No newline at end of file +} );