mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: befor change button position
This commit is contained in:
25
style.css
25
style.css
@@ -91,7 +91,7 @@ QWidget#iconWidget
|
||||
QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 17px;
|
||||
font: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -102,10 +102,31 @@ QWidget#headerWidget
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
QWidget#updateWidget
|
||||
{
|
||||
background-color: rgba(203,228,255,255);
|
||||
border-style: outset;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QWidget #updateWidget
|
||||
{
|
||||
background-color: rgba(203,228,255,200);
|
||||
border-style: outset;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QWidget #updateWidget QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 20px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
MyWinHeader#headerLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 16px;
|
||||
font: 18px;
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user