From e9e85ca82492e002cc3169a01e724bead4a1eaec Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 28 Nov 2009 17:06:42 +0000 Subject: * STATUS: allow activated modul at runtime * VTX: use css class to highlight search text --- html/style/vtxgfx.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html') diff --git a/html/style/vtxgfx.css b/html/style/vtxgfx.css index 1521d1f..f0676e8 100644 --- a/html/style/vtxgfx.css +++ b/html/style/vtxgfx.css @@ -24,6 +24,11 @@ background-image:url(../images/vtxgfx.gif); background-repeat:no-repeat; } +.vtx-mark{ + color:black; + background-color:lime +} + .white20 { background-position: 0px 0px ;} .white21 { background-position: 0px -16px ;} .white22 { background-position: 0px -32px ;} -- cgit v1.2.3