--- a/QTfrontend/res/css/qt.css Sat May 18 03:07:21 2019 +0200
+++ b/QTfrontend/res/css/qt.css Sat May 18 16:05:06 2019 +0200
@@ -93,6 +93,9 @@
TeamShowWidget QPushButton:disabled {
color: #a0a0a0;
}
+TeamShowWidget QPushButton:pressed {
+background-color: #362c7a;
+}
QToolButton {
background-color: #11084A;
@@ -102,10 +105,6 @@
background-color: #150A61;
}
-QToolButton:pressed {
-background-color: #100744;
-}
-
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
border-radius: 10px;
@@ -171,6 +170,8 @@
QPushButton:pressed, QToolButton:pressed {
border-color: white;
+background-color: #344b1e;
+color: white;
}
QPushButton:focus {