From 7f77838bd8b8891d5b693b9da3e7fc7825656ef4 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 20 Nov 2016 22:25:28 -0500 Subject: [PATCH] Color reported label in beluga --- static/styles/beluga/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 2c22d34..0f3ba46 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1889,6 +1889,9 @@ tr.torrent:nth-of-type(even), tr.request:nth-of-type(even) { float: right } +.tl_reported { + color: #e85a5a; +} .tl_free { color: gold; }