SF.net SVN: fclient:[896] trunk/fclient/fclient/impl/res/stylesheets/ default.css
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-11 10:42:09
|
Revision: 896
http://fclient.svn.sourceforge.net/fclient/?rev=896&view=rev
Author: jUrner
Date: 2008-08-11 10:42:15 +0000 (Mon, 11 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-11 10:42:00 UTC (rev 895)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-11 10:42:15 UTC (rev 896)
@@ -69,34 +69,26 @@
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 white);
}
-/*
-QProgressBar{
- color: white;
- border: 0px solid black;
- background: gray;
- margin: 0px;
- padding: 0px;
- text-align: center vcenter;
+
+/* 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);
}
-QProgressBar::chunk{
- background: #377FFF;
- border-radius: 5px;
- border: 1px solid darkgrey;
- }
-
QProgressBar#downloadKey[status="loading"]::chunk{
- background:#0000FF;
- }
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 blue, stop: 1 aqua);
+}
+
QProgressBar#downloadKey[status="complete"]::chunk{
- background:#009600;
- }
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 limegreen);
+}
+
QProgressBar#downloadKey[status="error"]::chunk{
- background:red;
- }
-*/
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 red, stop: 1 pink);
+}
+/* label indicating connected status on statusBar */
QLabel#LabelConnectionConnected{
color: green;
font: bold;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|