mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Tabs start out with new tab options, and remove the mode switcher from tabs
This commit is contained in:
parent
6449e5183e
commit
144985b1c1
4 changed files with 113 additions and 119 deletions
|
@ -50,6 +50,12 @@ class GuiCommon:
|
|||
|
||||
self.css = {
|
||||
# OnionShareGui styles
|
||||
"new_tab_button": """
|
||||
QPushButton {
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
color: #601f61;
|
||||
}""",
|
||||
"mode_switcher_selected_style": """
|
||||
QPushButton {
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue