Change the background-color color definition line:
From:
background-color: QlinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFFFFF, stop: 0.33 #00CC00,
stop: 1 #00FF00);
To:
background-color: QlinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFFFFF, stop: 0.33 #CC0000,
stop: 1 #FF0000);