mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Beautify new tab page
This commit is contained in:
parent
dc15883080
commit
298cfa3d3f
15 changed files with 337 additions and 62 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue