SF.net SVN: fclient:[909] trunk/fclient/fclient/impl/res/stylesheets/ default.css
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-16 06:51:14
|
Revision: 909 http://fclient.svn.sourceforge.net/fclient/?rev=909&view=rev Author: jUrner Date: 2008-08-16 06:51:24 +0000 (Sat, 16 Aug 2008) Log Message: ----------- playing around with styles Modified Paths: -------------- trunk/fclient/fclient/impl/res/stylesheets/default.css Modified: trunk/fclient/fclient/impl/res/stylesheets/default.css =================================================================== --- trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-16 06:50:50 UTC (rev 908) +++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-16 06:51:24 UTC (rev 909) @@ -72,22 +72,23 @@ /* downloadWidget progressBars (omitted [status="removed"]) */ QProgressBar#downloadKey[status="pending"]::chunk{ -background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 gray, stop: 1 lightgray); +background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray, stop: 0.5 lightgray, stop: 1 gray); } QProgressBar#downloadKey[status="loading"]::chunk{ -background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 blue, stop: 1 aqua); +background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 blue, stop: 0.5 aqua, stop: 1 blue); } QProgressBar#downloadKey[status="complete"]::chunk{ -background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 limegreen); +background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 green, stop: 0.5 limegreen, stop: 1 green); } + QProgressBar#downloadKey[status="error"]::chunk{ background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 red, stop: 1 pink); } QProgressBar#downloadKey[status="compressing"]::chunk{ -background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 orange, stop: 1 yellow); +background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 orange, stop: 0.5 yellow, stop: 1 orange); } /* label indicating connected status on statusBar */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |