From 4c9fd44da5327dba5ed77c10bb63f798490b527a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 21 Jan 2010 19:16:11 +0000 Subject: [PATCH] Change CSS for gray notes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33140 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 853662a9c4..2874395a0d 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -167,7 +167,7 @@ InsetLayout Note:Greyedout HTMLStyle div.note_greyedout { display: inline; - background-color: #A0A0A0; + color: #A0A0A0; padding-left: 1ex; padding-right: 1ex; } -- 2.39.2