mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: monitor list
This commit is contained in:
33
style.css
33
style.css
@@ -10,19 +10,48 @@ QPushButton
|
||||
background-color: rgb(203,228,255);
|
||||
border-style: outset;
|
||||
border-radius: 3px;
|
||||
font-family: "Helvetica Cyr Upright";
|
||||
font-family: "Calibri";
|
||||
font: 16px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
border-style: outset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#languageTitle
|
||||
QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 17px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#languageTitle
|
||||
{
|
||||
font-family: "Calibri";
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#notificationLabel
|
||||
{
|
||||
font: 20px;
|
||||
}
|
||||
|
||||
QPushButton#displayView
|
||||
{
|
||||
border: 4px solid rgb(45,84,130);
|
||||
border-radius: 5px;
|
||||
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
|
||||
QPushButton#displayView:checked
|
||||
{
|
||||
background-color: rgb(151,176,201);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user