styles update

This commit is contained in:
Zira project 2020-11-26 18:43:32 +05:00
parent 9509d0fb1a
commit b64690e455
4 changed files with 76 additions and 0 deletions

View file

@ -1090,3 +1090,22 @@ InputDialog #descriptionLabel
{
background: #000000;
}
#virtualInputWidget
{
border: 1px solid #48678e;
background-color: #314661;
border-radius: 3px;
color: #bbbbbb;
}
#virtualInputWidget QLabel
{
background: transparent;
color: #bbbbbb;
}
#virtualInputWidget QLineEdit
{
border: none;
background: transparent;
color: #bbbbbb;
}

View file

@ -1093,3 +1093,22 @@ InputDialog #descriptionLabel
{
color: #ababab;
}
#virtualInputWidget
{
border: 1px solid #d0cec1;
background-color: #fffded;
border-radius: 3px;
color: #4c4c4c;
}
#virtualInputWidget QLabel
{
background: transparent;
color: #4c4c4c;
}
#virtualInputWidget QLineEdit
{
border: none;
background: transparent;
color: #4c4c4c;
}

View file

@ -1091,3 +1091,22 @@ InputDialog #descriptionLabel
{
background: #000000;
}
#virtualInputWidget
{
border: 1px solid #48678e;
background-color: #314661;
border-radius: 3px;
color: #c4c8cc;
}
#virtualInputWidget QLabel
{
background: transparent;
color: #c4c8cc;
}
#virtualInputWidget QLineEdit
{
border: none;
background: transparent;
color: #c4c8cc;
}

View file

@ -1086,3 +1086,22 @@ InputDialog #descriptionLabel
{
color: #ababab;
}
#virtualInputWidget
{
border: 1px solid #d0cec1;
background-color: #fffded;
border-radius: 3px;
color: #4c4c4c;
}
#virtualInputWidget QLabel
{
background: transparent;
color: #4c4c4c;
}
#virtualInputWidget QLineEdit
{
border: none;
background: transparent;
color: #4c4c4c;
}