birthday style 0.9.18
authornemo
Wed, 31 Oct 2012 15:10:21 -0400
branch0.9.18
changeset 7903 e0d21677b00f
parent 7902 a82b1bf2eca1
child 7904 4f338a9ea76d
birthday style
QTfrontend/res/BackgroundBirthday.png
QTfrontend/res/css/birthday.css
Binary file QTfrontend/res/BackgroundBirthday.png has changed
--- a/QTfrontend/res/css/birthday.css	Wed Oct 31 22:59:18 2012 +0400
+++ b/QTfrontend/res/css/birthday.css	Wed Oct 31 15:10:21 2012 -0400
@@ -21,7 +21,7 @@
 background-image: url(":/res/BackgroundBirthday.png");
 background-position: bottom center;
 background-repeat: repeat-x;
-background-color: #141250;
+background-color: black;
 }
 
 * {
@@ -34,7 +34,7 @@
 
 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox,
 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item {
-background-color: rgba(13, 5, 68, 70%);
+background-color: rgba(20, 20, 20, 70%);
 }
 
 QComboBox::separator {
@@ -76,7 +76,7 @@
 background-position: bottom center;
 background-repeat: repeat-x;
 border-radius: 16px;
-background-color: rgba(13, 5, 68, 70%);
+background-color: rgba(20, 20, 20, 70%);
 padding: 6px;
 }
 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well