Admin style sheet improvements

I have tweaked the admin style sheet to give me more visual info on order status.



A “processed” order and a “completed” order both being green is not helpful.



Firstly I changed the word “completed” to “shipped” then I changed the style sheet /shop/skins/admin/styles.css:



At the bottom of /skins/basic/admin/styles.css to give some visual clues for order statuses simply add

[QUOTE].order-p {

background-color: #FF0000;

}

.status-s{

background-color:#36C;

}

.status-o-c {

background-color:#393;

}

.status-o-p{

background-color:#F90;

} [/QUOTE]



I have added them at the bottom at it makes it easier to reapply them after an store update.



Personally I think these would be good things to add as standard.