[PC-BSD Commits] r21546 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 11:14:43 PST 2013
Author: kenmoore
Date: 2013-02-15 19:14:43 +0000 (Fri, 15 Feb 2013)
New Revision: 21546
Modified:
pcbsd-projects/PCDM/pcdm.theme
Log:
Update the default theme for PCDM
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-15 18:59:42 UTC (rev 21545)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-15 19:14:43 UTC (rev 21546)
@@ -73,12 +73,20 @@
APP_STYLESHEET_START
QToolBar{ background-color: transparent; }
QWindow{ background-color: white; color: black; }
-LoginWidget{
- QComboBox{font-size: 32px}
- QGroupBox{ background-color: qlineargradient(x1: 0, x2: 0, y1: 0, y2: 1, stop: 0 blue, stop: 1 transparent); border: 1px grey }
+QComboBox{font-size: 32px}
+QToolButton{ background-color: transparent; border: none; }
+QGroupBox{
+ background-color: qlineargradient(x1: 0, x2: 0, y1: 0.1, y2: 0.9, stop: 0 blue, stop: 1 transparent);
+ border: 2px solid grey;
+ border-radius: 5px;
+ margin-top: 1ex;
}
-FancyWidget{
- QGraphicsView{ background: white; color: black; }
- QPushButton{ background-color: transparent; }
+QGroupBox::title{
+ padding: 0 3px;
+ background-color: white;
}
+
+QGraphicsView{ background: grey; color: black; }
+QPushButton{ background-color: transparent; border: none; }
+
APP_STYLESHEET_STOP
More information about the Commits
mailing list