From 0f0515df3f4b41ac48672629831aee0c5853f91c Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 10 Apr 2015 00:43:26 +0300 Subject: [PATCH] fixed grayed out boxes bg --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index cc5903c..ec32f75 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -47,6 +47,7 @@ body { } .text-gray .propagationBox { + background: none !important; border: 1px solid #777; }