mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Merge pull request #1279 from kiwix/border_for_localserver_dialog
Added border to the "Local Kiwix Server" dialog
This commit is contained in:
commit
76124ddb5f
@ -2,6 +2,10 @@ QWidget {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QDialog {
|
||||
border: 2px solid #cccccc;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
opacity: 1;
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user