mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:33:12 +02:00
Another dark mode hover color fix
This commit is contained in:
parent
77ba34e5b3
commit
a5493fd287
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ def __init__(self, *args):
|
|||
|
||||
QTreeView::item:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
||||
color: black;
|
||||
border: 1px solid #bfcde4;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue