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