feat: rework QMessageBox handle and add focus style to it

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-10 00:22:54 +05:00
parent 149e80fa33
commit b025e0bbcf
2 changed files with 21 additions and 3 deletions

View File

@ -519,6 +519,10 @@ MESSAGE_BOX_STYLE = """
background: #09bec8;
border-color: rgba(255, 255, 255, 0.3);
}
QMessageBox QPushButton:focus {
border: 2px solid #409EFF;
background: #404554;
}
"""
# СТИЛИ ДЛЯ ВКЛАДКИ НАСТРОЕК PORTPROTON