mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: restore changes func
This commit is contained in:
18
style.css
18
style.css
@@ -15,8 +15,6 @@ QComboBox
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton
|
||||
{
|
||||
background-color: rgb(203,228,255);
|
||||
@@ -61,7 +59,7 @@ QLineEdit
|
||||
QProgressBar
|
||||
{
|
||||
border: 2px solid rgb(45,84,130);
|
||||
border-radius: 12px;
|
||||
border-radius: 5px;
|
||||
color: black;
|
||||
font-family: "Calibri";
|
||||
font: 15px bold;
|
||||
@@ -71,7 +69,7 @@ QProgressBar
|
||||
|
||||
QProgressBar::chunk
|
||||
{
|
||||
border-radius: 10px;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(203,228,255);
|
||||
}
|
||||
|
||||
@@ -147,23 +145,29 @@ QLabel#notificationLabel
|
||||
font: 20px;
|
||||
}
|
||||
|
||||
QPushButton#displayView
|
||||
QToolButton#displayView
|
||||
{
|
||||
border: 4px solid rgb(45,84,130);
|
||||
border-radius: 5px;
|
||||
color:rgb(45,84,130);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QPushButton#displayView:checked
|
||||
QToolButton#displayView:checked
|
||||
{
|
||||
background-color: rgb(151,176,201);
|
||||
}
|
||||
|
||||
|
||||
QPushButton#displayView:disabled
|
||||
QToolButton#displayView:disabled
|
||||
{
|
||||
background-color: rgb(151,176,201);
|
||||
color:rgb(45,84,130);
|
||||
|
||||
}
|
||||
QPushButton#checkedLabelButton
|
||||
{
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
QPushButton#linkButton
|
||||
|
||||
Reference in New Issue
Block a user