Files
RRJClient/style.css
2024-09-30 12:27:28 +03:00

29 lines
409 B
CSS

QMainWindow
{
background-image: url(:/resource/SSJ-100.png);
background-position: center;
}
QPushButton
{
background-color: rgb(203,228,255);
border-style: outset;
border-radius: 3px;
font-family: "Helvetica Cyr Upright";
color: rgb(45,84,130);
}
QLineEdit
{
border-style: outset;
border-radius: 3px;
}
#languageTitle
{
font-family: "Calibri";
color: white;
}