mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 09:04:26 -04:00
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:
parent
b95e6585e2
commit
95216693f3
2 changed files with 360 additions and 1 deletions
|
@ -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": """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue