ui update for search

This commit is contained in:
ingvar1995 2017-02-12 19:46:53 +03:00
parent de7f3359b8
commit 508db0acea
3 changed files with 33 additions and 8 deletions

View file

@ -1309,4 +1309,16 @@ QListWidget > QLabel
image: none;
width: 0px;
height: 0px;
}
}
ClickableLabel:focus
{
border-width: 1px;
border-color: #4A4949;
border-style: solid;
}
ClickableLabel:hover
{
background-color: #4A4949;
}