From fe6c3701cf33026cde0bb56b9fe4f5d4163cfbd0 Mon Sep 17 00:00:00 2001 From: Ming Rui Zhang <mingrui.zhang@savoirfairelinux.com> Date: Fri, 24 May 2019 12:12:26 -0400 Subject: [PATCH] messagebox: change messagebox button style Change-Id: Ib5adb0156146494bb3db483970a7f9c9cbb52f41 --- stylesheet.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index f812a81..ae7aa94 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -217,6 +217,25 @@ QPushButton#hangupButton:pressed{ background-color: rgba(255, 0, 0, 0.8); } +QMessageBox QPushButton { + padding: 4px; + background: #369; + color: white; + font-size: 12px; + border: 0; + border-radius: 3px; + outline: 0px; + width: 50px; +} + +QMessageBox QPushButton:hover { + background: #47a; +} + +QMessageBox QPushButton:pressed { + background: #58b; +} + QToolButton#qrButton, QToolButton#shareButton{ background-color: rgb(242, 242, 242); border-style: solid; -- GitLab