[PC-BSD Commits] r21548 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 11:36:18 PST 2013
Author: kenmoore
Date: 2013-02-15 19:36:18 +0000 (Fri, 15 Feb 2013)
New Revision: 21548
Modified:
pcbsd-projects/PCDM/pcdm.theme
Log:
OK, I think I have the transparency stuff figured out for the default theme
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-15 19:29:25 UTC (rev 21547)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-15 19:36:18 UTC (rev 21548)
@@ -77,15 +77,11 @@
QToolButton{ background-color: transparent; border: none; }
QToolButton:hover{ background-color: transparent; border: 1px solid grey; border-radius: 5px; }
QGroupBox{
- background-color: qlineargradient(x1: 0, x2: 0, y1: 0, y2: 1, stop: 0 blue, stop: 1 light);
+ background-color: rgba(255,255,255,100);
border: 1px solid grey;
border-radius: 5px;
- margin-top: 10px;
+ padding: 10px;
}
-QGroupBox::title{
- padding: 0 3px;
- background-color: white;
-}
QGraphicsView{ background: white; color: black; }
QPushButton{ background-color: transparent; border: none; }
More information about the Commits
mailing list