From 4e441e870cc74b468e8a76c3e83b711d18917362 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 28 Apr 2021 09:53:32 +0200 Subject: [PATCH] modified Run button styles --- igniter/stylesheet.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/igniter/stylesheet.css b/igniter/stylesheet.css index 0055f5755f..70003242f2 100644 --- a/igniter/stylesheet.css +++ b/igniter/stylesheet.css @@ -91,13 +91,21 @@ QProgressBar::chunk:horizontal { font-size: 0.5em; border: 1px solid rgb(48, 48, 48); } + #ButtonWithOptions { border: 1px solid white; border-radius: 0.4em; + background-color: rgb(72, 200, 150); + color: rgb(64, 64, 64); } #ButtonWithOptions QPushButton{ border: none; + background-color: transparent; + color: rgb(64, 64, 64); + font-weight: bold; } #ButtonWithOptions QToolButton{ border: none; + background-color: transparent; + color: rgb(64, 64, 64); }