mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-29 13:14:50 +01:00
...
This commit is contained in:
parent
2fe4e54ce4
commit
178da653f3
2 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ def __init__(self, parent=None):
|
|||
QTreeView::item:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
||||
border: 1px solid #bfcde4;
|
||||
border-radius: 8px;
|
||||
}
|
||||
''')
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ def __init__(self, *args):
|
|||
QTreeView::item:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
||||
border: 1px solid #bfcde4;
|
||||
border-radius: 8px;
|
||||
}
|
||||
QHeaderView::section {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue