scrollbars fix
This commit is contained in:
parent
89a1af8a41
commit
d557c7cf8f
4 changed files with 27 additions and 16 deletions
|
@ -1251,3 +1251,18 @@ QPushButton:hover
|
|||
{
|
||||
background-color: #4A4949;
|
||||
}
|
||||
|
||||
QListWidget QListWidgetItem:selected
|
||||
{
|
||||
background-color: #4A4949;
|
||||
}
|
||||
|
||||
#friends_list:item:selected
|
||||
{
|
||||
background-color: #A9A9A9;
|
||||
}
|
||||
|
||||
#toxygen
|
||||
{
|
||||
color: #006400;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue