summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-22 10:02:52 -0800
committerMicah Lee <micah@micahflee.com>2018-02-22 10:02:52 -0800
commit1967d50707215a4208e8c8cf640073bde06cd829 (patch)
treecb7b84b400e268b117d07c2fabc8998c374dd2e3
parent22c301fd9c4a8a5e3759f98c64934eacbec5bb29 (diff)
downloadonionshare-1967d50707215a4208e8c8cf640073bde06cd829.tar.gz
onionshare-1967d50707215a4208e8c8cf640073bde06cd829.zip
Make the item-info boxes have an obvious style
-rw-r--r--onionshare_gui/file_selection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare_gui/file_selection.py b/onionshare_gui/file_selection.py
index 5b621478..34771689 100644
--- a/onionshare_gui/file_selection.py
+++ b/onionshare_gui/file_selection.py
@@ -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; }
"""
)