Skip to content

Commit ad11b90

Browse files
author
Simone
committed
Make status text visible again in mantis 2.2.x
1 parent 2985ef8 commit ad11b90

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

BetterStatusColors.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function register() {
3232
$this->description = 'Make the status color more prominent';
3333
$this->page = '';
3434

35-
$this->version = '1.0.1';
35+
$this->version = '1.0.2';
3636
$this->requires = array();
3737

3838
$this->author = 'Simone Tellini';
@@ -65,4 +65,4 @@ function hooks() {
6565
function resources() {
6666
echo '<script src="' . plugin_file( "BetterStatusColors.js" ) . '"></script>';
6767
}
68-
}
68+
}

files/BetterStatusColors.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jQuery( document ).ready( function()
1313
status.parentsUntil( 'tr' ).addClass( classes[ 0 ] );
1414
status.hide();
1515
}
16+
17+
jQuery( 'td.column-status span' ).css( 'color', '#393939' );
1618
}
1719
} );
18-
} );
20+
} );

0 commit comments

Comments
 (0)