summaryrefslogtreecommitdiff
path: root/onionshare_gui/gui_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'onionshare_gui/gui_common.py')
-rw-r--r--onionshare_gui/gui_common.py19
1 files changed, 15 insertions, 4 deletions
diff --git a/onionshare_gui/gui_common.py b/onionshare_gui/gui_common.py
index 509e67fd..2e350cca 100644
--- a/onionshare_gui/gui_common.py
+++ b/onionshare_gui/gui_common.py
@@ -78,8 +78,9 @@ class GuiCommon:
}""",
"mode_header_label": """
QLabel {
- color: #333333;
- font-size: 30px;
+ color: #4E064F;
+ font-size: 48px;
+ margin-bottom: 16px;
}""",
"settings_button": """
QPushButton {
@@ -217,6 +218,7 @@ class GuiCommon:
"new_tab_button_image": """
QLabel {
padding: 30px;
+ text-align: center;
}
""",
"new_tab_button_text": """
@@ -228,6 +230,13 @@ class GuiCommon:
color: #4e0d4e;
}
""",
+ "new_tab_title_text": """
+ QLabel {
+ text-align: center;
+ color: #333333;
+ font-size: 28px;
+ }
+ """,
# Share mode and child widget styles
"share_delete_all_files_button": """
QPushButton {
@@ -255,12 +264,14 @@ class GuiCommon:
""",
"share_file_selection_drop_here_header_label": """
QLabel {
- color: #333333;
- font-size: 30px;
+ color: #4E064F;
+ font-size: 48px;
+ margin-bottom: 72px;
}""",
"share_file_selection_drop_here_label": """
QLabel {
color: #666666;
+ margin-bottom: 48px;
}""",
"share_file_selection_drop_count_label": """
QLabel {