]> git.lyx.org Git - features.git/commitdiff
Change CSS for gray notes.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 19:16:11 +0000 (19:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 19:16:11 +0000 (19:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33140 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc

index 853662a9c4655a73fcab52b909fae2bbae667c77..2874395a0db5aa9184acc02ec70642f02f52cc93 100644 (file)
@@ -167,7 +167,7 @@ InsetLayout Note:Greyedout
        HTMLStyle
                div.note_greyedout { 
                        display: inline;
-                       background-color: #A0A0A0; 
+                       color: #A0A0A0; 
                        padding-left: 1ex;
                        padding-right: 1ex;
                }