mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 19:25:16 +02:00
...
This commit is contained in:
parent
8966531d29
commit
6ae733d225
2 changed files with 3 additions and 0 deletions
Binary file not shown.
|
|
@ -21,6 +21,7 @@ def __init__(self, *args):
|
|||
QTreeView {
|
||||
background-color: palette(window);
|
||||
color: palette(text);
|
||||
border: none;
|
||||
}
|
||||
QTreeView::item {
|
||||
border: none;
|
||||
|
|
@ -38,6 +39,8 @@ def __init__(self, *args):
|
|||
stop: 0.6 #434343, stop:1 #656565);
|
||||
color: white;
|
||||
padding-left: 4px;
|
||||
padding-top: 0.5ex;
|
||||
padding-bottom: 0.5ex;
|
||||
border: 1px solid #6c6c6c;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue