mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: first UI update
This commit is contained in:
46
style.css
46
style.css
@@ -1,10 +1,22 @@
|
||||
|
||||
QMainWindow
|
||||
{
|
||||
background-image: url(:/resource/SSJ-100.png);
|
||||
background-image: url(:/resource/SSJ-100Dark.png);
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
QComboBox
|
||||
{
|
||||
background-color: rgb(203,228,255);
|
||||
border-style: outset;
|
||||
border-radius: 3px;
|
||||
font-family: "Calibri";
|
||||
font: 16px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton
|
||||
{
|
||||
background-color: rgb(203,228,255);
|
||||
@@ -14,12 +26,18 @@ QPushButton
|
||||
font: 16px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
QPushButton:disabled
|
||||
{
|
||||
background-color: lightGray;
|
||||
color: gray
|
||||
}
|
||||
|
||||
QMessageBox
|
||||
{
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QMessageBox QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
@@ -64,6 +82,12 @@ QCheckBox
|
||||
color: white;
|
||||
}
|
||||
|
||||
QWidget#iconWidget
|
||||
{
|
||||
border-image: url(:/resource/Icons/plane.png) 0 0 0 0 stretch stretch;
|
||||
position: center;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
@@ -71,12 +95,32 @@ QLabel
|
||||
color: white;
|
||||
}
|
||||
|
||||
QWidget#headerWidget
|
||||
{
|
||||
background-color:rgb(203,228,255);
|
||||
border-style: outset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
MyWinHeader#headerLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 16px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
QLabel#languageTitle
|
||||
{
|
||||
font-family: "Calibri";
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#NotificationLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#notificationLabel
|
||||
{
|
||||
font: 20px;
|
||||
|
||||
Reference in New Issue
Block a user