Merge pull request #1279 from kiwix/border_for_localserver_dialog

Added border to the "Local Kiwix Server" dialog
This commit is contained in:
Kelson 2024-12-10 16:07:48 +01:00 committed by GitHub
commit 76124ddb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,10 @@ QWidget {
background-color: white;
}
QDialog {
border: 2px solid #cccccc;
}
QPushButton {
opacity: 1;
border: none;