mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 19:35:48 +01:00
Tag browser: Fix incorrect text color when using dark theme for hovered item
This commit is contained in:
parent
3bf65b261e
commit
d744eb1a6d
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ def set_style_sheet(self):
|
|||
|
||||
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