ui: finalized design for history list

This commit is contained in:
Eberhard Graether
2017-05-31 12:31:11 +02:00
parent 29cfbe0f66
commit 539377339a
3 changed files with 11 additions and 8 deletions
@@ -1,16 +1,19 @@
#history_list {
background: <color:search/popup/background>;
border: none;
}
QListWidget::item {
border: none;
border-bottom: 1px solid <color:search/popup/background>;
}
#history_list {
background: <color:search/popup/background>;
}
#history_item, #history_item_current {
border: none;
color: <color:search/popup/text>;
font-family: "<setting:font_name>";
font-size: <setting:font_size>px;
padding-left: 20px;
padding-left: 22px;
padding-top: 1px;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 350 B