From 3bf0afcf5122480fd278f33c31c359277a163f7f Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Mon, 10 Sep 2018 20:27:10 +0300 Subject: [PATCH] Add styles for upload button and progressbar make topic change icon color consistent. --- zenburn.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zenburn.css b/zenburn.css index e3fdf53..2bfe8ac 100644 --- a/zenburn.css +++ b/zenburn.css @@ -154,6 +154,10 @@ body { color: var(--body-color) !important; } +#upload-progressbar { + background: #84ce88; +} + #form #nick { background: #101010; color: var(--body-color); @@ -175,6 +179,7 @@ body { } #form #submit, +#form #upload, .header button { color: #ccc !important; } @@ -253,6 +258,7 @@ kbd { background: #333; } +#chat .topic .from::before, #chat .join .from::before { color: #97ea70; }