mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
2fe4e54ce4
commit
178da653f3
@ -117,6 +117,7 @@ class TagsView(QTreeView): # {{{
|
|||||||
QTreeView::item:hover {
|
QTreeView::item:hover {
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
||||||
border: 1px solid #bfcde4;
|
border: 1px solid #bfcde4;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ class TOCView(QTreeView):
|
|||||||
QTreeView::item:hover {
|
QTreeView::item:hover {
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
||||||
border: 1px solid #bfcde4;
|
border: 1px solid #bfcde4;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
QHeaderView::section {
|
QHeaderView::section {
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user