diff options
Diffstat (limited to 'live/themes/veltliner/css/theme.css')
| -rw-r--r-- | live/themes/veltliner/css/theme.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/live/themes/veltliner/css/theme.css b/live/themes/veltliner/css/theme.css index ceb9524..7748da2 100644 --- a/live/themes/veltliner/css/theme.css +++ b/live/themes/veltliner/css/theme.css @@ -21,27 +21,27 @@ select { } .hint-tip .hint-tip-top { - background: transparent url(../img/tip-hint-tl.png) no-repeat 0px 0px; + background: transparent url(/img/rounded-box-green-tl.png) no-repeat 0px 0px; } .hint-tip .hint-tip-top .hint-tip-c { - background: transparent url(../img/tip-hint-tr.png) no-repeat right 0px; + background: transparent url(/img/rounded-box-green-tr.png) no-repeat right 0px; } .hint-tip .hint-tip-bdy { - background: transparent url(../img/tip-hint-ml.png) repeat-y 0px 0px; + background: transparent url(/img/rounded-box-green-ml.png) repeat-y 0px 0px; } .hint-tip .hint-tip-bdy .hint-tip-c { - background: transparent url(../img/tip-hint-mr.png) repeat-y right 0px; + background: transparent url(/img/rounded-box-green-mr.png) repeat-y right 0px; } .hint-tip .hint-tip-bot { - background: transparent url(../img/tip-hint-bl.png) no-repeat 0px 0px; + background: transparent url(/img/rounded-box-green-bl.png) no-repeat 0px 0px; } .hint-tip .hint-tip-bot .hint-tip-c { - background: transparent url(../img/tip-hint-br.png) no-repeat right 0px; + background: transparent url(/img/rounded-box-green-br.png) no-repeat right 0px; } |
