QTfrontend/res/css/april1.css
changeset 15000 d597a851f5d8
parent 14884 1f0e8a144bad
child 15249 441bdf1e6026
--- 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 {