mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -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;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog {
|
||||||
|
border: 2px solid #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton {
|
QPushButton {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user