mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Make the item-info boxes have an obvious style
This commit is contained in:
parent
22c301fd9c
commit
1967d50707
@ -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; }
|
||||
"""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user