Don't know if this is deliberate or a bug so I'm not sure if this is the right place for this.
Why are some of the lines of items coloured and others not?
It can't be because there are multiples as some multiples aren't coloured.
It's quite off putting when trying to select items.
[IMG]http://i162.photobucket.com/albums/t256/lullsub/screen%20shot/ed784bac-6f23-4345-811c-af4ad81cdd78_zpscnjo70qq.png[/IMG]
- is it intentional?
[edit] Also on the same vein. When we are in the "Edit Items" the rows change colour when we pass over them. It's less off putting but still annoying.
The rows being:
Items priced at 0, or higher than 100,000,000 are display only. Search items
Image | ↓ Name ↑ | ↓ Amount ↑ | ↓ Price ↑ | Category | Remove
Item Destination: Process Prices and Removals Pages:
This has bothered me since the feature showed up. Is there any way to revert it back or turn it off?
The quick stock page is a nightmare - I've stopped trying to understand it. I just move shit into my shop and hope its stuff I wanted to sell.
[Center][Url=https://www.youtube.com/user/ShutupandLetsPlay4]Shut up & Lets Play! Youtube Channel[/url][/center]
Mine doesn't look like this. The only lines that are shaded are lines where I have multiples of the item, which is why I always assumed that's what the shading indicated...
Mine usually picks up on multiple items too, but it does miss some out!
Seems like it needs to be fixed so that all items with multiples are shaded, including the ones on the grey lines. It's super confusing as it is. :o
It usually shows up like this for items with multiples on mine, but not always. Could it be varying between themes? I'm using Arctic Frost.
I swear it used to be alternating light and dark rows. Whether I'm remembering that wrong or not, it should be. It'd make it a lot easier to see whether or not you're moving the right items.
(and other people with this problem):
Try putting this into your custom CSS:
table#quickstock-container tr.item:nth-child(even) {background-color: ;}
table#quickstock-container tr.item:nth-child(odd) {background-color: ;}
table#quickstock-container tr.item-row-header {background-color: ;}
DDFFDD is a light green color that may or may not match with the layout you're using, and you might prefer to replace it with a different color.
Thank you for the responses everyone. I guess this is a bug thing then.
- Thank you for the code. I try not to use custom css as I'd rather be reminded of the problem so I can bitch and hopefully get it some attention ;)
- I think maybe this should be in the bugs forum. Would you mind moving it for me please?