ui update for search
This commit is contained in:
parent
de7f3359b8
commit
508db0acea
3 changed files with 33 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue