mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Tag browser: Fix incorrect text color when using dark theme for hovered item
This commit is contained in:
parent
3bf65b261e
commit
d744eb1a6d
@ -186,6 +186,7 @@ class TagsView(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