mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add instructor updateBehaviour
This commit is contained in:
16
style.css
16
style.css
@@ -20,6 +20,20 @@ QPushButton:disabled
|
||||
color: gray
|
||||
}
|
||||
|
||||
QMessageBox QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 20px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
QMessageBox QPushButton
|
||||
{
|
||||
border-radius: 2px;
|
||||
padding: 0.2em 0.2em 0.3em 0.2em;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
border-style: outset;
|
||||
@@ -40,7 +54,7 @@ QProgressBar
|
||||
QProgressBar::chunk
|
||||
{
|
||||
border-radius: 10px;
|
||||
background-color: rgb(151,176,201);
|
||||
background-color: rgb(203,228,255);
|
||||
}
|
||||
|
||||
QCheckBox
|
||||
|
||||
Reference in New Issue
Block a user