Make the item-info boxes have an obvious style

This commit is contained in:
Micah Lee 2018-02-22 10:02:52 -08:00
parent 22c301fd9c
commit 1967d50707
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -90,7 +90,7 @@ class FileList(QtWidgets.QListWidget):
"""
QListWidget::item { background-color: #ffffff; color: #000000; font-size: 13px; }
QListWidget::item:selected { background-color: #ddddff; }
QWidget#item-info { background-color: #ffffff; }
QWidget#item-info { background-color: #fbfbfb; border: 1px solid #f0f0f0; border-radius: 5px; }
"""
)