File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function register() {
32
32
$ this ->description = 'Make the status color more prominent ' ;
33
33
$ this ->page = '' ;
34
34
35
- $ this ->version = '1.0.1 ' ;
35
+ $ this ->version = '1.0.2 ' ;
36
36
$ this ->requires = array ();
37
37
38
38
$ this ->author = 'Simone Tellini ' ;
@@ -65,4 +65,4 @@ function hooks() {
65
65
function resources () {
66
66
echo '<script src=" ' . plugin_file ( "BetterStatusColors.js " ) . '"></script> ' ;
67
67
}
68
- }
68
+ }
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ jQuery( document ).ready( function()
13
13
status . parentsUntil ( 'tr' ) . addClass ( classes [ 0 ] ) ;
14
14
status . hide ( ) ;
15
15
}
16
+
17
+ jQuery ( 'td.column-status span' ) . css ( 'color' , '#393939' ) ;
16
18
}
17
19
} ) ;
18
- } ) ;
20
+ } ) ;
You can’t perform that action at this time.
0 commit comments