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 | e9e85ca82492e002cc3169a01e724bead4a1eaec (patch) | |
| tree | 7d5151cf9a3f8882b5b153cd652df091e10116cd /html | |
| parent | 88e0eef1e7bb44b12037c05bca9551586bd6e7c0 (diff) | |
| download | xxv-e9e85ca82492e002cc3169a01e724bead4a1eaec.tar.gz xxv-e9e85ca82492e002cc3169a01e724bead4a1eaec.tar.bz2 | |
* STATUS: allow activated modul at runtime
* VTX: use css class to highlight search text
Diffstat (limited to 'html')
| -rw-r--r-- | html/style/vtxgfx.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 ;} |
