summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-02-17 08:12:45 -0800
committerMicah Lee <micah@micahflee.com>2019-02-17 08:12:45 -0800
commitc349e6049cb0d4386fe747b78049a7ffd655f1a4 (patch)
tree24355045c39b14e8c865e794f4b5f320cd567bfa
parent2d78b545a587c4334624d869997b2326dad32573 (diff)
downloadonionshare-c349e6049cb0d4386fe747b78049a7ffd655f1a4.tar.gz
onionshare-c349e6049cb0d4386fe747b78049a7ffd655f1a4.zip
Update red and green colors to match the Qt GUI colors
-rw-r--r--share/static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index 65bafba5..0751d306 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -153,7 +153,7 @@ div#uploads .upload .upload-status {
}
div#uploads .upload input.cancel {
- color: #f24537;
+ color: #d0011b;
border: 0;
background: none;
box-shadow: none;
@@ -188,11 +188,11 @@ ul.flashes li {
}
li.error {
- color: #dd4040;
+ color: #d0011b;
}
li.info {
- color: #3e933f;
+ color: #5fa416;
}
.closed-wrapper {