These are browser based CSS tags:
This only works in mozilla:
background-image:-moz-linear-gradient(top, #eeeeee, #aaaaaa) !important;
Works in Chrome / Webkit-based browsers:
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#aaaaaa)) !important; background-image:-webkit-linear-gradient(top, #eeeeee, #aaaaaa) !important;
In fact, this cross-browser technology is somewhat outdated in the CSS3 release. You need to find the appropriate CSS that works in the browser you are using.
It does not "change" exactly this, another browser is ignored by the browser.
source share