--- a/QTfrontend/res/css/birthday.css Sat May 18 03:07:21 2019 +0200
+++ b/QTfrontend/res/css/birthday.css Sat May 18 16:05:06 2019 +0200
@@ -115,10 +115,6 @@
background-color: #150A61;
}
-QToolButton:pressed {
-background-color: #100744;
-}
-
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
border-radius: 10px;
@@ -184,6 +180,11 @@
QPushButton:pressed, QToolButton:pressed {
border-color: white;
+background-color: #344b1e;
+color: white;
+}
+TeamShowWidget QPushButton:pressed {
+background-color: #362c7a;
}
QPushButton:focus {