[PC-BSD Commits] r21547 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 11:29:26 PST 2013
Author: kenmoore
Date: 2013-02-15 19:29:25 +0000 (Fri, 15 Feb 2013)
New Revision: 21547
Modified:
pcbsd-projects/PCDM/pcdm.theme
Log:
More changs to the default theme for PCDM
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-15 19:14:43 UTC (rev 21546)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-15 19:29:25 UTC (rev 21547)
@@ -75,18 +75,20 @@
QWindow{ background-color: white; color: black; }
QComboBox{font-size: 32px}
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.1, y2: 0.9, stop: 0 blue, stop: 1 transparent);
- border: 2px solid grey;
+ background-color: qlineargradient(x1: 0, x2: 0, y1: 0, y2: 1, stop: 0 blue, stop: 1 light);
+ border: 1px solid grey;
border-radius: 5px;
- margin-top: 1ex;
+ margin-top: 10px;
}
QGroupBox::title{
padding: 0 3px;
background-color: white;
}
-QGraphicsView{ background: grey; color: black; }
+QGraphicsView{ background: white; color: black; }
QPushButton{ background-color: transparent; border: none; }
+QPushButton:hover{ background-color: transparent; border: 1px solid grey; }
APP_STYLESHEET_STOP
More information about the Commits
mailing list