apply css

This commit is contained in:
luddens 2019-05-21 11:06:34 +02:00 committed by Matthieu Gautier
parent 785d2c72f3
commit 6d53f91103
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
QWidget {
background-color: white;
}
QPushButton {
border: none;
padding: 3px;
color:blue;
outline: 0;
}
QPushButton:hover {
background-color: blue;
color: white;
}

View File

@ -2,5 +2,6 @@
<qresource prefix="/">
<file>css/style.css</file>
<file>css/popup.css</file>
<file>css/localServer.css</file>
</qresource>
</RCC>