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 491a4b6964
commit 18ba75f661
No known key found for this signature in database
GPG key ID: 2D9B32E54C68A3FB
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": """