summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skins/jason/vtxgfx.css5
-rw-r--r--skins/stone/vtxgfx.css5
-rw-r--r--skins/xstyle/style/vtxgfx.css5
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 ;}