summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-10 18:32:01 -0700
committerMicah Lee <micah@micahflee.com>2018-10-10 18:32:01 -0700
commitac10b8899fa62c1b079c5b0596787faa71b01e7b (patch)
tree4bd376c63586787b1f6d09ff90b4cadba0534d4e /onionshare
parentc541288227674f97fc2aab2cd8c714256144703e (diff)
parent753380663b5344e0b653ac8279143764b17ed465 (diff)
downloadonionshare-ac10b8899fa62c1b079c5b0596787faa71b01e7b.tar.gz
onionshare-ac10b8899fa62c1b079c5b0596787faa71b01e7b.zip
Merge branch '780_improved_ui' into 690_language_dropdown
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/common.py38
1 files changed, 37 insertions, 1 deletions
diff --git a/onionshare/common.py b/onionshare/common.py
index 28b282c2..cab1e747 100644
--- a/onionshare/common.py
+++ b/onionshare/common.py
@@ -211,6 +211,7 @@ class Common(object):
color: #000000;
padding: 10px;
border: 1px solid #666666;
+ font-size: 12px;
}
""",
@@ -248,11 +249,46 @@ class Common(object):
border-radius: 5px;
}""",
+ 'downloads_uploads_empty': """
+ QWidget {
+ background-color: #ffffff;
+ border: 1px solid #999999;
+ }
+ QWidget QLabel {
+ background-color: none;
+ border: 0px;
+ }
+ """,
+
+ 'downloads_uploads_empty_text': """
+ QLabel {
+ color: #999999;
+ }""",
+
'downloads_uploads_label': """
QLabel {
font-weight: bold;
font-size 14px;
text-align: center;
+ background-color: none;
+ border: none;
+ }""",
+
+ 'downloads_uploads_clear': """
+ QPushButton {
+ color: #3f7fcf;
+ }
+ """,
+
+ 'download_uploads_indicator': """
+ QLabel {
+ color: #ffffff;
+ background-color: #f44449;
+ font-weight: bold;
+ font-size: 10px;
+ padding: 2px;
+ border-radius: 7px;
+ text-align: center;
}""",
'downloads_uploads_progress_bar': """
@@ -261,7 +297,7 @@ class Common(object):
background-color: #ffffff !important;
text-align: center;
color: #9b9b9b;
- font-size: 12px;
+ font-size: 14px;
}
QProgressBar::chunk {
background-color: #4e064f;