mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: re-design client
This commit is contained in:
32
style.css
32
style.css
@@ -3,12 +3,7 @@ QMainWindow
|
||||
{
|
||||
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
QFrame#backgroundUpdate
|
||||
{
|
||||
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
|
||||
background-position: center;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
QListWidget#updateListWidget
|
||||
@@ -20,6 +15,9 @@ QListWidget#updateListWidget
|
||||
QLabel#MovieLabel
|
||||
{
|
||||
background-color:rgba(0,0,0,50%);
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
QComboBox
|
||||
@@ -42,6 +40,11 @@ QPushButton
|
||||
color: rgb(45,84,130);
|
||||
}
|
||||
|
||||
QPushButton#exitButton
|
||||
{
|
||||
background-color: rgba(203,228,255,0);
|
||||
}
|
||||
|
||||
QPushButton:disabled
|
||||
{
|
||||
background-color: lightGray;
|
||||
@@ -101,7 +104,7 @@ QCheckBox
|
||||
|
||||
QWidget#iconWidget
|
||||
{
|
||||
border-image: url(:/resource/Icons/plane.png) 0 0 0 0 stretch stretch;
|
||||
border-image: url(:/resource/Icons/Logo.png) 0 0 0 0 stretch stretch;
|
||||
position: center;
|
||||
}
|
||||
|
||||
@@ -122,7 +125,10 @@ QTextEdit#inlineTextDebug
|
||||
|
||||
QWidget#headerWidget
|
||||
{
|
||||
background-color:rgb(203,228,255);
|
||||
background-color:rgba(0,0,0,50%);
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
QWidget#updateWidget
|
||||
@@ -132,13 +138,6 @@ QWidget#updateWidget
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QWidget #updateWidget
|
||||
{
|
||||
background-color: rgba(203,228,255,200);
|
||||
border-style: outset;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QWidget #updateWidget QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
@@ -150,7 +149,7 @@ MyWinHeader#headerLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 18px;
|
||||
color: rgb(45,84,130);
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#languageTitle
|
||||
@@ -162,7 +161,6 @@ QLabel#languageTitle
|
||||
QLabel#NotificationLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user