diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-11-28 17:06:42 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-11-28 17:06:42 +0000 |
| commit | 77d42ce2ee10a780528a2bf864dceb053eb58d63 (patch) | |
| tree | 462a5321c767ac406350c4522189da9eec7331ed | |
| parent | 56adf3b3cfaba8ade8e78d6d5efe3f622d9c7cc5 (diff) | |
| download | xxv-77d42ce2ee10a780528a2bf864dceb053eb58d63.tar.gz xxv-77d42ce2ee10a780528a2bf864dceb053eb58d63.tar.bz2 | |
* STATUS: allow activated modul at runtime
* VTX: use css class to highlight search text
| -rw-r--r-- | skins/jason/vtxgfx.css | 5 | ||||
| -rw-r--r-- | skins/stone/vtxgfx.css | 5 | ||||
| -rw-r--r-- | skins/xstyle/style/vtxgfx.css | 5 |
3 files changed, 15 insertions, 0 deletions
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 ;} |
