QTfrontend/res/css/birthday.css
branch0.9.18
changeset 7903 e0d21677b00f
parent 7900 e5e7678e4b2f
child 7919 c7d258a4358e
--- 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