From 08d021916db9e350259b925d7e562aa13ba37422 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Sat, 15 Jul 2017 16:45:39 +0200 Subject: Fixed issue #72 - bad css in report dialog --- app/javascript/styles/components.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 34539a9f4..9602d31fa 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -523,6 +523,16 @@ } // --- end extra clickable spaces --- +.status-check-box { + .status__content, + .reply-indicator__content { + color: #3a3a3a; + a { + color: #005aa9; + } + } +} + .status__content, .reply-indicator__content { position: relative; -- cgit