mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 12:04:09 -04:00
Merge pull request #1176 from SaptakS/expand-url
Adds UI/UX enhancements in different sections of tab layouts
This commit is contained in:
commit
311d8729d8
15 changed files with 75 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue