mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change send command
This commit is contained in:
55
style.css
55
style.css
@@ -17,11 +17,6 @@ QListWidget#updateListWidget
|
||||
color:white;
|
||||
}
|
||||
|
||||
QFrame#NewVerBackground
|
||||
{
|
||||
background-color:rgba(0,0,0,90%);
|
||||
}
|
||||
|
||||
QLabel#MovieLabel
|
||||
{
|
||||
background-color:rgba(0,0,0,50%);
|
||||
@@ -55,18 +50,20 @@ QPushButton:disabled
|
||||
|
||||
QMessageBox
|
||||
{
|
||||
background-color: white;
|
||||
background-color: rgb(240,240,240);
|
||||
}
|
||||
|
||||
QMessageBox QLabel
|
||||
{
|
||||
font-family: "Calibri";
|
||||
font: 20px;
|
||||
font: 18px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
QMessageBox QPushButton
|
||||
{
|
||||
background-color: rgb(225,225,225);
|
||||
color: black;
|
||||
border: 1px solid gray;
|
||||
border-radius: 2px;
|
||||
padding: 0.2em 0.2em 0.3em 0.2em;
|
||||
min-width: 70px;
|
||||
@@ -202,4 +199,46 @@ QPushButton#linkButton
|
||||
color:blue;
|
||||
}
|
||||
|
||||
/* окно новой версии*/
|
||||
QFrame#NewVerBackground
|
||||
{
|
||||
background-color:rgb(240,240,240);
|
||||
}
|
||||
|
||||
QLabel#prevVerTitle
|
||||
{
|
||||
color:black;
|
||||
font:18px;
|
||||
}
|
||||
|
||||
QLabel#prevVerValue
|
||||
{
|
||||
color:black;
|
||||
font:18px;
|
||||
}
|
||||
|
||||
QLabel#newNameVersionTitle
|
||||
{
|
||||
color:black;
|
||||
font:18px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton
|
||||
{
|
||||
background-color: rgb(225,225,225);
|
||||
color: black;
|
||||
border: 1px solid gray;
|
||||
border-radius: 2px;
|
||||
padding: 0.2em 0.2em 0.3em 0.2em;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
QPushButton#createButton
|
||||
{
|
||||
background-color: rgb(225,225,225);
|
||||
color: black;
|
||||
border: 1px solid gray;
|
||||
border-radius: 2px;
|
||||
padding: 0.2em 0.2em 0.3em 0.2em;
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user