ui update for search
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user