mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add styles
This commit is contained in:
28
style.css
Normal file
28
style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user