I notice that when i activate "Store CSS as files", all background image path is converted from relative such as /styles/default/something.png into absolute URL such as http://example.com/styles/default/something.png
In my opinion that should not be done, and path should be still relative.
The...