From 0fa85e7fd3891a8a5c6ad9c4c262f578dfdea85d Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 7 Jun 2016 12:17:36 -0400 Subject: [PATCH] Add visual indicator to staff posts Idea stolen from AB --- static/styles/beluga/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 11e3879..32921f6 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -2037,3 +2037,8 @@ caption { border-bottom: 1px dashed #666; font-weight: bold; } + +tbody .staff_post { + background: none; + background-color: #634852; +}