This commit is contained in:
Kovid Goyal 2012-06-01 19:56:26 +05:30
parent 2fe4e54ce4
commit 178da653f3
2 changed files with 2 additions and 0 deletions

View File

@ -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;
} }
''') ''')

View File

@ -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,