Tabs start out with new tab options, and remove the mode switcher from tabs

This commit is contained in:
Micah Lee 2019-10-26 21:56:57 -07:00
parent 6449e5183e
commit 144985b1c1
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 113 additions and 119 deletions

View file

@ -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;