Skip to content
Snippets Groups Projects
Commit fe6c3701 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

messagebox: change messagebox button style

Change-Id: Ib5adb0156146494bb3db483970a7f9c9cbb52f41
parent cc454dc1
No related branches found
No related tags found
No related merge requests found
...@@ -217,6 +217,25 @@ QPushButton#hangupButton:pressed{ ...@@ -217,6 +217,25 @@ QPushButton#hangupButton:pressed{
background-color: rgba(255, 0, 0, 0.8); 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{ QToolButton#qrButton, QToolButton#shareButton{
background-color: rgb(242, 242, 242); background-color: rgb(242, 242, 242);
border-style: solid; border-style: solid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment