# HG changeset patch
# User nemo
# Date 1351710621 14400
# Node ID e0d21677b00fb0490739a8248a7b81e6e00277df
# Parent  a82b1bf2eca15fba4c4b34cd04dc197f37fe94a8
birthday style

diff -r a82b1bf2eca1 -r e0d21677b00f QTfrontend/res/BackgroundBirthday.png
Binary file QTfrontend/res/BackgroundBirthday.png has changed
diff -r a82b1bf2eca1 -r e0d21677b00f QTfrontend/res/css/birthday.css
--- 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