mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change new file instructor position
This commit is contained in:
20
style.css
20
style.css
@@ -1,10 +1,22 @@
|
||||
|
||||
QMainWindow
|
||||
{
|
||||
background-image: url(:/resource/SSJ-100Dark.png);
|
||||
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
QFrame#backgroundUpdate
|
||||
{
|
||||
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
QListWidget#updateListWidget
|
||||
{
|
||||
background-color: rgba(81,81,81,180);
|
||||
color:white;
|
||||
}
|
||||
|
||||
QComboBox
|
||||
{
|
||||
background-color: rgb(203,228,255);
|
||||
@@ -141,13 +153,9 @@ QLabel#languageTitle
|
||||
QLabel#NotificationLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#notificationLabel
|
||||
{
|
||||
font: 20px;
|
||||
}
|
||||
|
||||
QToolButton#displayView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user