Resolve #878 UX: Enhance URL copying

- Style Copy Address as high contrast button
- Make .onion URL text selectable

co-authored-by: aguestuser<aguestuser@riseup.net>
This commit is contained in:
marigalicer 2019-02-19 16:45:17 -05:00 committed by Saptak S
parent b95e6585e2
commit 95216693f3
2 changed files with 360 additions and 1 deletions

View file

@ -128,7 +128,12 @@ class GuiCommon:
""",
"server_status_url_buttons": """
QPushButton {
color: #3f7fcf;
color: #ffffff;
background-color: #4e064f;
padding: 10px;
border: 0;
border-radius: 5px;
text-decoration: none;
}
""",
"server_status_button_stopped": """