From 60e22e8cbe39c34561b62a6faac5d4b384209bd9 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 27 Feb 2008 00:19:57 +0100 Subject: Fixed appearance of the negative status feedback box, which is used when ajax actions which trigger only some setting in VDR but not update the live pages fail. This led to new 'redwine' images for the hint background. So those were added too. --- live/themes/redwine/css/theme.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'live/themes') diff --git a/live/themes/redwine/css/theme.css b/live/themes/redwine/css/theme.css index ee8e776..4a3f033 100644 --- a/live/themes/redwine/css/theme.css +++ b/live/themes/redwine/css/theme.css @@ -11,6 +11,40 @@ select { border: 1px solid #963B5F; } +/* ###################### + # Tooltip style for hints + ###################### +*/ + +.hint-tip { + color: white; +} + +.hint-tip .hint-tip-top { + background: transparent url(/img/rounded-box-redwine-tl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-top .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-tr.png) no-repeat right 0px; +} + +.hint-tip .hint-tip-bdy { + background: transparent url(/img/rounded-box-redwine-ml.png) repeat-y 0px 0px; +} + +.hint-tip .hint-tip-bdy .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-mr.png) repeat-y right 0px; +} + +.hint-tip .hint-tip-bot { + background: transparent url(/img/rounded-box-redwine-bl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-bot .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-br.png) no-repeat right 0px; +} + + /* ############################## # Tooltip style for epg infos ############################## -- cgit v1.2.3