From 7d57256c726e4ca07bc4538ba0e561a38d972092 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 25 Apr 2016 06:39:39 +0000 Subject: [PATCH] More styling tweaks --- i2p2www/static/styles/duck/default.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index b3eaadf22..b0033276d 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -457,7 +457,12 @@ div#content .inner ul.DREAD { #proposals .status-dead td:nth-child(3), #proposals .status-dead td:nth-child(4) { border-color: black !important; - color: #999; + color: #888; +} + +#proposals .status-rejected td { + border-color: black !important; + color: #888; } #proposals .status-rejected td:before { -- GitLab