mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Makes button style similar to main page buttons
This commit is contained in:
parent
18ba75f661
commit
d023b4c0be
1 changed files with 9 additions and 6 deletions
|
@ -128,12 +128,15 @@ class GuiCommon:
|
||||||
""",
|
""",
|
||||||
"server_status_url_buttons": """
|
"server_status_url_buttons": """
|
||||||
QPushButton {
|
QPushButton {
|
||||||
color: #ffffff;
|
border: 1px solid #d3d3d3;
|
||||||
background-color: #4e064f;
|
border-radius: 4px;
|
||||||
padding: 10px;
|
background-color: #ffffff;
|
||||||
border: 0;
|
padding: 8px 16px;
|
||||||
border-radius: 5px;
|
text-align: center;
|
||||||
text-decoration: none;
|
color: #4e0d4e;
|
||||||
|
}
|
||||||
|
QPushButton:pressed {
|
||||||
|
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(239, 239, 240, 255))
|
||||||
}
|
}
|
||||||
""",
|
""",
|
||||||
"server_status_button_stopped": """
|
"server_status_button_stopped": """
|
||||||
|
|
Loading…
Reference in a new issue