scrollbars fix

This commit is contained in:
ingvar1995 2016-03-24 21:52:27 +03:00
parent 89a1af8a41
commit d557c7cf8f
4 changed files with 27 additions and 16 deletions

View file

@ -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;
}