SF.net SVN: fclient:[906] trunk/fclient/fclient/impl/res/stylesheets/ default.css
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-12 08:44:11
|
Revision: 906
http://fclient.svn.sourceforge.net/fclient/?rev=906&view=rev
Author: jUrner
Date: 2008-08-12 08:44:19 +0000 (Tue, 12 Aug 2008)
Log Message:
-----------
more css
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-12 08:43:51 UTC (rev 905)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-12 08:44:19 UTC (rev 906)
@@ -86,8 +86,10 @@
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);
+}
-
/* label indicating connected status on statusBar */
QLabel#LabelConnectionConnected{
color: green;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|