mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Another dark mode hover color fix
This commit is contained in:
parent
77ba34e5b3
commit
a5493fd287
@ -61,6 +61,7 @@ class TOCView(QTreeView):
|
||||
|
||||
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…
x
Reference in New Issue
Block a user