Beautify new tab page

This commit is contained in:
Micah Lee 2020-08-20 15:33:56 -04:00
parent dc15883080
commit 298cfa3d3f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
15 changed files with 337 additions and 62 deletions

View file

@ -214,6 +214,21 @@ class GuiCommon:
QLabel {
color: #cc0000;
}""",
# New tab
"new_tab_button_image": """
QLabel {
padding: 30px;
}
""",
"new_tab_button_text": """
QLabel {
border: 1px solid #efeff0;
border-radius: 4px;
background-color: #ffffff;
text-align: center;
color: #4e0d4e;
}
""",
# Share mode and child widget styles
"share_delete_all_files_button": """
QPushButton {