From 77d42ce2ee10a780528a2bf864dceb053eb58d63 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 --- skins/jason/vtxgfx.css | 5 +++++ skins/stone/vtxgfx.css | 5 +++++ skins/xstyle/style/vtxgfx.css | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/skins/jason/vtxgfx.css b/skins/jason/vtxgfx.css index 82c8f36..f4e7a41 100644 --- a/skins/jason/vtxgfx.css +++ b/skins/jason/vtxgfx.css @@ -56,6 +56,11 @@ background-image:url(pic/vtxgfx.gif); background-repeat:no-repeat; } +.vtx-mark{ + background:repeat-x bottom; + background-image:url(extjs/resources/images/default/grid/invalid_line.gif); +} + .white20{ background-position:0 0;} .white21{ background-position:0 -18px;} .white22{ background-position:0 -36px;} diff --git a/skins/stone/vtxgfx.css b/skins/stone/vtxgfx.css index 4c1e661..71faaa7 100644 --- a/skins/stone/vtxgfx.css +++ b/skins/stone/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 ;} diff --git a/skins/xstyle/style/vtxgfx.css b/skins/xstyle/style/vtxgfx.css index 1521d1f..f0676e8 100644 --- a/skins/xstyle/style/vtxgfx.css +++ b/skins/xstyle/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