mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-03 05:42:35 -04:00
Make the item-info boxes have an obvious style
This commit is contained in:
parent
e59207cd68
commit
b8247cd319
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue