mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
25 lines
429 B
Plaintext
25 lines
429 B
Plaintext
QMessageBox {
|
|
background: #282a36;
|
|
}
|
|
|
|
QMessageBox QLabel {
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
QPushButton {
|
|
padding: 3px;
|
|
font-size: 13px;
|
|
border: 1px solid #bd93f9;
|
|
border-radius: 2px;
|
|
background-color: #bd93f9;
|
|
color: #282a36;
|
|
margin-bottom: 2px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
border: 1px solid #bd93f9;
|
|
background-color: #282a36;
|
|
color: #f8f8f2;
|
|
} |