From 1967d50707215a4208e8c8cf640073bde06cd829 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 22 Feb 2018 10:02:52 -0800 Subject: [PATCH] Make the item-info boxes have an obvious style --- onionshare_gui/file_selection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } """ )