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